Skip to content

Commit

Permalink
change default for ice-shelf nonlin_solve_err_mode to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-huth authored and marshallward committed Oct 7, 2024
1 parent 9d4f9d1 commit b240e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ice_shelf/MOM_ice_shelf_dynamics.F90
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ subroutine initialize_ice_shelf_dyn(param_file, Time, ISS, CS, G, US, diag, new_
units="m", default=1.e-3, scale=US%m_to_Z)
call get_param(param_file, mdl, "NONLIN_SOLVE_ERR_MODE", CS%nonlin_solve_err_mode, &
"Choose whether nonlin error in vel solve is based on nonlinear "//&
"residual (1), relative change since last iteration (2), or change in norm (3)", default=1)
"residual (1), relative change since last iteration (2), or change in norm (3)", default=3)

call get_param(param_file, mdl, "SHELF_MOVING_FRONT", CS%moving_shelf_front, &
"Specify whether to advance shelf front (and calve).", &
Expand Down

0 comments on commit b240e7e

Please sign in to comment.