Skip to content

Commit

Permalink
fix(disl): copy disl%reach_bottom into disbase%bot (MODFLOW-USGS#1662)
Browse files Browse the repository at this point in the history
* does not account yet for idomain
  • Loading branch information
langevin-usgs authored Mar 6, 2024
1 parent adce911 commit 668b8d2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Model/SurfaceWaterFlow/swf-disl.f90
Original file line number Diff line number Diff line change
Expand Up @@ -685,6 +685,11 @@ subroutine grid_finalize(this)
node = node + 1
end do
end if
!
! -- Move reach_bottom into bot
do node = 1, this%nodesuser
this%bot(node) = this%reach_bottom(node)
end do

! -- Return
return
Expand Down

0 comments on commit 668b8d2

Please sign in to comment.