|
Soil Water Balance (SWB2)
|

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