Skip to content

Commit

Permalink
Change default value of INTERSPERSED_ICE_THERMO
Browse files Browse the repository at this point in the history
  Changed the default value of INTERSPERSED_ICE_THERMO from True to False.  All
answers are bitwise identical in test cases, because this parameter is being set
explicitly, but this does change a number of SIS_parameter_doc files, and new
reference SIS parameter documentation files have been checked in.
  • Loading branch information
Hallberg-NOAA committed Oct 2, 2015
1 parent 85c302d commit 0a93815
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ice_model.F90
Original file line number Diff line number Diff line change
Expand Up @@ -3584,8 +3584,7 @@ subroutine ice_model_init(Ice, Time_Init, Time, Time_step_fast, Time_step_slow )
"after the new velocities are determined, but before the \n"//&
"transport occurs. Otherwise, the ice thermodynamic \n"//&
"updates occur at the start of the slow ice update and \n"//&
"dynamics and continuity can occur together.\n"//&
"The default should be changed to false.", default=.true.)
"dynamics and continuity can occur together.", default=.false.)
call get_param(param_file, mod, "AREA_WEIGHTED_STRESSES", IST%area_wtd_stress, &
"If true, use wind stresses that are weighted by the ice \n"//&
"areas in the neighboring cells. The default (true) is \n"//&
Expand Down

0 comments on commit 0a93815

Please sign in to comment.