Public Data Type Components | |
integer | luse |
integer | soil |
integer | crop |
integer | crop2 |
integer | vegtype |
integer | tiledtype |
integer | rotation |
real | tiledepth |
real | streamdepth |
real | traveltime |
real | rechargefraction |
real, dimension(maxsoillayers) | soildepth |
Type for holding information about classes.
integer modvar::classtype::crop |
main crop id number
integer modvar::classtype::crop2 |
secondary crop id number
integer modvar::classtype::luse |
landuse code
real modvar::classtype::rechargefraction |
Fraction of runoff that goes to recharge other classes (typically wetlands)
integer modvar::classtype::rotation |
Crop rotation group of classes.
integer modvar::classtype::soil |
soil type code
real, dimension(maxsoillayers) modvar::classtype::soildepth |
Lower border of soil layers (m)
real modvar::classtype::streamdepth |
Depth to ditch or local stream.
real modvar::classtype::tiledepth |
Depth of tile drainage system.
integer modvar::classtype::tiledtype |
(Forest) tile type (groups (forest) classes into tile drained groups 1,...10=max, 0=class not in any tile group (0 or 100% tiled, tiledepth decide))
real modvar::classtype::traveltime |
Time of travel to local stream.
integer modvar::classtype::vegtype |
Vegetation type (groups land uses into 1=open, 2=forest, 3=water)