Skip to content

Commit

Permalink
Merge remote-tracking branch 'swensosc/fix_perched_water_table' into …
Browse files Browse the repository at this point in the history
…fix_perched_water_table
  • Loading branch information
billsacks committed May 20, 2022
2 parents a284605 + c3108e8 commit 24a7490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/biogeophys/SoilHydrologyMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -2082,7 +2082,7 @@ subroutine LateralFlowPowerLaw(bounds, num_hydrologyc, filter_hydrologyc, &

!-- remove residual rsub_top --------------------------------
! make sure no extra water removed from soil column
rsub_top(c) = rsub_top(c) - rsub_top_tot/dtime
rsub_top(c) = rsub_top(c) + rsub_top_tot/dtime
endif

zwt(c) = max(0.0_r8,zwt(c))
Expand Down

0 comments on commit 24a7490

Please sign in to comment.