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

◆ buildsnowfilter()

subroutine clm_lake::buildsnowfilter ( integer, intent(in) lbc,
integer, intent(in) ubc,
integer, intent(in) num_nolakec,
integer, dimension(ubc-lbc+1), intent(in) filter_nolakec,
integer, dimension(1), intent(in) snl,
integer, intent(out) num_snowc,
integer, dimension(ubc-lbc+1), intent(out) filter_snowc,
integer, intent(out) num_nosnowc,
integer, dimension(ubc-lbc+1), intent(out) filter_nosnowc )
private
Parameters
[in]lbcConstructs snow filter for use in vectorized loops for snow hydrology.
[in]ubcConstructs snow filter for use in vectorized loops for snow hydrology.
[in]ubccolumn bounds
[in]num_nolakecnumber of column non-lake points in column filter
[in]filter_nolakeccolumn filter for non-lake points
[in]snlnumber of snow layers
[out]num_snowcnumber of column snow points in column filter
[out]filter_snowccolumn filter for snow points
[out]num_nosnowcnumber of column non-snow points in column filter
[out]filter_nosnowccolumn filter for non-snow points

Definition at line 4759 of file clm_lake.f90.