Skip to content

Commit

Permalink
init_bugs2: remove init emean
Browse files Browse the repository at this point in the history
  • Loading branch information
aronroland committed Jan 16, 2024
1 parent 57b41c0 commit 6f65346
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions model/src/w3str1md.F90
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ SUBROUTINE W3STR1 (A, CG, WN, DEPTH, IX, S, D)
! CG R.A. I Group velocities.
! WN R.A. I Wavenumbers.
! DEPTH Real I Mean water depth.
! EMEAN Real I Mean wave energy.
! FMEAN Real I Mean wave frequency.
! S R.A. O Source term (1-D version).
! D R.A. O Diagonal term of derivative (1-D version).
Expand Down Expand Up @@ -320,7 +319,7 @@ SUBROUTINE W3STR1 (A, CG, WN, DEPTH, IX, S, D)
!/ ------------------------------------------------------------------- /
!/ Parameter list
!/
REAL, INTENT(IN) :: CG(NK), WN(NK), DEPTH, A(NSPEC), EMEAN
REAL, INTENT(IN) :: CG(NK), WN(NK), DEPTH, A(NSPEC)
INTEGER, INTENT(IN) :: IX
REAL, INTENT(OUT) :: S(NSPEC), D(NSPEC)
!/
Expand Down

0 comments on commit 6f65346

Please sign in to comment.