Skip to content

Commit

Permalink
Obsolete parameter MEKE_VISCOSITY_COEFF
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-marques committed Jun 21, 2019
1 parent 2ada29a commit 062e3b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/diagnostics/MOM_obsolete_params.F90
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ subroutine find_obsolete_params(param_file)
hint="Instead use OBC_SEGMENT_XXX_DATA.")
call obsolete_char(param_file, "EXTEND_OBC_SEGMENTS", &
hint="This option is no longer needed, nor supported.")
call obsolete_char(param_file, "MEKE_VISCOSITY_COEFF", &
hint="This option has been replaced by MEKE_VISCOSITY_COEFF_KU and" &
" MEKE_VISCOSITY_COEFF_AU. Please set these parameters instead.")
nseg = 0
call read_param(param_file, "OBC_NUMBER_OF_SEGMENTS", nseg)
do l_seg = 1,nseg
Expand Down

0 comments on commit 062e3b0

Please sign in to comment.