We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5a16d1 commit 57a57afCopy full SHA for 57a57af
components/elm/src/biogeophys/SoilStateType.F90
@@ -471,8 +471,8 @@ subroutine InitCold(this, bounds)
471
if (.not. readvar ) then
472
call ieee_set_flag(ieee_all,.false.)
473
call ieee_set_halting_mode(ieee_inexact, .false.)
474
- do j = 1, nlevgrnd
475
- zsoi(j) = scalez*(exp(zecoeff*(dble(j)-0.5_r8))-1._r8) !node depths
+ do j = 1, nlevsoifl
+ zsoifl(j) = scalez*(exp(zecoeff*(dble(j)-0.5_r8))-1._r8) !node depths
476
enddo
477
end if
478
0 commit comments