From 52a48c42e8a1c17217f7a4f4c4f5872d816e6f20 Mon Sep 17 00:00:00 2001 From: Alper Altuntas Date: Mon, 15 Jan 2018 19:27:22 +0000 Subject: [PATCH] --- ChangeLog | 15 +++++++++++++++ src/cpl_mct/wav_comp_mct.F90 | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 54b3b73d..da45a9b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/src/cpl_mct/wav_comp_mct.F90 b/src/cpl_mct/wav_comp_mct.F90 index 1690c7b8..33c15d41 100644 --- a/src/cpl_mct/wav_comp_mct.F90 +++ b/src/cpl_mct/wav_comp_mct.F90 @@ -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