Public Data Type Components | |
character(len=4) | shortname |
character(len=20) | longname |
integer | vartype |
integer | water |
integer | basearea |
integer | classtype |
integer | obsvar |
character(len=6) | shortunit |
character(len=20) | longunit |
character(len=6) | upunit |
real | min = 0. |
real | max = def_max |
Type for holding information about output variables.
integer modvar::outvaridtype::basearea |
base area for upstream output (0=undefined,1=basinarea,2=landarea,3-5=no area (scaling 1000))
integer modvar::outvaridtype::classtype |
type of class variable (0=non-class variable,1=class variable (could separate land class, all class etc if needed)
character(len=20) modvar::outvaridtype::longname |
long name of output variable
character(len=20) modvar::outvaridtype::longunit |
unit of output varible
real modvar::outvaridtype::max = def_max |
maximum value of variable
real modvar::outvaridtype::min = 0. |
minimum value of variable
integer modvar::outvaridtype::obsvar |
type of observation variable (0=not observation variable,1=observation variable, 2=?observation variable not for regionalisation?)
character(len=4) modvar::outvaridtype::shortname |
short name of output variable
character(len=6) modvar::outvaridtype::shortunit |
short unit of output variable
character(len=6) modvar::outvaridtype::upunit |
short unit of upstream output variable
integer modvar::outvaridtype::vartype |
accumulation type of output variable; sum,mean or weighted mean*2
integer modvar::outvaridtype::water |
corresponding water to concentration (outvar index)