|
private |
| [in] | nsnow | maximum no. of snow layers |
| [in] | nsoil | number of soil layers |
| [in] | isnow | actual no. of snow layers |
| [in] | dt | time step [sec] |
| [in] | qsnow | snowfall on the ground (mm/s) |
| [in] | rhoair | density air (kg/m3) |
| [in] | eair | vapor pressure air (pa) |
| [in] | sfcprs | pressure (pa) |
| [in] | qair | specific humidity (kg/kg) |
| [in] | sfctmp | air temperature (k) |
| [in] | lwdn | downward longwave radiation (w/m2) |
| [in] | uu | wind speed in e-w dir (m/s) |
| [in] | vv | wind speed in n-s dir (m/s) |
| [in] | solad | incoming direct solar rad. (w/m2) |
| [in] | solai | incoming diffuse solar rad. (w/m2) |
| [in] | cosz | cosine solar zenith angle (0-1) |
| [in] | zref | reference height (m) |
| [in] | tbot | bottom condition for soil temp. (k) |
| [in] | zbot | depth for tbot [m] |
| [in] | zsnso | layer-bottom depth from snow surf [m] |
| [in] | dzsnso | depth of snow & soil layer-bottom [m] |
| [in] | pblhx | PBL height (m) |
| [in] | psfc | surface pressure |
| [in] | iz0tlnd | z0t option |
| [in] | itime | integration time |
| [in] | sigmaf1 | areal fractional cover of green vegetation |
| [in] | garea1 | area of the grid cell |
| [in,out] | tg | ground temperature (k) |
| [in,out] | stc | snow/soil temperature [k] |
| [in,out] | snowh | snow height [m] |
| [in,out] | sneqv | snow mass (mm) |
| [in,out] | sneqvo | snow mass at last time step (mm) |
| [in,out] | sh2o | liquid soil moisture [m3/m3] |
| [in,out] | smc | soil moisture (ice + liq.) [m3/m3] |
| [in,out] | snice | snow ice mass (kg/m2) |
| [in,out] | snliq | snow liq mass (kg/m2) |
| [in,out] | albold | snow albedo at last time step(class type) |
| [in,out] | cm | momentum drag coefficient |
| [in,out] | ch | sensible heat exchange coefficient |
Definition at line 428 of file module_sf_noahmp_glacier.F90.
References glacier_flux(), phasechange_glacier(), radiation_glacier(), thermoprop_glacier(), and tsnosoi_glacier().
Referenced by noahmp_glacier().