|
real, dimension(:,:), allocatable | water |
|
real, dimension(:,:), allocatable | temp |
|
real, dimension(:,:,:), allocatable | conc |
|
real, dimension(:,:), allocatable | tpmean |
|
real, dimension(:,:), allocatable | temp10 |
|
real, dimension(:,:), allocatable | temp20 |
|
real, dimension(:,:), allocatable | uppertemp |
|
real, dimension(:,:), allocatable | lowertemp |
|
real, dimension(:,:), allocatable | areafrac |
|
real, dimension(:,:,:), allocatable | sedpool |
|
real, dimension(:,:), allocatable | sedage |
|
real, dimension(:,:), allocatable | seddens |
|
integer, dimension(:,:), allocatable | sedflush |
|
Type for state variables related to lake.
◆ areafrac
real, dimension(:,:), allocatable statetype_module::lakestatetype::areafrac |
|
private |
fraction of lake water area/contributing area (lakesection,subbasin) - only for laketype 1!
◆ conc
real, dimension(:,:,:), allocatable statetype_module::lakestatetype::conc |
|
private |
concentration in lakes (mg/L etc) (substances,laketype,subbasin)
◆ lowertemp
real, dimension(:,:), allocatable statetype_module::lakestatetype::lowertemp |
|
private |
lower layer (hypolimnion) temperature (laketype,subbasin)
◆ sedage
real, dimension(:,:), allocatable statetype_module::lakestatetype::sedage |
|
private |
age of sediment in lake since flushing (timesteps) (laketype,subbasin)
◆ seddens
real, dimension(:,:), allocatable statetype_module::lakestatetype::seddens |
|
private |
density of sediment in lake (timesteps) (laketype,subbasin)
◆ sedflush
integer, dimension(:,:), allocatable statetype_module::lakestatetype::sedflush |
|
private |
lake sediment flush on/off (laketype,subbasin)
◆ sedpool
real, dimension(:,:,:), allocatable statetype_module::lakestatetype::sedpool |
|
private |
sediment in lake (kg) (substance,laketype,subbasin)
◆ temp
real, dimension(:,:), allocatable statetype_module::lakestatetype::temp |
|
private |
lake temperature (laketype,subbasin)
◆ temp10
real, dimension(:,:), allocatable statetype_module::lakestatetype::temp10 |
|
private |
10-day mean lake temperature (laketype,subbasin)
◆ temp20
real, dimension(:,:), allocatable statetype_module::lakestatetype::temp20 |
|
private |
20-day mean lake temperature (laketype,subbasin)
◆ tpmean
real, dimension(:,:), allocatable statetype_module::lakestatetype::tpmean |
|
private |
365-day mean Total Phosphorus concentration of lake (laketype,subbasin)
◆ uppertemp
real, dimension(:,:), allocatable statetype_module::lakestatetype::uppertemp |
|
private |
upper layer (epilimnion) temperature (laketype,subbasin)
◆ water
real, dimension(:,:), allocatable statetype_module::lakestatetype::water |
|
private |
water stage of lake (mm) (laketype,subbasin)
The documentation for this type was generated from the following file: