Public Data Type Components | |
Static variables | |
The static variables are calculated before model time simulation starts and holds their value during simulation. This includes some status variables, recalculation of model parameters into a form suitable for the model processes and other useful variables. | |
integer, dimension(2) | otype = 0 |
integer | change = 0 |
Type for outflow for lakes with two outflows.
integer hypevariables::outflowtype::change = 0 |
flag for method to change outlet flows after updating total flow (depent on otype)
integer, dimension(2) hypevariables::outflowtype::otype = 0 |
type of outflow for two outlet lakes (depending on LakeData-parameters)