snow_aging_mod Module


Used by

  • module~~snow_aging_mod~~UsedByGraph module~snow_aging_mod snow_aging_mod proc~cbm cbm proc~cbm->module~snow_aging_mod

Subroutines

public subroutine snow_aging(SnowAge, mp, dels, SnowDepth, SnowODepth, SnowTemp, SoilTemp, SnowFlag_3L, surface_type, soil_type)

Arguments

Type IntentOptional Attributes Name
real, intent(inout) :: SnowAge(mp)
integer, intent(in) :: mp
real, intent(in) :: dels
real, intent(in) :: SnowDepth(mp)
real, intent(in) :: SnowODepth(mp)
real, intent(in) :: SnowTemp(mp)
real, intent(in) :: SoilTemp(mp)
integer, intent(in) :: SnowFlag_3L(mp)
integer, intent(in) :: surface_type(mp)
integer, intent(in) :: soil_type(mp)