DivideSnowLayers Subroutine

public subroutine DivideSnowLayers(bounds, num_snowc, filter_snowc, aerosol_inst, temperature_inst, waterstate_inst, is_lake)

Arguments

Type IntentOptional Attributes Name
type(bounds_type), intent(in) :: bounds
integer, intent(in) :: num_snowc
integer, intent(in) :: filter_snowc(:)
type(aerosol_type), intent(inout) :: aerosol_inst
type(temperature_type), intent(inout) :: temperature_inst
type(waterstate_type), intent(inout) :: waterstate_inst
logical, intent(in) :: is_lake