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

Private Data Type Components

real, dimension(:), allocatable water
 
real, dimension(:,:), allocatable conc
 
real, dimension(:), allocatable lastrecharge
 
real, dimension(:,:), allocatable clastrecharge
 
real, dimension(:), allocatable nextoutflow
 
real, dimension(:,:), allocatable cnextoutflow
 

Detailed Description

Type for state variables related to groundwater/aquifers.

Data Type Components Description

◆ clastrecharge

real, dimension(:,:), allocatable statetype_module::aquiferstatetype::clastrecharge
private

concentration of recharge flow last time step (substance,aquifer)

◆ cnextoutflow

real, dimension(:,:), allocatable statetype_module::aquiferstatetype::cnextoutflow
private

concentration of outflow of aquifer (substance,aquifer)

◆ conc

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

concentration of aquifer water (substance,aquifer)

◆ lastrecharge

real, dimension(:), allocatable statetype_module::aquiferstatetype::lastrecharge
private

recharge flow last timestep (m3 or m) (aquifer)

◆ nextoutflow

real, dimension(:), allocatable statetype_module::aquiferstatetype::nextoutflow
private

outflow of aquifer to be applied next time step (m3) (aquifer)

◆ water

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

water volume of aquifer (m3 or m) (aquifer)


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