Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(soilayer), | public, | dimension(:), allocatable | :: | layer1 | |||
type(soil_physical_properties), | public, | dimension (:), allocatable | :: | phys1 | |||
type(soil_profile), | public, | dimension(:), allocatable | :: | soil | |||
type(soil_profile), | public, | dimension(:), allocatable | :: | soil_init | |||
type(soil_hru_database), | public, | dimension(:), allocatable | :: | sol |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real, | public | :: | ec | = | 0. | ||
real, | public | :: | cal | = | 0. | ||
real, | public | :: | ph | = | 0. | ||
real, | public | :: | alb | = | 0. |
none albedo when soil is moist |
|
real, | public | :: | usle_k | = | 0. |
USLE equation soil erodibility (K) factor |
|
real, | public | :: | conk | = | 0. |
mm/hr lateral saturated hydraulic conductivity for each profile layer in a give HRU. |
|
real, | public | :: | flat | = | 0. |
mm H2O lateral flow storage array |
|
real, | public | :: | prk | = | 0. |
mm H2O percolation from soil layer on current day |
|
real, | public | :: | volcr | = | 0. |
mm crack volume for soil layer |
|
real, | public | :: | tillagef | = | 0. | ||
real, | public | :: | rtfr | = | 0. |
none root fraction |
|
real, | public | :: | watp | = | 0. | ||
integer, | public | :: | a_days | = | 0 | ||
integer, | public | :: | b_days | = | 0 | ||
real, | public | :: | psp_store | = | 0. | ||
real, | public | :: | ssp_store | = | 0. | ||
real, | public | :: | percc | = | 0. | ||
real, | public | :: | latc | = | 0. | ||
real, | public | :: | vwt | = | 0. |
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) |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=16), | public | :: | snam | = | "" |
NA soil series name |
|
character(len=16), | public | :: | hydgrp | = | "" |
NA hydrologic soil group |
|
character(len=16), | public | :: | texture | = | "" | ||
integer, | public | :: | nly | = | 0 |
none number of soil layers |
|
type(soil_physical_properties), | public, | dimension (:), allocatable | :: | phys | |||
type(soilayer), | public, | dimension (:), allocatable | :: | ly | |||
real, | public, | dimension(:), allocatable | :: | pest |
kg/ha total pesticide in the soil profile |
||
real, | public | :: | zmx | = | 0. |
mm maximum rooting depth in soil |
|
real, | public | :: | anion_excl | = | 0. |
none fraction of porosity from which anions are excluded |
|
real, | public | :: | crk | = | 0. |
none crack volume potential of soil |
|
real, | public | :: | alb | = | 0. |
none albedo when soil is moist |
|
real, | public | :: | usle_k | = | 0. |
USLE equation soil erodibility (K) factor |
|
real, | public | :: | det_san | = | 0. | ||
real, | public | :: | det_sil | = | 0. | ||
real, | public | :: | det_cla | = | 0. | ||
real, | public | :: | det_sag | = | 0. | ||
real, | public | :: | det_lag | = | 0. | ||
real, | public | :: | sumul | = | 0. |
mm H2O amount of water held in soil profile at saturation |
|
real, | public | :: | sumfc | = | 0. |
mm H2O amount of water held in the soil profile at field capacity |
|
real, | public | :: | sw | = | 0. |
mm H2O amount of water stored in soil profile |
|
real, | public | :: | sw_300 | = | 0. |
mm H2O amount of water stored to 300 mm |
|
real, | public | :: | sumwp | = | 0. | ||
real, | public | :: | swpwt | = | 0. | ||
real, | public | :: | ffc | = | 0. |
none initial HRU soil water content expressed as fraction of field capacity |
|
real, | public | :: | wat_tbl | = | 0. | ||
real, | public | :: | avpor | = | 0. |
none average porosity for entire soil profile |
|
real, | public | :: | avbd | = | 0. |
Mg/m^3 average bulk density for soil profile |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=16), | public | :: | snam | = | "" |
NA soil series name |
|
character(len=16), | public | :: | hydgrp | = | "" |
NA hydrologic soil group |
|
character(len=16), | public | :: | texture | = | "" | ||
type(soil_profile), | public | :: | s | ||||
type(soil_physical_properties), | public, | dimension(:), allocatable | :: | phys | |||
type(soilayer), | public, | dimension(:), allocatable | :: | ly |