Skip to content

Commit

Permalink
Merge branch 'dev/gfdl' into MLE_restart_bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallward authored Aug 21, 2023
2 parents 2d7d958 + 5afb122 commit b79befb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/user/benchmark_initialization.F90
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ subroutine benchmark_initialize_thickness(h, depth_tot, G, GV, US, param_file, e
units="degC", default=29.0, scale=US%degC_to_C, do_not_log=just_read)
call get_param(param_file, mdl, "S_REF", S_ref, &
"The uniform salinities used to initialize the benchmark test case.", &
units="ppt", default=35.0, scale=US%ppt_to_S, do_not_log=just_read)
units="PSU", default=35.0, scale=US%ppt_to_S, do_not_log=just_read)

if (just_read) return ! This subroutine has no run-time parameters.

Expand Down

0 comments on commit b79befb

Please sign in to comment.