soil_physical_properties Derived Type

type, public :: soil_physical_properties


Inherited by

type~~soil_physical_properties~~InheritedByGraph type~soil_physical_properties soil_physical_properties type~soil_hru_database soil_hru_database type~soil_hru_database->type~soil_physical_properties phys type~soil_profile soil_profile type~soil_hru_database->type~soil_profile s type~soil_profile->type~soil_physical_properties phys

Components

Type Visibility Attributes Name Initial
real, public :: d = 0.

mm ! depth to bottom of soil layer

real, public :: thick = 0.

mm ! thichness of soil layer

real, public :: bd = 0.

Mg/m**3 ! bulk density of the soil

real, public :: k = 0.

mm/hr ! saturated hydraulic conductivity of soil layer. Index:(layer,HRU)

real, public :: clay = 0.

none ! fraction clay content in soil material (UNIT CHANGE!)

real, public :: silt = 0.

% ! percent silt content in soil material

real, public :: sand = 0.

none ! fraction of sand in soil material

real, public :: rock = 0.

% ! percent of rock fragments in soil layer

real, public :: conv_wt = 0.

none ! factor which converts kg/kg to kg/ha

real, public :: crdep = 0.

mm ! maximum or potential crack volume

real, public :: awc = 0.

mm H20/mm | soil available water capacity of soil layer

real, public :: fc = 0.

mm H2O | amount of water available to plants in soil layer at field capacity (fc - wp),Index:(layer,HRU)

real, public :: hk = 0.

none ! beta coefficent to calculate hydraulic conductivity

real, public :: por = 0.

none ! total porosity of soil layer expressed as a fraction of the total volume, Index:(layer,HRU)

real, public :: st = 0.

mm H2O ! amount of water stored in the soil layer on any given day (less wp water)

real, public :: tmp = 0.

deg C ! daily average temperature of second soil layer

real, public :: ul = 0.

mm H2O ! amount of water held in the soil layer at saturation (sat - wp water)

real, public :: up = 0.

mm H2O/mm ! soil water content of soil at -0.033 MPa (field capacity)

real, public :: wp = 0.

mm H20/mm ! soil water content of soil at -1.5 MPa (wilting point)

real, public :: wpmm = 0.

mm H20 ! water content of soil at -1.5 MPa (wilting point)