SnowCapping Subroutine

public subroutine SnowCapping(bounds, num_initc, filter_initc, num_snowc, filter_snowc, aerosol_inst, waterflux_inst, waterstate_inst, topo_inst)

Arguments

Type IntentOptional Attributes Name
type(bounds_type), intent(in) :: bounds
integer, intent(in) :: num_initc
integer, intent(in) :: filter_initc(:)
integer, intent(in) :: num_snowc
integer, intent(in) :: filter_snowc(:)
type(aerosol_type), intent(inout) :: aerosol_inst
type(waterflux_type), intent(inout) :: waterflux_inst
type(waterstate_type), intent(inout) :: waterstate_inst
class(topo_type), intent(in) :: topo_inst