Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Meaningless values for {model_name}_cpl_dt in nuopc.runconfig 1deg_jra55do_iaf #55

Merged
merged 5 commits into from
Jun 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions nuopc.runconfig
Original file line number Diff line number Diff line change
Expand Up @@ -278,19 +278,19 @@ MED_attributes::
::

CLOCK_attributes::
atm_cpl_dt = 3600
atm_cpl_dt = 99999 #not used
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 = 3600
lnd_cpl_dt = 3600
ocn_cpl_dt = 3600
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 = 3600
rof_cpl_dt = 99999 #not used
start_tod = 0
start_ymd = 19580101
stop_n = 1
Expand All @@ -300,7 +300,7 @@ CLOCK_attributes::
tprof_n = -999
tprof_option = never
tprof_ymd = -999
wav_cpl_dt = 3600
wav_cpl_dt = 99999 #not used
::

ATM_attributes::
Expand Down