|
HYPE
|
Public Data Type Components | |
| real, dimension(:,:), allocatable | snow |
| real, dimension(:,:,:), allocatable | csnow |
| real, dimension(:,:), allocatable | snowage |
| real, dimension(:,:), allocatable | snowdepth |
| real, dimension(:,:), allocatable | snowcov |
| real, dimension(:,:), allocatable | snowmax |
| real, dimension(:), allocatable | glacvol |
| real, dimension(:,:), allocatable | riversnow |
| real, dimension(:,:), allocatable | riversnowage |
| real, dimension(:,:), allocatable | riversnowdepth |
| real, dimension(:,:), allocatable | riverice |
| real, dimension(:,:), allocatable | riverbice |
| real, dimension(:,:), allocatable | rivericecov |
| real, dimension(:,:), allocatable | rivericepor |
| real, dimension(:,:), allocatable | lakesnow |
| real, dimension(:,:), allocatable | lakesnowage |
| real, dimension(:,:), allocatable | lakesnowdepth |
| real, dimension(:,:), allocatable | lakeice |
| real, dimension(:,:), allocatable | lakebice |
| real, dimension(:,:), allocatable | lakeicecov |
| real, dimension(:,:), allocatable | lakeicepor |
| real, dimension(:,:), allocatable | snowheat |
| real, dimension(:,:), allocatable | snowliq |
Type for state variables related to snow and ice.
| real, dimension(:,:,:), allocatable statetype_module::snowicestatetype::csnow |
concentration of snow on soil, snow water equivalent per soil-landuse combination (substance,class,subbasin)
| real, dimension(:), allocatable statetype_module::snowicestatetype::glacvol |
glacier ice volume, one glacier class per subbasin (m3)
| real, dimension(:,:), allocatable statetype_module::snowicestatetype::lakebice |
black ice on lake (cm) per lake type (type,subbasin)
| real, dimension(:,:), allocatable statetype_module::snowicestatetype::lakeice |
ice on lake, total (cm) per lake type (type,subbasin)
| real, dimension(:,:), allocatable statetype_module::snowicestatetype::lakeicecov |
degree of ice cover on lake (fraction) per lake type (type,subbasin)
| real, dimension(:,:), allocatable statetype_module::snowicestatetype::lakeicepor |
porosity of river ice (fraction) per river type (type,subbasin)
| real, dimension(:,:), allocatable statetype_module::snowicestatetype::lakesnow |
snow on lake, snow water equivalent per lake type (type,subbasin) !!OR snow(slc_ilake,i)?
| real, dimension(:,:), allocatable statetype_module::snowicestatetype::lakesnowage |
age of snow on lake per lake type (type,subbasin) !!OR snow(slc_mriver,i) no used when a=0?
| real, dimension(:,:), allocatable statetype_module::snowicestatetype::lakesnowdepth |
depth of snow pack on lake per lake type (type,subbasin)
| real, dimension(:,:), allocatable statetype_module::snowicestatetype::riverbice |
black ice on river (cm) per river type (type,subbasin)
| real, dimension(:,:), allocatable statetype_module::snowicestatetype::riverice |
ice on river, total (cm) per river type (type,subbasin)
| real, dimension(:,:), allocatable statetype_module::snowicestatetype::rivericecov |
degree of ice cover on river (fraction) per river type (type,subbasin)
| real, dimension(:,:), allocatable statetype_module::snowicestatetype::rivericepor |
porosity of river ice (fraction) per river type (type,subbasin)
| real, dimension(:,:), allocatable statetype_module::snowicestatetype::riversnow |
snow on river, snow water equivalent per river type (type,subbasin)
| real, dimension(:,:), allocatable statetype_module::snowicestatetype::riversnowage |
age of snow on river per river type (type,subbasin)
| real, dimension(:,:), allocatable statetype_module::snowicestatetype::riversnowdepth |
depth of snow pack on river per river type (type,subbasin)
| real, dimension(:,:), allocatable statetype_module::snowicestatetype::snow |
snow on soil, snow water equivalent per soil-landuse combination (class,subbasin)
| real, dimension(:,:), allocatable statetype_module::snowicestatetype::snowage |
age of snow pack on soil per land-soil combination (class,subbasin)
| real, dimension(:,:), allocatable statetype_module::snowicestatetype::snowcov |
degree of snow cover on soil per land-soil combination (class,subbasin)
| real, dimension(:,:), allocatable statetype_module::snowicestatetype::snowdepth |
depth of snow pack on soil per land-soil combination (class,subbasin)
| real, dimension(:,:), allocatable statetype_module::snowicestatetype::snowheat |
heat content of snow on soil per soil-landuse combination (class,subbasin)
| real, dimension(:,:), allocatable statetype_module::snowicestatetype::snowliq |
liquid water content of snow on soil per soil-landuse combination (class,subbasin)
| real, dimension(:,:), allocatable statetype_module::snowicestatetype::snowmax |
max snow pack on soil per land-soil combination (class,subbasin)