Public Data Type Components | |
logical | readfile |
integer | fileunit |
character(len=maxcharpath) | filepath |
integer | timeformat = 0 |
integer, dimension(:), allocatable | colindex |
integer | ncols |
integer | nskip |
real | missing_value |
integer | nc_fileid |
integer | nc_obsvar |
integer | startpos |
character(len=16) | time_resolution |
type(datetype) | since_date |
type(datetype) | begindate |
type(datetype) | enddate |
Type for holding information about other observations data, only used for netcdf files (so far)
type(datetype) worldvar::observationdatatype::begindate |
Begin date for observations within simulation period.
integer, dimension(:), allocatable worldvar::observationdatatype::colindex |
index to find data column for each subbasin/outregion (not used much, only to set obsindex in modvar!
type(datetype) worldvar::observationdatatype::enddate |
End date for observations within simulation period.
character(len=maxcharpath) worldvar::observationdatatype::filepath |
file path
integer worldvar::observationdatatype::fileunit |
file unit number
real worldvar::observationdatatype::missing_value |
value used for missing observations in file
integer worldvar::observationdatatype::nc_fileid |
id of the netcdf dataset/file
integer worldvar::observationdatatype::nc_obsvar |
id of variable in netcdf dataset/file
integer worldvar::observationdatatype::ncols |
number of stations of data (time series/columns)
integer worldvar::observationdatatype::nskip |
number of comment rows in the beginning of file
logical worldvar::observationdatatype::readfile |
status of file
type(datetype) worldvar::observationdatatype::since_date |
Begin date of file time definition.
integer worldvar::observationdatatype::startpos |
starting position (first timestep of simulation) for netcdf dataset/file
character(len=16) worldvar::observationdatatype::time_resolution |
units for file time definition (seconds, days, etc.)
integer worldvar::observationdatatype::timeformat = 0 |
txt-file time format (0=one string (date or matlab), 1=two string (date and time)) !Only used for Xcgobs, because obsdata not used for other txtfiles yet