Public Data Type Components | |
logical | readfile |
integer | fileunit |
integer | timeformat |
character(len=maxcharpath) | filepath |
character(len=10) | filename |
character(len=12) | infocode |
character(len=10) | idcode |
integer, dimension(:), allocatable | basinindex |
integer, dimension(:), allocatable | stationid |
integer | ncols |
integer | nskip |
real | missing_value |
real, dimension(:,:), allocatable | allvalues |
integer | nc_fileid |
integer | nc_obsvar |
integer | startpos |
character(len=16) | time_resolution |
type(datetype) | since_date |
Type for holding information about forcing data.
real, dimension(:,:), allocatable worldvar::forcingdatatype::allvalues |
matrix for keeping forcing data in memory (time,ncols)
integer, dimension(:), allocatable worldvar::forcingdatatype::basinindex |
index to find data for each subbasin (nsub)
character(len=10) worldvar::forcingdatatype::filename |
significant file name (e.g. RHobs)
character(len=maxcharpath) worldvar::forcingdatatype::filepath |
file path
integer worldvar::forcingdatatype::fileunit |
file unit number
character(len=10) worldvar::forcingdatatype::idcode |
code in headings for observation id
character(len=12) worldvar::forcingdatatype::infocode |
code in info.txt to read file
real worldvar::forcingdatatype::missing_value |
value used for missing data in file
integer worldvar::forcingdatatype::nc_fileid |
id of the netcdf dataset/file (anv�nd fileunit??)
integer worldvar::forcingdatatype::nc_obsvar |
id of variable in netcdf dataset/file
integer worldvar::forcingdatatype::ncols |
number of columns of data
integer worldvar::forcingdatatype::nskip |
number of comment rows in the beginning of file
logical worldvar::forcingdatatype::readfile |
status of file
type(datetype) worldvar::forcingdatatype::since_date |
Begin date of file time definition.
integer worldvar::forcingdatatype::startpos |
starting position (first timestep of simulation) for netcdf dataset/file
integer, dimension(:), allocatable worldvar::forcingdatatype::stationid |
forcing data id which is coupled to subbasin
character(len=16) worldvar::forcingdatatype::time_resolution |
units for file time definition (seconds, days, etc.)
integer worldvar::forcingdatatype::timeformat |
txt-file time format (0=one string (date or matlab), 1=two string (date and time))