SnowWater Subroutine

public subroutine SnowWater(bounds, num_snowc, filter_snowc, num_nosnowc, filter_nosnowc, atm2lnd_inst, waterflux_inst, waterstate_inst, aerosol_inst)

Arguments

Type IntentOptional Attributes Name
type(bounds_type), intent(in) :: bounds
integer, intent(in) :: num_snowc
integer, intent(in) :: filter_snowc(:)
integer, intent(in) :: num_nosnowc
integer, intent(in) :: filter_nosnowc(:)
type(atm2lnd_type), intent(in) :: atm2lnd_inst
type(waterflux_type), intent(inout) :: waterflux_inst
type(waterstate_type), intent(inout) :: waterstate_inst
type(aerosol_type), intent(inout) :: aerosol_inst