Skip to content

Commit

Permalink
comment out bedrock function as i'm not sure how useful it is.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwheel committed Dec 18, 2024
1 parent d27af29 commit 9bace4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion elmerice/Solvers/CalvingGlacierAdvance3D.F90
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,8 @@ SUBROUTINE GlacierAdvance3D ( Model, Solver, dt, TransientSimulation )
IF(.NOT. Found) CALL Info(SolverName, "Not moving bulk as default")

MoveBase = ListGetLogical(Params,"Account for bedrock", Found, DefValue=.FALSE.)
IF(.NOT. Found) CALL Fatal(SolverName, "'Account for bedrock' not found")
! still in testing
!IF(.NOT. Found) CALL Fatal(SolverName, "'Account for bedrock' not found")

!Get the front line
FrontMaskName = "Calving Front Mask"
Expand Down

0 comments on commit 9bace4f

Please sign in to comment.