HYPE
All Classes Namespaces Files Functions Variables Pages
List of all members
worldvar::outregioninfotype Type Reference

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
 

Detailed Description

Type for information about output regions.

Data Type Components Description

◆ area

real worldvar::outregioninfotype::area

area[m2]

◆ nsubbasin

integer worldvar::outregioninfotype::nsubbasin

number of subbasin in region

◆ obsfunc

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

◆ outregid

integer worldvar::outregioninfotype::outregid

identification number for output region (must not overlap with subid)

◆ subindex

integer, dimension(:), allocatable worldvar::outregioninfotype::subindex

index of subbasin in region (nsubbasin) !handle submodel!!?

◆ weight

real, dimension(:), allocatable worldvar::outregioninfotype::weight

weight of subbaisn in region average (nsubbasin)

◆ xcoord

real worldvar::outregioninfotype::xcoord

x-coordinate

◆ ycoord

real worldvar::outregioninfotype::ycoord

y-coordinate

◆ zcoord

real worldvar::outregioninfotype::zcoord

z-coordinate, eg. elevation above sea level


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