From cd9eb82bdb2c5b43ad4c4b1b8a50ca1e951e3e79 Mon Sep 17 00:00:00 2001 From: ezhilsabareesh8 Date: Mon, 15 Apr 2024 10:44:28 +1000 Subject: [PATCH 1/5] set 99999 value to unused cpl_dt --- nuopc.runconfig | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/nuopc.runconfig b/nuopc.runconfig index e30485c..ccfa135 100644 --- a/nuopc.runconfig +++ b/nuopc.runconfig @@ -278,19 +278,19 @@ MED_attributes:: :: CLOCK_attributes:: - atm_cpl_dt = 3600 + atm_cpl_dt = 99999 calendar = GREGORIAN end_restart = .false. glc_avg_period = yearly glc_cpl_dt = 86400 history_ymd = -999 - ice_cpl_dt = 3600 - lnd_cpl_dt = 3600 - ocn_cpl_dt = 3600 + ice_cpl_dt = 99999 + lnd_cpl_dt = 99999 + ocn_cpl_dt = 99999 restart_n = 1 restart_option = nmonths restart_ymd = -999 - rof_cpl_dt = 3600 + rof_cpl_dt = 99999 start_tod = 0 start_ymd = 19580101 stop_n = 1 @@ -300,7 +300,7 @@ CLOCK_attributes:: tprof_n = -999 tprof_option = never tprof_ymd = -999 - wav_cpl_dt = 3600 + wav_cpl_dt = 99999 :: ATM_attributes:: From 533a001a02addaa8b0a65f91f0e93a5177b21e24 Mon Sep 17 00:00:00 2001 From: ezhilsabareesh8 Date: Tue, 16 Apr 2024 15:52:55 +1000 Subject: [PATCH 2/5] Added comments in nuopc.runconfig --- nuopc.runconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuopc.runconfig b/nuopc.runconfig index ccfa135..980ed08 100644 --- a/nuopc.runconfig +++ b/nuopc.runconfig @@ -278,7 +278,7 @@ MED_attributes:: :: CLOCK_attributes:: - atm_cpl_dt = 99999 + atm_cpl_dt = 99999 #{model}_cpl_dt is not used as it is overridden by the overall time step in nuopc.runseq calendar = GREGORIAN end_restart = .false. glc_avg_period = yearly From ec0b83bb49291f150655667c8ee3602cc4526cd7 Mon Sep 17 00:00:00 2001 From: ezhilsabareesh8 Date: Tue, 23 Apr 2024 10:09:28 +1000 Subject: [PATCH 3/5] Added comments for unsed cpl timesteps --- nuopc.runconfig | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/nuopc.runconfig b/nuopc.runconfig index 980ed08..b2595ea 100644 --- a/nuopc.runconfig +++ b/nuopc.runconfig @@ -278,19 +278,19 @@ MED_attributes:: :: CLOCK_attributes:: - atm_cpl_dt = 99999 #{model}_cpl_dt is not used as it is overridden by the overall time step in nuopc.runseq + atm_cpl_dt = 99999 #not used calendar = GREGORIAN end_restart = .false. glc_avg_period = yearly glc_cpl_dt = 86400 history_ymd = -999 - ice_cpl_dt = 99999 - lnd_cpl_dt = 99999 - ocn_cpl_dt = 99999 + ice_cpl_dt = 99999 #not used + lnd_cpl_dt = 99999 #not used + ocn_cpl_dt = 99999 #not used restart_n = 1 restart_option = nmonths restart_ymd = -999 - rof_cpl_dt = 99999 + rof_cpl_dt = 99999 #not used start_tod = 0 start_ymd = 19580101 stop_n = 1 @@ -300,7 +300,7 @@ CLOCK_attributes:: tprof_n = -999 tprof_option = never tprof_ymd = -999 - wav_cpl_dt = 99999 + wav_cpl_dt = 99999 #not used :: ATM_attributes:: From 5b8acda185474afe4af48062210d53b0dc44c232 Mon Sep 17 00:00:00 2001 From: ezhilsabareesh8 Date: Wed, 19 Jun 2024 13:20:06 +1000 Subject: [PATCH 4/5] Revert ocn_cpl_dt to coupling time step --- nuopc.runconfig | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/nuopc.runconfig b/nuopc.runconfig index b2595ea..c6344be 100644 --- a/nuopc.runconfig +++ b/nuopc.runconfig @@ -278,19 +278,19 @@ MED_attributes:: :: CLOCK_attributes:: - atm_cpl_dt = 99999 #not used + atm_cpl_dt = 99999 #not used calendar = GREGORIAN end_restart = .false. glc_avg_period = yearly glc_cpl_dt = 86400 history_ymd = -999 - ice_cpl_dt = 99999 #not used - lnd_cpl_dt = 99999 #not used - ocn_cpl_dt = 99999 #not used + ice_cpl_dt = 99999 #not used + lnd_cpl_dt = 99999 #not used + ocn_cpl_dt = 3600 restart_n = 1 restart_option = nmonths restart_ymd = -999 - rof_cpl_dt = 99999 #not used + rof_cpl_dt = 99999 #not used start_tod = 0 start_ymd = 19580101 stop_n = 1 @@ -300,7 +300,7 @@ CLOCK_attributes:: tprof_n = -999 tprof_option = never tprof_ymd = -999 - wav_cpl_dt = 99999 #not used + wav_cpl_dt = 99999 #not used :: ATM_attributes:: From adaf65c0c71ac3c072329a9933e699db3fa1d194 Mon Sep 17 00:00:00 2001 From: ezhilsabareesh8 Date: Wed, 19 Jun 2024 19:45:41 +1000 Subject: [PATCH 5/5] Update glc_cpl_dt --- nuopc.runconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuopc.runconfig b/nuopc.runconfig index c6344be..eb94516 100644 --- a/nuopc.runconfig +++ b/nuopc.runconfig @@ -282,7 +282,7 @@ CLOCK_attributes:: calendar = GREGORIAN end_restart = .false. glc_avg_period = yearly - glc_cpl_dt = 86400 + glc_cpl_dt = 99999 #not used history_ymd = -999 ice_cpl_dt = 99999 #not used lnd_cpl_dt = 99999 #not used