Go to the source code of this file.
◆ gtvarattrtrue()
| logical function gtvarattrtrue |
( |
type(gt_variable), intent(in) | var, |
|
|
character(len = *), intent(in) | name, |
|
|
logical, intent(in), optional | default ) |
Definition at line 13 of file gtvarattrtrue.f90.
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
36 implicit none
37 type(GT_VARIABLE), intent(in):: var
38 character(len = *), intent(in):: name
39 logical, intent(in), optional:: default
40 integer:: class, cid
41continue
43 if (class == vtb_class_netcdf) then
45 else
47 result = .false.
48 endif
subroutine, public storeerror(number, where, err, cause_c, cause_i)
integer, parameter, public gt_enotvar
subroutine, public var_class(var, class, cid)
References dc_error::gt_enotvar, dc_error::storeerror(), and gtdata_internal_map::var_class().