Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
alperaltuntas committed Jan 15, 2018
1 parent c74a02d commit 52a48c4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
================================================================================
ww3 ChangeLog
================================================================================
Originator: altuntas
Date: 15 Jan 2018
Model: ww3
Version: ww3_180115
One-line summary: set restart file write frequency to waw_cpl_dt
Restart file output interval was hard-coded to be exactly one day. The interval
is now changed to be equal to coupling interval. This allows ww3 to write restart
files at any coupling interval at which the restart alarm is turned on by CIME.

Testing: aux_pop. bit for bit.

File Mods:
M cpl_mct/wav_comp_mct.F90

================================================================================
Originator: altuntas
Date: 11 Dec 2017
Expand Down
2 changes: 1 addition & 1 deletion src/cpl_mct/wav_comp_mct.F90
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ SUBROUTINE WAV_INIT_MCT( EClock, cdata, x2w_w, w2x_w, NLFilename )
odat(5) = 0 ! HHMMSS for last output
odat(16) = time(1) ! YYYYMMDD for first output
odat(17) = time(2) ! HHMMSS for first output
odat(18) = 86400 ! output interval in sec
odat(18) = dtime_sync ! output interval in sec
odat(19) = 99990101 ! YYYYMMDD for last output
odat(20) = 0 ! HHMMSS for last output
!DEBUG
Expand Down

0 comments on commit 52a48c4

Please sign in to comment.