Skip to content

Commit

Permalink
Fix crash related to bedrock depth
Browse files Browse the repository at this point in the history
  • Loading branch information
bsulman authored and fmyuan committed Jul 30, 2024
1 parent 013b882 commit 1503cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/elm/src/biogeophys/SoilWaterMovementMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1278,7 +1278,7 @@ subroutine Compute_EffecRootFrac_And_VertTranSink_Default(bounds, num_filterc, &
do fc = 1, num_filterc
c = filterc(fc)
nlevbed = nlev2bed(c)
do j = 1, nlevbed
do j = 1, nlevsoi
rootr_col(c,j) = 0._r8
end do
end do
Expand Down

0 comments on commit 1503cd6

Please sign in to comment.