HYPE
Loading...
Searching...
No Matches
statetype_module::aquiferstatetype Type Reference

Public 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

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

◆ cnextoutflow

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

concentration of outflow of aquifer (substance,aquifer)

◆ conc

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

concentration of aquifer water (substance,aquifer)

◆ lastrecharge

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

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

◆ nextoutflow

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

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

◆ water

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

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


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