Initialize the surface wetness factor of the soil/snow (ssnow_wetfac) array
Warning: The original subroutine from which this was ported lacks any documented methodolody.
Warning: The original subroutine from which this was ported lacks any literature reference.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | mp | Number of active land points | ||
| real, | intent(inout) | :: | ssnow_wetfac(mp) | Surface wetness factor at current time step | ||
| real, | intent(in) | :: | soil_swilt(mp) | Wilting factor, point at which plants in soil start to wilt | ||
| real, | intent(in) | :: | soil_sfc(mp) | Volumetric H20 @ field capacity | ||
| real(kind=r_2), | intent(in) | :: | ssnow_wb(mp) | Volumetric soil moisture (solid+liquid) | ||
| real(kind=r_2), | intent(in) | :: | ssnow_wbice(mp) | Soil ice | ||
| real, | intent(in) | :: | ssnow_snowd(mp) | Soil/snow snow depth (mm of water) | ||
| integer, | intent(in) | :: | veg_iveg(mp) | Surface types | ||
| real, | intent(in) | :: | met_tk(mp) | Air temperature (Kelvin) | ||
| real, | intent(in) | :: | Ctfrz | Freezing temperature (Kelvin) |