Public Data Type Components | |
real, dimension(:), allocatable | inwetconc |
real, dimension(:,:), allocatable | indryload |
real, dimension(:,:), allocatable | inloadwater |
integer, dimension(:,:), allocatable | depcode |
real, dimension(:,:,:), allocatable | dryload |
real, dimension(:,:,:), allocatable | wetconc |
Type for holding deposition data.
integer, dimension(:,:), allocatable modvar::depositiontype::depcode |
real, dimension(:,:,:), allocatable modvar::depositiontype::dryload |
Load of (dry) deposition (kg/km2/ts) [veg/luse,nsub,12/366].
real, dimension(:,:), allocatable modvar::depositiontype::indryload |
IN load of dry deposition on land use group 1-3(vegtype in GeoClass) (kg/km2/timestep) [nsub,3].
real, dimension(:,:), allocatable modvar::depositiontype::inloadwater |
Load of monthly total IN deposition on water (kg/km2/ts) [nsub,12].
real, dimension(:), allocatable modvar::depositiontype::inwetconc |
IN concentration of wet deposition (mg/l) [nsub].
real, dimension(:,:,:), allocatable modvar::depositiontype::wetconc |
Concentration in precipitation (ug/L?) [veg/luse,nsub,12/366].