Skip to content

Commit b240e7e

Browse files
alex-huthmarshallward
authored andcommitted
change default for ice-shelf nonlin_solve_err_mode to 3
1 parent 9d4f9d1 commit b240e7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ice_shelf/MOM_ice_shelf_dynamics.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ subroutine initialize_ice_shelf_dyn(param_file, Time, ISS, CS, G, US, diag, new_
558558
units="m", default=1.e-3, scale=US%m_to_Z)
559559
call get_param(param_file, mdl, "NONLIN_SOLVE_ERR_MODE", CS%nonlin_solve_err_mode, &
560560
"Choose whether nonlin error in vel solve is based on nonlinear "//&
561-
"residual (1), relative change since last iteration (2), or change in norm (3)", default=1)
561+
"residual (1), relative change since last iteration (2), or change in norm (3)", default=3)
562562

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

0 commit comments

Comments
 (0)