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

◆ snowfall_glacier()

subroutine, private noahmp_glacier_routines::snowfall_glacier ( integer, intent(in) nsoil,
integer, intent(in) nsnow,
real (kind=kind_phys), intent(in) dt,
real (kind=kind_phys), intent(in) qsnow,
real (kind=kind_phys), intent(in) snowhin,
real (kind=kind_phys), intent(in) sfctmp,
integer, intent(inout) isnow,
real (kind=kind_phys), intent(inout) snowh,
real (kind=kind_phys), dimension(-nsnow+1:nsoil), intent(inout) dzsnso,
real (kind=kind_phys), dimension(-nsnow+1:nsoil), intent(inout) stc,
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), intent(inout) sneqv )
private
Parameters
[in]nsoilsnow depth and density to account for the new snowfall. new values of snow depth & density returned.
[in]nsoilno. of soil layers
[in]nsnowmaximum no. of snow layers
[in]dtmain time step (s)
[in]qsnowsnow at ground srf (mm/s) [+]
[in]snowhinsnow depth increasing rate (m/s)
[in]sfctmpsurface air temperature [k]
[in,out]isnowactual no. of snow layers
[in,out]snowhsnow depth [m]
[in,out]sneqvswow water equivalent [m]
[in,out]dzsnsothickness of snow/soil layers (m)
[in,out]stcsnow layer temperature [k]
[in,out]snicesnow layer ice [mm]
[in,out]snliqsnow layer liquid water [mm]

Definition at line 2701 of file module_sf_noahmp_glacier.F90.

Referenced by snowwater_glacier().

Here is the caller graph for this function: