Skip to content

Commit

Permalink
remove lines that were commented out
Browse files Browse the repository at this point in the history
  • Loading branch information
erinethomas committed Nov 5, 2024
1 parent 1ed7ef6 commit 2f732f2
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions components/ww3/src/cpl/wav_comp_mct.F90
Original file line number Diff line number Diff line change
Expand Up @@ -854,27 +854,6 @@ SUBROUTINE WAV_INIT_MCT( EClock, cdata, x2w_w, w2x_w, NLFilename )

! add call to gptl timer

! send initial state to driver
!do jsea=1, nseal
! w2x_w%rattr(index_w2x_Sw_ustokes_wavenumber_1,jsea) = 0.0
! w2x_w%rattr(index_w2x_Sw_vstokes_wavenumber_1,jsea) = 0.0

! w2x_w%rattr(index_w2x_Sw_ustokes_wavenumber_2,jsea) = 0.0
! w2x_w%rattr(index_w2x_Sw_vstokes_wavenumber_2,jsea) = 0.0

! w2x_w%rattr(index_w2x_Sw_ustokes_wavenumber_3,jsea) = 0.0
! w2x_w%rattr(index_w2x_Sw_vstokes_wavenumber_3,jsea) = 0.0

! w2x_w%rattr(index_w2x_Sw_ustokes_wavenumber_4,jsea) = 0.0
! w2x_w%rattr(index_w2x_Sw_vstokes_wavenumber_4,jsea) = 0.0

! w2x_w%rattr(index_w2x_Sw_ustokes_wavenumber_5,jsea) = 0.0
! w2x_w%rattr(index_w2x_Sw_vstokes_wavenumber_5,jsea) = 0.0

! w2x_w%rattr(index_w2x_Sw_ustokes_wavenumber_6,jsea) = 0.0
! w2x_w%rattr(index_w2x_Sw_vstokes_wavenumber_6,jsea) = 0.0
!enddo

! end redirection of share output to wav log

if ( iaproc .eq. napout ) then
Expand Down

0 comments on commit 2f732f2

Please sign in to comment.