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

◆ snowh2o_glacier()

subroutine, private noahmp_glacier_routines::snowh2o_glacier ( integer, intent(in) nsnow,
integer, intent(in) nsoil,
real (kind=kind_phys), intent(in) dt,
real (kind=kind_phys), intent(inout) qsnfro,
real (kind=kind_phys), intent(inout) qsnsub,
real (kind=kind_phys), intent(in) qrain,
integer, intent(inout) isnow,
real (kind=kind_phys), dimension(-nsnow+1:nsoil), intent(inout) dzsnso,
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), intent(inout) ponding1,
real (kind=kind_phys), intent(inout) ponding2,
real (kind=kind_phys), intent(inout) fsh,
real (kind=kind_phys), intent(out) qsnbot )
private
Parameters
[in]nsnowrenew the mass of ice lens (snice) and liquid (snliq) of the surface snow layer resulting from sublimation (frost) / evaporation (dew)
[in]nsnowmaximum no. of snow layers[=3]
[in]nsoilno. of soil layers[=4]
[in]dttime step
[in,out]qsnfrosnow surface frost rate[mm/s]
[in,out]qsnsubsnow surface sublimation rate[mm/s]
[in]qrainsnow surface rain rate[mm/s]
[out]qsnbotmelting water out of snow bottom [mm/s]
[in,out]isnowactual no. of snow layers
[in,out]dzsnsosnow layer depth [m]
[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]fshtotal sensible heat (w/m2) [+ to atm]

Definition at line 3219 of file module_sf_noahmp_glacier.F90.

References combine_glacier().

Referenced by snowwater_glacier().

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