Go to the source code of this file.
◆ gtvarsync()
| subroutine gtvarsync |
( |
type(gt_variable), intent(inout), optional | var, |
|
|
integer, intent(out), optional | stat ) |
Definition at line 14 of file gtvarsync.f90.
15
16
17
18
19
20
21
22
23
28 type(GT_VARIABLE), intent(inout), optional:: var
29 integer, intent(out), optional:: stat
30 integer:: class, cid
31 if (.not. present(var)) then
33 else
35 select case (class)
36 case(vtb_class_netcdf)
38 end select
39 endif
subroutine, public var_class(var, class, cid)
References gtdata_internal_map::var_class().