HYPE
All Classes Namespaces Files Functions Variables Pages
Public Data Type Components | List of all members
worldvar::observationdatatype Type Reference

Public Data Type Components

logical readfile
 
integer fileunit
 
character(len=maxcharpathfilepath
 
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(datetypesince_date
 
type(datetypebegindate
 
type(datetypeenddate
 

Detailed Description

Type for holding information about other observations data, only used for netcdf files (so far)

Data Type Components Description

◆ begindate

type(datetype) worldvar::observationdatatype::begindate

Begin date for observations within simulation period.

◆ colindex

integer, dimension(:), allocatable worldvar::observationdatatype::colindex

index to find data column for each subbasin/outregion (not used much, only to set obsindex in modvar!

◆ enddate

type(datetype) worldvar::observationdatatype::enddate

End date for observations within simulation period.

◆ filepath

character(len=maxcharpath) worldvar::observationdatatype::filepath

file path

◆ fileunit

integer worldvar::observationdatatype::fileunit

file unit number

◆ missing_value

real worldvar::observationdatatype::missing_value

value used for missing observations in file

◆ nc_fileid

integer worldvar::observationdatatype::nc_fileid

id of the netcdf dataset/file

◆ nc_obsvar

integer worldvar::observationdatatype::nc_obsvar

id of variable in netcdf dataset/file

◆ ncols

integer worldvar::observationdatatype::ncols

number of stations of data (time series/columns)

◆ nskip

integer worldvar::observationdatatype::nskip

number of comment rows in the beginning of file

◆ readfile

logical worldvar::observationdatatype::readfile

status of file

◆ since_date

type(datetype) worldvar::observationdatatype::since_date

Begin date of file time definition.

◆ startpos

integer worldvar::observationdatatype::startpos

starting position (first timestep of simulation) for netcdf dataset/file

◆ time_resolution

character(len=16) worldvar::observationdatatype::time_resolution

units for file time definition (seconds, days, etc.)

◆ timeformat

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


The documentation for this type was generated from the following file: