Skip to content

Commit

Permalink
+(*)Set the default of OBC_RADIATION_MAX to 1.0
Browse files Browse the repository at this point in the history
  Changed the default value of OBC_RADIATION_MAX from 10.0 to 1.0, which makes
much more physical sense.  This will change answers in test cases where open
boundary conditions are used and OBC_RADIATION_MAX is not set explicitly, and
there are changes to the MOM_parameter_doc files for cases with open boundary
conditions.
  • Loading branch information
Hallberg-NOAA committed Jun 5, 2020
1 parent 6bd8659 commit 2864735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/MOM_open_boundary.F90
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ subroutine open_boundary_config(G, US, param_file, OBC)
"The maximum magnitude of the baroclinic radiation velocity (or speed of "//&
"characteristics), in gridpoints per timestep. This is only "//&
"used if one of the open boundary segments is using Orlanski.", &
units="nondim", default=10.0) !### Should the default be changed to 1.0?
units="nondim", default=1.0)
call get_param(param_file, mdl, "OBC_RAD_VEL_WT", OBC%gamma_uv, &
"The relative weighting for the baroclinic radiation "//&
"velocities (or speed of characteristics) at the new "//&
Expand Down

0 comments on commit 2864735

Please sign in to comment.