Skip to content

Commit

Permalink
add SMOOTH_RI to MOM_obsolete_params.F90
Browse files Browse the repository at this point in the history
  • Loading branch information
alperaltuntas committed Mar 6, 2023
1 parent 774074f commit ed93a23
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 @@ -97,6 +97,8 @@ subroutine find_obsolete_params(param_file)
! This parameter is on the to-do list to be obsoleted.
! call obsolete_logical(param_file, "NEW_SPONGES", hint="Use INTERPOLATE_SPONGE_TIME_SPACE instead.")

call obsolete_logical(param_file, "SMOOTH_RI", hint="Instead use N_SMOOTH_RI.")

! Write the file version number to the model log.
call log_version(param_file, mdl, version)

Expand Down

0 comments on commit ed93a23

Please sign in to comment.