Loading [MathJax]/extensions/tex2jax.js
CCPP SciDoc for UFS-SRW v3.0.0  SRW v3.0.0
Common Community Physics Package Developed at DTC
 
All Classes Namespaces Functions Variables Modules Pages
Loading...
Searching...
No Matches

◆ calculate_landinc_mask()

subroutine, public land_iau_mod::calculate_landinc_mask ( real(kind=kind_phys), dimension(lensfc), intent(in) swe,
integer, dimension(lensfc), intent(in) vtype,
integer, dimension(lensfc), intent(in) stype,
integer, intent(in) lensfc,
integer, intent(in) veg_type_landice,
integer, dimension(lensfc), intent(out) mask )
Parameters
[in]lensfcNumber of land points for this tile
[in]veg_type_landiceValue of vegetion class that indicates land-ice
[in]stypeSoil type
[in]sweModel snow water equivalent
[in]vtypeModel vegetation type
[out]maskLand mask for increments
Author
Clara Draper
Date
March 2021
Author
Yuan Xue: introduce stype to make the mask calculation more generic