Skip to content

Commit 7fffbb1

Browse files
committed
Remove resubmit script
Small tidy for consistency with other configs
1 parent a7bc6e9 commit 7fffbb1

4 files changed

Lines changed: 15 additions & 82 deletions

File tree

config.yaml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
# longer term storage
1111
sync:
1212
enable: False # set path below and change to true
13-
path:
14-
# /g/data/x77/cy8964/access-om3/archive/ice_shelf_panan-spin-up-211125
13+
path: null # Set to location on /g/data (e.g. /g/data/PROJECT/USER/EXPERIMENT)
1514
restarts: True
1615
exclude_uncollated: False
1716

@@ -29,7 +28,7 @@ ncpus: 2990
2928
jobfs: 10GB
3029
mem: 14700GB
3130
walltime: 4:00:00
32-
jobname: 8km_panAn_is
31+
jobname: 4km_panAn_om3_isf
3332

3433
model: access-om3
3534
exe: access-om3-MOM6-CICE6
@@ -77,13 +76,9 @@ collate:
7776
exe: mppnccombine-fast
7877

7978
userscripts:
80-
archive: /usr/bin/bash /g/data/vk83/apps/om3-scripts/payu_config/archive.sh
81-
error: resub.sh
82-
run: rm -f resubmit.count
79+
archive: /usr/bin/bash /g/data/vk83/apps/om3-scripts/payu_config/archive.sh
8380

84-
postscript: -v PROJECT,SCRIPTS_DIR=/g/data/vk83/apps/om3-scripts
85-
-lstorage=${PBS_NCI_STORAGE}+gdata/xp65
86-
/g/data/vk83/apps/om3-scripts/payu_config/postscript.sh
81+
postscript: -v PROJECT,SCRIPTS_DIR=/g/data/vk83/apps/om3-scripts -lstorage=${PBS_NCI_STORAGE}+gdata/xp65 /g/data/vk83/apps/om3-scripts/payu_config/postscript.sh
8782

8883
qsub_flags: -W umask=027
8984

nuopc.runconfig

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ ALLCOMP_attributes::
123123
::
124124

125125
MED_attributes::
126-
Verbosity = max
126+
Verbosity = off
127127
aoflux_grid = ogrid
128128
atm2ice_map = unset
129129
atm2lnd_map = unset
@@ -138,7 +138,7 @@ MED_attributes::
138138
budget_ltend = 0
139139
budget_month = 1
140140
budget_table_version = v1
141-
check_for_nans = .true. # .false. # .true.
141+
check_for_nans = .true.
142142
coupling_mode = cesm
143143
do_budgets = .true.
144144
flux_albav = .true.
@@ -211,9 +211,9 @@ MED_attributes::
211211
history_n_ice_inst = -999
212212
history_n_lnd_avg = -999
213213
history_n_lnd_inst = -999
214-
history_n_med_inst = -999 #1 #-999 #1
215-
history_n_ocn_avg = -999 #1 # -999
216-
history_n_ocn_inst = -999 #1 #-999 # 1
214+
history_n_med_inst = -999
215+
history_n_ocn_avg = -999
216+
history_n_ocn_inst = -999
217217
history_n_rof_avg = -999
218218
history_n_rof_inst = -999
219219
history_n_wav_avg = -999
@@ -226,9 +226,9 @@ MED_attributes::
226226
history_option_ice_inst = never
227227
history_option_lnd_avg = never
228228
history_option_lnd_inst = never
229-
history_option_med_inst = never # ndays # nsteps # never # nsteps
230-
history_option_ocn_avg = never # ndays # nsteps # never
231-
history_option_ocn_inst = never # ndays # nsteps # never # nsteps
229+
history_option_med_inst = never
230+
history_option_ocn_avg = never
231+
history_option_ocn_inst = never
232232
history_option_rof_avg = never
233233
history_option_rof_inst = never
234234
history_option_wav_avg = never
@@ -268,7 +268,7 @@ CLOCK_attributes::
268268
history_ymd = -999
269269
ice_cpl_dt = 99999 #not used
270270
lnd_cpl_dt = 99999 #not used
271-
ocn_cpl_dt = 600 # 1200 #ignored (coupling timestep set by nuopc.runseq) unless stop_option is nsteps
271+
ocn_cpl_dt = 150 #ignored (coupling timestep set by nuopc.runseq) unless stop_option is nsteps
272272
restart_n = 1
273273
restart_option = nmonths
274274
restart_ymd = -999

nuopc.runseq

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ runSeq::
2828
MED med_phases_diag_print
2929
MED med_phases_history_write
3030
MED med_phases_restart_write
31-
MED med_phases_profile
32-
@
31+
MED med_phases_profile
32+
@
3333
::

resub.sh

Lines changed: 0 additions & 62 deletions
This file was deleted.

0 commit comments

Comments
 (0)