initVerticalMod Module



Subroutines

public subroutine initVertical(bounds, glc_behavior, snow_depth, thick_wall, thick_roof)

Arguments

Type IntentOptional Attributes Name
type(bounds_type), intent(in) :: bounds
type(glc_behavior_type), intent(in) :: glc_behavior
real(kind=r8), intent(in) :: snow_depth(bounds%begc:)
real(kind=r8), intent(in) :: thick_wall(bounds%begl:)
real(kind=r8), intent(in) :: thick_roof(bounds%begl:)