|
HYPE
|
Public Data Type Components | |
Types and variables for soil flows, concentrations and fluxes. | |
Type for water flow of soil that is set in soilmodel and output from the subroutine | |
| real | cropuptake |
| real | nitrif |
| real, dimension(:), allocatable | denitrif |
| real, dimension(:,:), allocatable | cropsources |
| real, dimension(:,:), allocatable | lruralflow |
| real, dimension(:), allocatable | drydeposition |
| real, dimension(:), allocatable | nonpointsource |
| real, dimension(:), allocatable | rgrwload |
| real, dimension(:), allocatable | irrload |
Type for loads of substances that is set in soilmodel and output from the subroutine.
| real, dimension(:,:), allocatable hypevariables::soilmfluxtype::cropsources |
Load from fertiliser and residues (kg/timestep) (numsubstances,2).
| real hypevariables::soilmfluxtype::cropuptake |
crop uptake of IN (kg/timestep)
| real, dimension(:), allocatable hypevariables::soilmfluxtype::denitrif |
denitrification in soil layer 1-3 (kg/timestep)
| real, dimension(:), allocatable hypevariables::soilmfluxtype::drydeposition |
Load of atmospheric dry deposition (kg/timestep) (to soil for land classes, to water for surfacewater classes) (i.e. dry dep to floodplain soil not included).
| real, dimension(:), allocatable hypevariables::soilmfluxtype::irrload |
Load from irrigation to soil (kg/timestep).
| real, dimension(:,:), allocatable hypevariables::soilmfluxtype::lruralflow |
load to layer from rural (kg/km2/timestep) (numsubstances,maxsoillayers)
| real hypevariables::soilmfluxtype::nitrif |
nitrification IN (kg/timestep)
| real, dimension(:), allocatable hypevariables::soilmfluxtype::nonpointsource |
Non point source to soil, load from rural households (kg/timestep).
| real, dimension(:), allocatable hypevariables::soilmfluxtype::rgrwload |
Soil loads from regional groundwater flow (kg/timestep).