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

Public Data Type Components

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

Detailed Description

Type for holding information about forcing data.

Data Type Components Description

◆ allvalues

real, dimension(:,:), allocatable worldvar::forcingdatatype::allvalues

matrix for keeping forcing data in memory (time,ncols)

◆ basinindex

integer, dimension(:), allocatable worldvar::forcingdatatype::basinindex

index to find data for each subbasin (nsub)

◆ filename

character(len=10) worldvar::forcingdatatype::filename

significant file name (e.g. RHobs)

◆ filepath

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

file path

◆ fileunit

integer worldvar::forcingdatatype::fileunit

file unit number

◆ idcode

character(len=10) worldvar::forcingdatatype::idcode

code in headings for observation id

◆ infocode

character(len=12) worldvar::forcingdatatype::infocode

code in info.txt to read file

◆ missing_value

real worldvar::forcingdatatype::missing_value

value used for missing data in file

◆ nc_fileid

integer worldvar::forcingdatatype::nc_fileid

id of the netcdf dataset/file (anv�nd fileunit??)

◆ nc_obsvar

integer worldvar::forcingdatatype::nc_obsvar

id of variable in netcdf dataset/file

◆ ncols

integer worldvar::forcingdatatype::ncols

number of columns of data

◆ nskip

integer worldvar::forcingdatatype::nskip

number of comment rows in the beginning of file

◆ readfile

logical worldvar::forcingdatatype::readfile

status of file

◆ since_date

type(datetype) worldvar::forcingdatatype::since_date

Begin date of file time definition.

◆ startpos

integer worldvar::forcingdatatype::startpos

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

◆ stationid

integer, dimension(:), allocatable worldvar::forcingdatatype::stationid

forcing data id which is coupled to subbasin

◆ time_resolution

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

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

◆ timeformat

integer worldvar::forcingdatatype::timeformat

txt-file time format (0=one string (date or matlab), 1=two string (date and time))


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