From 3256010cf4dec612bad02ac0fb8651df5672fce6 Mon Sep 17 00:00:00 2001 From: ezhilsabareesh8 Date: Mon, 13 Nov 2023 16:34:22 +1100 Subject: [PATCH] Reverted the changes to w3wavemd.F90 --- WW3/patches/w3wavemd.F90.patch | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 WW3/patches/w3wavemd.F90.patch diff --git a/WW3/patches/w3wavemd.F90.patch b/WW3/patches/w3wavemd.F90.patch deleted file mode 100644 index e7624b8..0000000 --- a/WW3/patches/w3wavemd.F90.patch +++ /dev/null @@ -1,31 +0,0 @@ ---- WW3/model/src/w3wavemd.F90 2023-10-31 16:49:44.000000000 +1100 -+++ WW3/model/src/w3wavemd_modified.F90 2023-11-02 11:18:38.000000000 +1100 -@@ -2413,6 +2413,7 @@ - end IF - - do_w3outg = .false. -+ - if (w3_cesmcoupled_flag .and. histwr) then - do_w3outg = .true. - else if ( LOCAL .AND. (FLOUTG .OR. FLOUTG2) ) then -@@ -2562,11 +2563,7 @@ - if (w3_sbs_flag) then - do_gridded_output = ( j .eq. 1 ) .or. ( j .eq. 7 ) - else -- if (w3_cesmcoupled_flag) then -- do_gridded_output = ( j .eq. 1 ) .and. histwr -- else -- do_gridded_output = ( j .eq. 1 ) -- end if -+ do_gridded_output = ( j .eq. 1 ) - end if - do_point_output = (j .eq. 2) - do_track_output = (j .eq. 3) -@@ -2587,6 +2584,7 @@ - TOUT(:) = TONEXT(:,J) - DTTST = DSEC21 ( TIME, TOUT ) - ! -+ - IF ( DTTST .EQ. 0. ) THEN - if (do_gridded_output) then - if (user_netcdf_grdout) then