Skip to content

Commit

Permalink
Fix hint syntax in MOM_obsolete_param
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-marques committed Jun 21, 2019
1 parent 89168bf commit 98373e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/diagnostics/MOM_obsolete_params.F90
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ subroutine find_obsolete_params(param_file)
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" &
hint="This option has been replaced by MEKE_VISCOSITY_COEFF_KU and \n" //&
" MEKE_VISCOSITY_COEFF_AU. Please set these parameters instead.")
nseg = 0
call read_param(param_file, "OBC_NUMBER_OF_SEGMENTS", nseg)
Expand Down

0 comments on commit 98373e8

Please sign in to comment.