Skip to content

Commit cacc3a8

Browse files
kshedstromHallberg-NOAA
authored andcommitted
Removed commented out warning
1 parent 2782ab3 commit cacc3a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/user/Kelvin_initialization.F90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,9 @@ function register_Kelvin_OBC(param_file, CS, US, OBC_Reg)
128128
call register_OBC(casename, param_file, OBC_Reg)
129129
register_Kelvin_OBC = .true.
130130

131-
! if (CS%mode > 0) call MOM_error(WARNING, &
132-
! "register_Kelvin_OBC: The Kelvin_initialization code is not yet working properly unless KELVIN_WAVE_MODE = 0.")
133131
! TODO: Revisit and correct the internal Kelvin wave test case.
132+
! Specifically, using wave_speed() and investigating adding eta_anom
133+
! noted in the comments below.
134134

135135
end function register_Kelvin_OBC
136136

0 commit comments

Comments
 (0)