HYPE
All Classes Namespaces Files Functions Variables Pages
Private Data Type Components | List of all members
statetype_module::riverstatetype Type Reference

Private Data Type Components

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 psed
 
real, dimension(:,:,:), allocatable qqueue
 
real, dimension(:,:,:,:), allocatable cqueue
 
real, dimension(:,:,:), allocatable cwetland
 
real, dimension(:,:,:), allocatable qdayacc
 
real, dimension(:,:,:), allocatable q365
 
real, dimension(:,:), allocatable qmean
 
real, dimension(:,:), allocatable t1sed
 
real, dimension(:,:), allocatable ssed
 

Detailed Description

Type for state variables related to rivers.

Data Type Components Description

◆ conc

real, dimension(:,:,:), allocatable statetype_module::riverstatetype::conc
private

concentration in river box (substance,rivertype,subbasin)

◆ cqueue

real, dimension(:,:,:,:), allocatable statetype_module::riverstatetype::cqueue
private

c of water translated in river (mg/l) (substance,0:maxlag,rivertype,subbasin)

◆ cwetland

real, dimension(:,:,:), allocatable statetype_module::riverstatetype::cwetland
private

concentration of river wetland volume (mg/l) (substance,rivertype,subbasin)

◆ psed

real, dimension(:,:), allocatable statetype_module::riverstatetype::psed
private

phosphorus sediment in river (kg) (rivertype,subbasin)

◆ q365

real, dimension(:,:,:), allocatable statetype_module::riverstatetype::q365
private

Q river last 365 days (m3/s) (dayno,rivertype,subbasin)

◆ qdayacc

real, dimension(:,:,:), allocatable statetype_module::riverstatetype::qdayacc
private

Q on time step<1 day, used in calculation of daily mean (m3/s) (timestep,rivertype,subbasin)

◆ qmean

real, dimension(:,:), allocatable statetype_module::riverstatetype::qmean
private

average discharge in river (365-days-MA) (m3/s) (rivertype,subbasin)

◆ qqueue

real, dimension(:,:,:), allocatable statetype_module::riverstatetype::qqueue
private

q of water translated in river (m3) (0:maxlag,rivertype,subbasin)

◆ ssed

real, dimension(:,:), allocatable statetype_module::riverstatetype::ssed
private

sediment in river (kg) (rivertype,subbasin)

◆ t1sed

real, dimension(:,:), allocatable statetype_module::riverstatetype::t1sed
private

T1 in sediment in river (kg) (rivertype,subbasin)

◆ temp

real, dimension(:,:), allocatable statetype_module::riverstatetype::temp
private

river temperature (rivertype,subbasin)

◆ temp10

real, dimension(:,:), allocatable statetype_module::riverstatetype::temp10
private

10-day mean river temperature (rivertype,subbasin)

◆ temp20

real, dimension(:,:), allocatable statetype_module::riverstatetype::temp20
private

20-day mean river temperature (rivertype,subbasin)

◆ tpmean

real, dimension(:,:), allocatable statetype_module::riverstatetype::tpmean
private

365-day mean Total Phosphorus concentration of river (rivertype,subbasin)

◆ water

real, dimension(:,:), allocatable statetype_module::riverstatetype::water
private

water volume of river (rivertype,subbasin) (m3)


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