Soil Water Balance (SWB2)
|
Public Attributes | |
character(len=64) | sattributename |
character(len=256), dimension(:), allocatable | sattvalue |
integer(c_short), dimension(:), allocatable | i2attvalue |
integer(c_int), dimension(:), allocatable | iattvalue |
real(c_float), dimension(:), allocatable | rattvalue |
real(c_double), dimension(:), allocatable | dpattvalue |
integer(c_int) | inc_atttype |
integer(c_size_t) | inc_attsize |
Definition at line 186 of file netcdf4_support.F90.
real (c_double), dimension(:), allocatable netcdf4_support::t_netcdf_attribute::dpattvalue |
Definition at line 192 of file netcdf4_support.F90.
integer (c_short), dimension(:), allocatable netcdf4_support::t_netcdf_attribute::i2attvalue |
Definition at line 189 of file netcdf4_support.F90.
integer (c_int), dimension(:), allocatable netcdf4_support::t_netcdf_attribute::iattvalue |
Definition at line 190 of file netcdf4_support.F90.
integer (c_size_t) netcdf4_support::t_netcdf_attribute::inc_attsize |
Definition at line 194 of file netcdf4_support.F90.
integer (c_int) netcdf4_support::t_netcdf_attribute::inc_atttype |
Definition at line 193 of file netcdf4_support.F90.
real (c_float), dimension(:), allocatable netcdf4_support::t_netcdf_attribute::rattvalue |
Definition at line 191 of file netcdf4_support.F90.
character (len=64) netcdf4_support::t_netcdf_attribute::sattributename |
Definition at line 187 of file netcdf4_support.F90.
character (len=256), dimension(:), allocatable netcdf4_support::t_netcdf_attribute::sattvalue |
Definition at line 188 of file netcdf4_support.F90.