Go to the source code of this file.
◆ gtvardelattr()
| subroutine gtvardelattr |
( |
type(gt_variable), intent(inout) | var, |
|
|
character(len = *), intent(in) | name, |
|
|
logical, intent(out), optional | err ) |
Definition at line 13 of file gtvardelattr.f90.
14
15
16
17
18
19
20
21
22
28 implicit none
29 type(GT_VARIABLE), intent(inout):: var
30 character(len = *), intent(in):: name
31 logical, intent(out), optional:: err
32 integer:: class, cid
33continue
35 if (class == vtb_class_netcdf) then
37 else
39 endif
subroutine, public storeerror(number, where, err, cause_c, cause_i)
integer, parameter, public gt_ebadvar
subroutine, public var_class(var, class, cid)
References dc_error::gt_ebadvar, dc_error::storeerror(), and gtdata_internal_map::var_class().