Skip to content

Commit

Permalink
w3wavemd.F90: added, CALL DO_RESTART_EXCHANGES().
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewMasarik-NOAA committed Jul 16, 2024
1 parent b85eeb8 commit bda952a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/src/w3wavemd.F90
Original file line number Diff line number Diff line change
Expand Up @@ -2447,7 +2447,7 @@ SUBROUTINE W3WAVE ( IMOD, ODAT, TEND, STAMP, NO_OUT &
#endif
#ifdef W3_PDLIB
CALL DO_OUTPUT_EXCHANGES(IMOD)
!!! CALL DO_RESTART_EXCHANGES(IMOD)
CALL DO_RESTART_EXCHANGES(IMOD)
#endif
#ifdef W3_MPI
END IF ! IF (.NOT. LPDLIB) THEN
Expand Down

0 comments on commit bda952a

Please sign in to comment.