Skip to content

Commit

Permalink
Obsolete the USE_LATERAL_BOUNDARY_DIFFUSION option
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-marques committed Mar 23, 2023
1 parent eff5036 commit a697159
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/diagnostics/MOM_obsolete_params.F90
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ subroutine find_obsolete_params(param_file)
call obsolete_real(param_file, "BT_MASS_SOURCE_LIMIT", 0.0)

call obsolete_int(param_file, "SEAMOUNT_LENGTH_SCALE", hint="Use SEAMOUNT_X_LENGTH_SCALE instead.")
call obsolete_int(param_file, "USE_LATERAL_BOUNDARY_DIFFUSION", &
hint="Use USE_HORIZONTAL_BOUNDARY_DIFFUSION instead.")

call obsolete_logical(param_file, "MSTAR_FIXED", hint="Instead use MSTAR_MODE.")
call obsolete_logical(param_file, "USE_VISBECK_SLOPE_BUG", .false.)
Expand Down

0 comments on commit a697159

Please sign in to comment.