Soil Water Balance (SWB2)
|
Public Attributes | |
integer(c_int) | incid |
character(len=256) | sfilename |
integer(c_int) | ifileformat |
integer(c_int) | inumberofdimensions |
integer(c_int) | inumberofvariables |
integer(c_int) | inumberofattributes |
integer(c_int) | inc3_unlimiteddimensionnumber |
integer(c_int) | ioriginjd = NC_NA_INT |
integer(c_int) | ifirstdayjd = NC_NA_INT |
integer(c_int) | ilastdayjd = NC_NA_INT |
integer(c_int) | ioriginmonth |
integer(c_int) | ioriginday |
integer(c_int) | ioriginyear |
integer(c_int) | ioriginhh |
integer(c_int) | ioriginmm |
integer(c_int) | ioriginss |
integer(c_int) | lleapyeartreatment = LEAP_YEAR |
integer(c_size_t), dimension(0:3) | istart |
integer(c_size_t), dimension(0:3) | icount |
integer(c_size_t), dimension(0:3) | istride = 1 |
integer(c_size_t), dimension(0:1) | icolbounds |
integer(c_size_t), dimension(0:1) | irowbounds |
integer(c_int) | inx |
integer(c_int) | iny |
character(len=3) | svariableorder = "tyx" |
real(c_double), dimension(0:1) | rx |
real(c_double), dimension(0:1) | ry |
real(c_double) | rcoordinatetolerance = 0.0_c_double |
logical(c_bool) | lx_increaseswithindex = TRUE |
logical(c_bool) | ly_increaseswithindex = FALSE |
logical(c_bool) | lallowautomaticdataflipping = TRUE |
real(c_double), dimension(0:1) | dpfirstandlasttimevalues |
character(len=64), dimension(0:3) | svarname = ["time","y ","x ","z "] |
integer(c_int), dimension(0:3) | ivarid = NC_NA_INT |
integer(c_int), dimension(0:3) | ivarindex = NC_NA_INT |
integer(c_int), dimension(0:3) | ivartype = NC_NA_INT |
character(len=64), dimension(0:3) | svarunits = "NA" |
integer(c_int), dimension(0:3, 0:3) | ivar_dimid = NC_NA_INT |
real(c_double), dimension(0:3) | rscalefactor = 1.0_c_double |
real(c_double), dimension(0:3) | raddoffset = 0.0_c_double |
integer(c_int), dimension(0:2) | irowiter |
integer(c_int), dimension(0:2) | icoliter |
logical(c_bool) | lfliphorizontal = FALSE |
logical(c_bool) | lflipvertical = FALSE |
real(c_double), dimension(:), allocatable | rx_coords |
real(c_double), dimension(:), allocatable | ry_coords |
real(c_double) | rx_coord_addoffset = 0.0_c_double |
real(c_double) | ry_coord_addoffset = 0.0_c_double |
real(c_double), dimension(:), allocatable | rdatetimevalues |
real(c_double) | rgridcellsizex |
real(c_double) | rgridcellsizey |
type(t_netcdf_dimension), dimension(:), pointer | pnc_dim => null() |
type(t_netcdf_variable), dimension(:), pointer | pnc_var => null() |
type(t_netcdf_attribute), dimension(:), pointer | pnc_att => null() |
Definition at line 207 of file netcdf4_support.F90.
real (c_double), dimension(0:1) netcdf4_support::t_netcdf4_file::dpfirstandlasttimevalues |
Definition at line 240 of file netcdf4_support.F90.
integer (c_size_t), dimension(0:1) netcdf4_support::t_netcdf4_file::icolbounds |
Definition at line 228 of file netcdf4_support.F90.
integer (c_int), dimension(0:2) netcdf4_support::t_netcdf4_file::icoliter |
Definition at line 250 of file netcdf4_support.F90.
integer (c_size_t), dimension(0:3) netcdf4_support::t_netcdf4_file::icount |
Definition at line 226 of file netcdf4_support.F90.
integer (c_int) netcdf4_support::t_netcdf4_file::ifileformat |
Definition at line 210 of file netcdf4_support.F90.
integer (c_int) netcdf4_support::t_netcdf4_file::ifirstdayjd = NC_NA_INT |
Definition at line 216 of file netcdf4_support.F90.
integer (c_int) netcdf4_support::t_netcdf4_file::ilastdayjd = NC_NA_INT |
Definition at line 217 of file netcdf4_support.F90.
integer (c_int) netcdf4_support::t_netcdf4_file::inc3_unlimiteddimensionnumber |
Definition at line 214 of file netcdf4_support.F90.
integer (c_int) netcdf4_support::t_netcdf4_file::incid |
Definition at line 208 of file netcdf4_support.F90.
integer (c_int) netcdf4_support::t_netcdf4_file::inumberofattributes |
Definition at line 213 of file netcdf4_support.F90.
integer (c_int) netcdf4_support::t_netcdf4_file::inumberofdimensions |
Definition at line 211 of file netcdf4_support.F90.
integer (c_int) netcdf4_support::t_netcdf4_file::inumberofvariables |
Definition at line 212 of file netcdf4_support.F90.
integer (c_int) netcdf4_support::t_netcdf4_file::inx |
Definition at line 230 of file netcdf4_support.F90.
integer (c_int) netcdf4_support::t_netcdf4_file::iny |
Definition at line 231 of file netcdf4_support.F90.
integer (c_int) netcdf4_support::t_netcdf4_file::ioriginday |
Definition at line 219 of file netcdf4_support.F90.
integer (c_int) netcdf4_support::t_netcdf4_file::ioriginhh |
Definition at line 221 of file netcdf4_support.F90.
integer (c_int) netcdf4_support::t_netcdf4_file::ioriginjd = NC_NA_INT |
Definition at line 215 of file netcdf4_support.F90.
integer (c_int) netcdf4_support::t_netcdf4_file::ioriginmm |
Definition at line 222 of file netcdf4_support.F90.
integer (c_int) netcdf4_support::t_netcdf4_file::ioriginmonth |
Definition at line 218 of file netcdf4_support.F90.
integer (c_int) netcdf4_support::t_netcdf4_file::ioriginss |
Definition at line 223 of file netcdf4_support.F90.
integer (c_int) netcdf4_support::t_netcdf4_file::ioriginyear |
Definition at line 220 of file netcdf4_support.F90.
integer (c_size_t), dimension(0:1) netcdf4_support::t_netcdf4_file::irowbounds |
Definition at line 229 of file netcdf4_support.F90.
integer (c_int), dimension(0:2) netcdf4_support::t_netcdf4_file::irowiter |
Definition at line 249 of file netcdf4_support.F90.
integer (c_size_t), dimension(0:3) netcdf4_support::t_netcdf4_file::istart |
Definition at line 225 of file netcdf4_support.F90.
integer (c_size_t), dimension(0:3) netcdf4_support::t_netcdf4_file::istride = 1 |
Definition at line 227 of file netcdf4_support.F90.
integer (c_int), dimension(0:3, 0:3) netcdf4_support::t_netcdf4_file::ivar_dimid = NC_NA_INT |
Definition at line 246 of file netcdf4_support.F90.
integer (c_int), dimension(0:3) netcdf4_support::t_netcdf4_file::ivarid = NC_NA_INT |
Definition at line 242 of file netcdf4_support.F90.
integer (c_int), dimension(0:3) netcdf4_support::t_netcdf4_file::ivarindex = NC_NA_INT |
Definition at line 243 of file netcdf4_support.F90.
integer (c_int), dimension(0:3) netcdf4_support::t_netcdf4_file::ivartype = NC_NA_INT |
Definition at line 244 of file netcdf4_support.F90.
logical (c_bool) netcdf4_support::t_netcdf4_file::lallowautomaticdataflipping = TRUE |
Definition at line 238 of file netcdf4_support.F90.
logical (c_bool) netcdf4_support::t_netcdf4_file::lfliphorizontal = FALSE |
Definition at line 251 of file netcdf4_support.F90.
logical (c_bool) netcdf4_support::t_netcdf4_file::lflipvertical = FALSE |
Definition at line 252 of file netcdf4_support.F90.
integer (c_int) netcdf4_support::t_netcdf4_file::lleapyeartreatment = LEAP_YEAR |
Definition at line 224 of file netcdf4_support.F90.
logical (c_bool) netcdf4_support::t_netcdf4_file::lx_increaseswithindex = TRUE |
Definition at line 236 of file netcdf4_support.F90.
logical (c_bool) netcdf4_support::t_netcdf4_file::ly_increaseswithindex = FALSE |
Definition at line 237 of file netcdf4_support.F90.
type (t_netcdf_attribute), dimension(:), pointer netcdf4_support::t_netcdf4_file::pnc_att => null() |
Definition at line 264 of file netcdf4_support.F90.
type (t_netcdf_dimension), dimension(:), pointer netcdf4_support::t_netcdf4_file::pnc_dim => null() |
Definition at line 262 of file netcdf4_support.F90.
type (t_netcdf_variable), dimension(:), pointer netcdf4_support::t_netcdf4_file::pnc_var => null() |
Definition at line 263 of file netcdf4_support.F90.
real (c_double), dimension(0:3) netcdf4_support::t_netcdf4_file::raddoffset = 0.0_c_double |
Definition at line 248 of file netcdf4_support.F90.
real (c_double) netcdf4_support::t_netcdf4_file::rcoordinatetolerance = 0.0_c_double |
Definition at line 235 of file netcdf4_support.F90.
real (c_double), dimension(:), allocatable netcdf4_support::t_netcdf4_file::rdatetimevalues |
Definition at line 258 of file netcdf4_support.F90.
real (c_double) netcdf4_support::t_netcdf4_file::rgridcellsizex |
Definition at line 259 of file netcdf4_support.F90.
real (c_double) netcdf4_support::t_netcdf4_file::rgridcellsizey |
Definition at line 260 of file netcdf4_support.F90.
real (c_double), dimension(0:3) netcdf4_support::t_netcdf4_file::rscalefactor = 1.0_c_double |
Definition at line 247 of file netcdf4_support.F90.
real (c_double), dimension(0:1) netcdf4_support::t_netcdf4_file::rx |
Definition at line 233 of file netcdf4_support.F90.
real (c_double) netcdf4_support::t_netcdf4_file::rx_coord_addoffset = 0.0_c_double |
Definition at line 256 of file netcdf4_support.F90.
real (c_double), dimension(:), allocatable netcdf4_support::t_netcdf4_file::rx_coords |
Definition at line 254 of file netcdf4_support.F90.
real (c_double), dimension(0:1) netcdf4_support::t_netcdf4_file::ry |
Definition at line 234 of file netcdf4_support.F90.
real (c_double) netcdf4_support::t_netcdf4_file::ry_coord_addoffset = 0.0_c_double |
Definition at line 257 of file netcdf4_support.F90.
real (c_double), dimension(:), allocatable netcdf4_support::t_netcdf4_file::ry_coords |
Definition at line 255 of file netcdf4_support.F90.
character (len=256) netcdf4_support::t_netcdf4_file::sfilename |
Definition at line 209 of file netcdf4_support.F90.
character (len=3) netcdf4_support::t_netcdf4_file::svariableorder = "tyx" |
Definition at line 232 of file netcdf4_support.F90.
character (len=64), dimension(0:3) netcdf4_support::t_netcdf4_file::svarname = ["time","y ","x ","z "] |
Definition at line 241 of file netcdf4_support.F90.
character (len=64), dimension(0:3) netcdf4_support::t_netcdf4_file::svarunits = "NA" |
Definition at line 245 of file netcdf4_support.F90.