Public Data Type Components | |
integer | outregid |
real | xcoord |
real | ycoord |
real | zcoord |
real | area |
integer | nsubbasin |
integer, dimension(:), allocatable | subindex |
real, dimension(:), allocatable | weight |
integer | obsfunc = 0 |
Type for information about output regions.
real worldvar::outregioninfotype::area |
area[m2]
integer worldvar::outregioninfotype::nsubbasin |
number of subbasin in region
integer worldvar::outregioninfotype::obsfunc = 0 |
observation function: 0 (default) weighted subbasin outvar 1 reservoir inflow; rgqcin = w_1 * rgclrf(reg_1) + w_2 * (rgclrp(reg_2)-rgcle(reg_2)) 2 ... to be defined
integer worldvar::outregioninfotype::outregid |
identification number for output region (must not overlap with subid)
integer, dimension(:), allocatable worldvar::outregioninfotype::subindex |
index of subbasin in region (nsubbasin) !handle submodel!!?
real, dimension(:), allocatable worldvar::outregioninfotype::weight |
weight of subbaisn in region average (nsubbasin)
real worldvar::outregioninfotype::xcoord |
x-coordinate
real worldvar::outregioninfotype::ycoord |
y-coordinate
real worldvar::outregioninfotype::zcoord |
z-coordinate, eg. elevation above sea level