From b02907c4e4c1f509b921cc7dce402907e551e9ae Mon Sep 17 00:00:00 2001 From: Erik Kluzek Date: Mon, 20 Sep 2021 16:29:06 -0600 Subject: [PATCH] Change initialization of this%t_soisno_col(c,1:nlevgrnd) from 274 to 272 to avoid deep soil caron in permafrost regions fixing #1460 --- src/biogeophys/TemperatureType.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/biogeophys/TemperatureType.F90 b/src/biogeophys/TemperatureType.F90 index f3a940dcb9..f2d9317f82 100644 --- a/src/biogeophys/TemperatureType.F90 +++ b/src/biogeophys/TemperatureType.F90 @@ -732,7 +732,7 @@ subroutine InitCold(this, bounds, & end if else if (col%itype(c) == icol_road_perv .or. col%itype(c) == icol_road_imperv) then - this%t_soisno_col(c,1:nlevgrnd) = 274._r8 + this%t_soisno_col(c,1:nlevgrnd) = 272._r8 else if (col%itype(c) == icol_sunwall .or. col%itype(c) == icol_shadewall & .or. col%itype(c) == icol_roof) then ! Set sunwall, shadewall, roof to fairly high temperature to avoid initialization