CCPP SciDoc v7.0.x  v7.0.0
Common Community Physics Package Developed at DTC
 
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

Definition at line 651 of file lnd_iau_mod.F90.