|
HYPE
|
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 |
Type for state variables related to groundwater/aquifers.
| real, dimension(:,:), allocatable statetype_module::aquiferstatetype::clastrecharge |
concentration of recharge flow last time step (substance,aquifer)
| real, dimension(:,:), allocatable statetype_module::aquiferstatetype::cnextoutflow |
concentration of outflow of aquifer (substance,aquifer)
| real, dimension(:,:), allocatable statetype_module::aquiferstatetype::conc |
concentration of aquifer water (substance,aquifer)
| real, dimension(:), allocatable statetype_module::aquiferstatetype::lastrecharge |
recharge flow last timestep (m3 or m) (aquifer)
| real, dimension(:), allocatable statetype_module::aquiferstatetype::nextoutflow |
outflow of aquifer to be applied next time step (m3) (aquifer)
| real, dimension(:), allocatable statetype_module::aquiferstatetype::water |
water volume of aquifer (m3 or m) (aquifer)