Skip to content

Commit

Permalink
Restored default value of S_REF to 35.0
Browse files Browse the repository at this point in the history
- The default for S_REF in initialize_temp_salt_fit() was changed
  for no good reason (on branch gustavo-marques-dev/isomip_tmp)
  which broke several experiments that use this mode of initialization.
  • Loading branch information
adcroft committed Oct 21, 2016
1 parent 46ce1b0 commit 67f7c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/initialization/MOM_state_initialization.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1290,7 +1290,7 @@ subroutine initialize_temp_salt_fit(T, S, G, GV, param_file, eqn_of_state, P_Ref
units="degC", fail_if_missing=.true.)
call get_param(param_file, mod, "S_REF", S_Ref, &
"A reference salinity used in initialization.", units="PSU", &
default=33.8)
default=35.0)
call get_param(param_file, mod, "FIT_SALINITY", fit_salin, &
"If true, accept the prescribed temperature and fit the \n"//&
"salinity; otherwise take salinity and fit temperature.", &
Expand Down

0 comments on commit 67f7c22

Please sign in to comment.