|
SURFEX v8.1
General documentation of Surfex
|

Public Attributes | |
| character(len=32) | clname = '' |
| character(len=32) | cltype = '' |
| character(len=32) | clmask = '' |
| real, dimension(:,:), pointer | zfld2 => NULL () |
| real, dimension(:,:,:), pointer | zfld3 => NULL () |
| type(prep_ctl_fld), pointer | next => NULL () |
| type(prep_ctl_fld), pointer | prev => NULL () |
Definition at line 21 of file mode_prep_ctl.F90.
| character (len=32) mode_prep_ctl::prep_ctl_fld::clmask = '' |
Definition at line 22 of file mode_prep_ctl.F90.
| character (len=32) mode_prep_ctl::prep_ctl_fld::clname = '' |
Definition at line 22 of file mode_prep_ctl.F90.
| character (len=32) mode_prep_ctl::prep_ctl_fld::cltype = '' |
Definition at line 22 of file mode_prep_ctl.F90.
| type (prep_ctl_fld), pointer mode_prep_ctl::prep_ctl_fld::next => NULL () |
Definition at line 25 of file mode_prep_ctl.F90.
| type (prep_ctl_fld), pointer mode_prep_ctl::prep_ctl_fld::prev => NULL () |
Definition at line 26 of file mode_prep_ctl.F90.
| real, dimension (:,:), pointer mode_prep_ctl::prep_ctl_fld::zfld2 => NULL () |
Definition at line 23 of file mode_prep_ctl.F90.
| real, dimension (:,:,:), pointer mode_prep_ctl::prep_ctl_fld::zfld3 => NULL () |
Definition at line 24 of file mode_prep_ctl.F90.
1.8.13