CCPP SciDoc v7.0.0  v7.0.0
Common Community Physics Package Developed at DTC
 
Loading...
Searching...
No Matches

◆ snowwater()

subroutine __module_sf_noahmplsm_f90__::snowwater ( type (noahmp_parameters), intent(in) parameters,
integer, intent(in) nsnow,
integer, intent(in) nsoil,
integer, dimension(-nsnow+1:0), intent(in) imelt,
real (kind=kind_phys), intent(in) dt,
real (kind=kind_phys), dimension( 1:nsoil), intent(in) zsoil,
real (kind=kind_phys), intent(in) sfctmp,
real (kind=kind_phys), intent(in) snowhin,
real (kind=kind_phys), intent(in) qsnow,
real (kind=kind_phys), intent(in) qsnfro,
real (kind=kind_phys), intent(in) qsnsub,
real (kind=kind_phys), intent(in) qrain,
real (kind=kind_phys), dimension(-nsnow+1:0), intent(in) ficeold,
integer, intent(in) iloc,
integer, intent(in) jloc,
integer, intent(inout) isnow,
real (kind=kind_phys), intent(inout) snowh,
real (kind=kind_phys), intent(inout) sneqv,
real (kind=kind_phys), dimension(-nsnow+1: 0), intent(inout) snice,
real (kind=kind_phys), dimension(-nsnow+1: 0), intent(inout) snliq,
real (kind=kind_phys), dimension( 1:nsoil), intent(inout) sh2o,
real (kind=kind_phys), dimension( 1:nsoil), intent(inout) sice,
real (kind=kind_phys), dimension(-nsnow+1:nsoil), intent(inout) stc,
real (kind=kind_phys), dimension(-nsnow+1:nsoil), intent(inout) zsnso,
real (kind=kind_phys), dimension(-nsnow+1:nsoil), intent(inout) dzsnso,
real (kind=kind_phys), intent(out) qsnbot,
real (kind=kind_phys), intent(out) snoflow,
real (kind=kind_phys), intent(out) ponding1,
real (kind=kind_phys), intent(out) ponding2 )
private
Parameters
[in]ilocgrid index
[in]jlocgrid index
[in]nsnowmaximum no. of snow layers
[in]nsoilno. of soil layers
[in]imeltmelting state index [0-no melt;1-melt]
[in]dttime step (s)
[in]zsoildepth of layer-bottom from soil surface
[in]sfctmpsurface air temperature [k]
[in]snowhinsnow depth increasing rate (m/s)
[in]qsnowsnow at ground srf (mm/s) [+]
[in]qsnfrosnow surface frost rate[mm/s]
[in]qsnsubsnow surface sublimation rate[mm/s]
[in]qrainsnow surface rain rate[mm/s]
[in]ficeoldice fraction at last timestep
[in,out]isnowactual no. of snow layers
[in,out]snowhsnow height [m]
[in,out]sneqvsnow water eqv. [mm]
[in,out]snicesnow layer ice [mm]
[in,out]snliqsnow layer liquid water [mm]
[in,out]sh2osoil liquid moisture (m3/m3)
[in,out]sicesoil ice moisture (m3/m3)
[in,out]stcsnow layer temperature [k]
[in,out]zsnsodepth of snow/soil layer-bottom
[in,out]dzsnsosnow/soil layer thickness [m]
[out]qsnbotmelting water out of snow bottom [mm/s]
[out]snoflowglacier flow [mm]

Definition at line 7385 of file module_sf_noahmplsm.F90.

References combine(), compact(), divide(), snowfall(), and snowh2o().

Referenced by clm_lake::shallakehydrology(), and water().

Here is the call graph for this function:
Here is the caller graph for this function: