|
1 | | -# A tutorial for running ACCESS ESM1.5 can be found at |
2 | | -# https://access-hive.org.au/models/run-a-model/run-access-esm |
3 | | -# Full details about the payu configuration settings are available at |
4 | | -# https://payu.readthedocs.io/en/latest/config.html |
5 | | - |
6 | | - |
7 | | -# PBS configuration |
8 | | - |
9 | | -# If submitting to a different project to your default, uncomment line below |
10 | | -# and replace PROJECT_CODE with appropriate code. This may require setting shortpath |
11 | | -# project: PROJECT_CODE |
12 | | - |
13 | | -# Force payu to always find, and save, files in this scratch project directory |
14 | | -# shortpath: /scratch/PROJECT_CODE |
15 | | - |
16 | | -# Note: if laboratory is relative path, it is relative to shortpath/$USER |
17 | | -laboratory: access-esm |
18 | | - |
19 | | -jobname: 4xCO2 |
20 | | -queue: normalsr |
21 | | -walltime: 2:30:00 |
22 | | -jobfs: 1500MB |
23 | | - |
24 | | -platform: |
25 | | - nodesize: 104 |
26 | | - nodemem: 512 |
27 | | - |
28 | | -# Modules for loading model executables |
29 | | -modules: |
30 | | - use: |
31 | | - - /g/data/vk83/modules |
32 | | - load: |
33 | | - - access-esm1p6/2026.01.000 |
34 | | - |
35 | | -# Model configuration |
36 | | -model: access-esm1.6 |
37 | | - |
38 | | -submodels: |
39 | | - - name: atmosphere |
40 | | - model: um |
41 | | - ncpus: 256 |
42 | | - exe: um_hg3.exe |
43 | | - input: |
44 | | - # Aerosols |
45 | | - - /g/data/vk83/prerelease/configurations/inputs/access-esm1p6/modern/pre-industrial/atmosphere/aerosol/global.N96/2025.06.04/OCFF_1850_cmip7.anc |
46 | | - - /g/data/vk83/prerelease/configurations/inputs/access-esm1p6/modern/pre-industrial/atmosphere/aerosol/global.N96/2025.06.04/BC_1850_cmip7.anc |
47 | | - - /g/data/vk83/prerelease/configurations/inputs/access-esm1p6/modern/pre-industrial/atmosphere/aerosol/global.N96/2025.06.04/scycl_1850_cmip7.anc |
48 | | - - /g/data/vk83/prerelease/configurations/inputs/access-esm1p6/modern/pre-industrial/atmosphere/aerosol/global.N96/2025.06.04/Bio_1850_cmip7.anc |
49 | | - - /g/data/vk83/configurations/inputs/access-esm1p5/modern/share/atmosphere/aerosol/global.N96/2020.05.19/biogenic_351sm.N96L38 |
50 | | - - /g/data/vk83/configurations/inputs/access-esm1p5/modern/share/atmosphere/aerosol/global.N96/2020.05.19/sulpc_oxidants_N96_L38 |
51 | | - - /g/data/vk83/configurations/inputs/access-esm1p5/modern/share/atmosphere/aerosol/global.N96/2020.05.19/DMS_conc.N96 |
52 | | - # Forcing |
53 | | - - /g/data/vk83/prerelease/configurations/inputs/access-esm1p6/modern/pre-industrial/atmosphere/forcing/global.N96/2025.12.09/ozone_1850_cmip7.anc |
54 | | - # Land |
55 | | - - /g/data/vk83/prerelease/configurations/inputs/access-esm1p6/modern/pre-industrial/atmosphere/land/biogeochemistry/global.N96/2025.11.18/Ndep_1850_cmip7.anc |
56 | | - - /g/data/vk83/configurations/inputs/access-esm1p5/modern/share/atmosphere/land/soiltype/global.N96/2020.05.19/qrparm.soil_igbp_vg |
57 | | - - /g/data/vk83/prerelease/configurations/inputs/access-esm1p6/share/atmosphere/land/vegetation/global.N96/2025.08.29/cable_vegfunc_N96.anc |
58 | | - - /g/data/vk83/prerelease/configurations/inputs/access-esm1p6/share/atmosphere/land/biogeochemistry/resolution_independent/2025.08.29/modis_phenology_csiro_13evergreen.txt |
59 | | - - /g/data/vk83/prerelease/configurations/inputs/access-esm1p6/share/atmosphere/land/biogeochemistry/resolution_independent/2025.11.18/pftlookup_cable3_OctB_update.csv |
60 | | - # Spectral |
61 | | - - /g/data/vk83/configurations/inputs/access-esm1p5/share/atmosphere/spectral/resolution_independent/2020.05.19/spec3a_sw_hadgem1_6on |
62 | | - - /g/data/vk83/configurations/inputs/access-esm1p5/share/atmosphere/spectral/resolution_independent/2020.05.19/spec3a_lw_hadgem1_6on |
63 | | - # Grids |
64 | | - - /g/data/vk83/configurations/inputs/access-esm1p5/modern/share/atmosphere/grids/global.N96/2020.05.19/qrparm.mask |
65 | | - - /g/data/vk83/configurations/inputs/access-esm1p5/share/atmosphere/grids/resolution_independent/2020.05.19/vertlevs_G3 |
66 | | - # STASH |
67 | | - - /g/data/vk83/prerelease/configurations/inputs/access-esm1p6/share/atmosphere/stash/2026.01.21/ |
68 | | - |
69 | | - - name: ocean |
70 | | - model: mom |
71 | | - ncpus: 240 |
72 | | - exe: mom5_access_cm |
73 | | - input: |
74 | | - # Biogeochemistry |
75 | | - - /g/data/vk83/configurations/inputs/access-esm1p6/modern/share/ocean/biogeochemistry/global.1deg/2025.09.22/SFe_Hamiltonetal2020_monthly_clim.nc |
76 | | - - /g/data/vk83/configurations/inputs/access-esm1p5/modern/share/ocean/biogeochemistry/global.1deg/2020.05.19/ocmip2_press_monthly_om1p5_bc.nc |
77 | | - # Tides |
78 | | - - /g/data/vk83/configurations/inputs/access-esm1p5/modern/share/ocean/tides/global.1deg/2020.05.19/roughness_amp.nc |
79 | | - - /g/data/vk83/configurations/inputs/access-esm1p5/modern/share/ocean/tides/global.1deg/2020.05.19/tideamp.nc |
80 | | - # Shortwave |
81 | | - - /g/data/vk83/configurations/inputs/access-esm1p6/modern/share/ocean/shortwave_penetration/global.1deg/2025.06.23/ssw_atten_depth.nc |
82 | | - # Grids |
83 | | - - /g/data/vk83/configurations/inputs/access-esm1p6/modern/share/ocean/grids/mosaic/global.1deg/2025.07.29/grid_spec.nc |
84 | | - - /g/data/vk83/configurations/inputs/access-esm1p6/modern/share/ocean/grids/mosaic/global.1deg/2025.07.29/ocean_mosaic.nc |
85 | | - - /g/data/vk83/configurations/inputs/access-esm1p6/modern/share/ocean/grids/mosaic/global.1deg/2025.07.29/ocean_hgrid.nc |
86 | | - - /g/data/vk83/configurations/inputs/access-esm1p6/modern/share/ocean/grids/bathymetry/global.1deg/2025.07.29/topog.nc |
87 | | - - /g/data/vk83/configurations/inputs/access-esm1p6/modern/share/ocean/grids/vertical/global.1deg/2025.07.29/ocean_vgrid.nc |
88 | | - |
89 | | - - name: ice |
90 | | - model: cice5 |
91 | | - ncpus: 12 |
92 | | - exe: cice_access_360x300_30x300.exe |
93 | | - input: |
94 | | - # Grids |
95 | | - - /g/data/vk83/configurations/inputs/access-esm1p6/modern/share/ice/grids/global.1deg/2025.07.29/kmt.nc |
96 | | - - /g/data/vk83/configurations/inputs/access-esm1p6/modern/share/ice/grids/global.1deg/2025.07.29/grid.nc |
97 | | - # Iceberg flux |
98 | | - - /g/data/vk83/prerelease/configurations/inputs/access-esm1p6/modern/share/ice/iceberg/global.1deg/2025.09.16/lice_discharge_iceberg.nc |
99 | | - |
100 | | - - name: coupler |
101 | | - model: oasis |
102 | | - ncpus: 0 |
103 | | - input: |
104 | | - # Grids |
105 | | - - /g/data/vk83/configurations/inputs/access-esm1p6/modern/share/coupler/grids/global.oi_1deg.a_N96/2025.07.29/grids.nc |
106 | | - - /g/data/vk83/configurations/inputs/access-esm1p6/modern/share/coupler/grids/global.oi_1deg.a_N96/2025.07.29/areas.nc |
107 | | - - /g/data/vk83/configurations/inputs/access-esm1p5/modern/share/coupler/grids/global.oi_1deg.a_N96/2020.05.19/masks.nc |
108 | | - # Remapping weights |
109 | | - - /g/data/vk83/configurations/inputs/access-esm1p6/modern/share/coupler/remapping_weights/global.oi_1deg.a_N96/2025.08.06/rmp_cice_to_um1t_CONSERV_FRACNNEI.nc |
110 | | - - /g/data/vk83/configurations/inputs/access-esm1p6/modern/share/coupler/remapping_weights/global.oi_1deg.a_N96/2025.08.06/rmp_cice_to_um1u_CONSERV_FRACNNEI.nc |
111 | | - - /g/data/vk83/configurations/inputs/access-esm1p6/modern/share/coupler/remapping_weights/global.oi_1deg.a_N96/2025.08.06/rmp_cice_to_um1v_CONSERV_FRACNNEI.nc |
112 | | - - /g/data/vk83/configurations/inputs/access-esm1p6/modern/share/coupler/remapping_weights/global.oi_1deg.a_N96/2025.08.06/rmp_um1t_to_cice_CONSERV_DESTAREA.nc |
113 | | - - /g/data/vk83/configurations/inputs/access-esm1p6/modern/share/coupler/remapping_weights/global.oi_1deg.a_N96/2025.08.06/rmp_um1t_to_cice_CONSERV_FRACNNEI.nc |
114 | | - - /g/data/vk83/configurations/inputs/access-esm1p6/modern/share/coupler/remapping_weights/global.oi_1deg.a_N96/2025.08.06/rmp_um1u_to_cice_CONSERV_FRACNNEI.nc |
115 | | - - /g/data/vk83/configurations/inputs/access-esm1p6/modern/share/coupler/remapping_weights/global.oi_1deg.a_N96/2025.08.06/rmp_um1v_to_cice_CONSERV_FRACNNEI.nc |
116 | | - |
117 | | -# Collation |
118 | | -collate: |
119 | | - enable: false |
120 | | - |
121 | | -restart: /g/data/vk83/prerelease/configurations/inputs/access-esm1p6/modern/pre-industrial/restart/2025.12.22 |
122 | | - |
123 | | -# Timing controls |
124 | 1 | calendar: |
125 | | - runtime: |
126 | | - years: 1 |
127 | | - months: 0 |
128 | | - days: 0 |
129 | | - |
130 | | -runspersub: 1 |
131 | | - |
132 | | -# Misc |
133 | | -restart_freq: 10YS |
134 | | - |
135 | | -runlog: true |
| 2 | + runtime: |
| 3 | + days: 0 |
| 4 | + months: 0 |
| 5 | + years: 1 |
| 6 | +collate: |
| 7 | + enable: false |
| 8 | +jobfs: 1500MB |
| 9 | +jobname: 4xCO2 |
| 10 | +laboratory: access-esm |
136 | 11 | manifest: |
137 | 12 | reproduce: |
138 | | - exe: true |
| 13 | + exe: false |
139 | 14 | input: true |
140 | | - |
141 | | - |
142 | | -stacksize: unlimited |
143 | | -qsub_flags: -W umask=027 |
| 15 | +model: access-esm1.6 |
| 16 | +modules: |
| 17 | + load: |
| 18 | + - access-esm1p6/pr168-3 |
| 19 | + use: |
| 20 | + - /g/data/vk83/modules |
| 21 | + - /g/data/vk83/prerelease/modules |
144 | 22 | mpi: |
145 | 23 | flags: |
146 | | - - --mca mpi_yield_when_idle true |
| 24 | + - --mca mpi_yield_when_idle true |
147 | 25 | payu_minimum_version: 1.2.0 |
148 | | - |
149 | | -# Sync options for automatically copying data from ephemeral scratch space to |
150 | | -# longer term storage |
151 | | -sync: |
152 | | - enable: False # set path below and change to true |
153 | | - restarts: True |
154 | | - path: null # Set to location on /g/data or a remote server and path (rsync syntax) |
155 | | - |
156 | | -# If a postscript included (such as the automated netcdf conversion), the latest output and restart files will not |
157 | | -# be automatically synced at the end of a run. To sync the latest output after a postscript has completed, |
158 | | -# manually run `payu sync` from the command line. |
159 | | - |
160 | | -# userscripts: |
161 | | - |
| 26 | +platform: |
| 27 | + nodemem: 512 |
| 28 | + nodesize: 104 |
162 | 29 | postscript: -v PAYU_CURRENT_OUTPUT_DIR,PROJECT -lstorage=${PBS_NCI_STORAGE} ./scripts/NetCDF-conversion/UM_conversion_job.sh |
| 30 | +qsub_flags: -W umask=027 |
| 31 | +queue: normalsr |
| 32 | +restart: /g/data/vk83/prerelease/configurations/inputs/access-esm1p6/modern/pre-industrial/restart/2025.12.22 |
| 33 | +restart_freq: 10YS |
| 34 | +runlog: true |
| 35 | +runspersub: 1 |
| 36 | +stacksize: unlimited |
| 37 | +submodels: |
| 38 | +- exe: um_hg3.exe |
| 39 | + input: |
| 40 | + - /g/data/vk83/prerelease/configurations/inputs/access-esm1p6/modern/pre-industrial/atmosphere/aerosol/global.N96/2025.06.04/OCFF_1850_cmip7.anc |
| 41 | + - /g/data/vk83/prerelease/configurations/inputs/access-esm1p6/modern/pre-industrial/atmosphere/aerosol/global.N96/2025.06.04/BC_1850_cmip7.anc |
| 42 | + - /g/data/vk83/prerelease/configurations/inputs/access-esm1p6/modern/pre-industrial/atmosphere/aerosol/global.N96/2025.06.04/scycl_1850_cmip7.anc |
| 43 | + - /g/data/vk83/prerelease/configurations/inputs/access-esm1p6/modern/pre-industrial/atmosphere/aerosol/global.N96/2025.06.04/Bio_1850_cmip7.anc |
| 44 | + - /g/data/vk83/configurations/inputs/access-esm1p5/modern/share/atmosphere/aerosol/global.N96/2020.05.19/biogenic_351sm.N96L38 |
| 45 | + - /g/data/vk83/configurations/inputs/access-esm1p5/modern/share/atmosphere/aerosol/global.N96/2020.05.19/sulpc_oxidants_N96_L38 |
| 46 | + - /g/data/vk83/configurations/inputs/access-esm1p5/modern/share/atmosphere/aerosol/global.N96/2020.05.19/DMS_conc.N96 |
| 47 | + - /g/data/vk83/prerelease/configurations/inputs/access-esm1p6/modern/pre-industrial/atmosphere/forcing/global.N96/2025.12.09/ozone_1850_cmip7.anc |
| 48 | + - /g/data/vk83/prerelease/configurations/inputs/access-esm1p6/modern/pre-industrial/atmosphere/land/biogeochemistry/global.N96/2025.11.18/Ndep_1850_cmip7.anc |
| 49 | + - /g/data/vk83/configurations/inputs/access-esm1p5/modern/share/atmosphere/land/soiltype/global.N96/2020.05.19/qrparm.soil_igbp_vg |
| 50 | + - /g/data/vk83/prerelease/configurations/inputs/access-esm1p6/share/atmosphere/land/vegetation/global.N96/2025.08.29/cable_vegfunc_N96.anc |
| 51 | + - /g/data/vk83/prerelease/configurations/inputs/access-esm1p6/share/atmosphere/land/biogeochemistry/resolution_independent/2025.08.29/modis_phenology_csiro_13evergreen.txt |
| 52 | + - /g/data/vk83/prerelease/configurations/inputs/access-esm1p6/share/atmosphere/land/biogeochemistry/resolution_independent/2025.11.18/pftlookup_cable3_OctB_update.csv |
| 53 | + - /g/data/vk83/configurations/inputs/access-esm1p5/share/atmosphere/spectral/resolution_independent/2020.05.19/spec3a_sw_hadgem1_6on |
| 54 | + - /g/data/vk83/configurations/inputs/access-esm1p5/share/atmosphere/spectral/resolution_independent/2020.05.19/spec3a_lw_hadgem1_6on |
| 55 | + - /g/data/vk83/configurations/inputs/access-esm1p5/modern/share/atmosphere/grids/global.N96/2020.05.19/qrparm.mask |
| 56 | + - /g/data/vk83/configurations/inputs/access-esm1p5/share/atmosphere/grids/resolution_independent/2020.05.19/vertlevs_G3 |
| 57 | + - /g/data/vk83/prerelease/configurations/inputs/access-esm1p6/share/atmosphere/stash/2026.01.21/ |
| 58 | + model: um |
| 59 | + name: atmosphere |
| 60 | + ncpus: 256 |
| 61 | +- exe: mom5_access_cm |
| 62 | + input: |
| 63 | + - /g/data/vk83/configurations/inputs/access-esm1p6/modern/share/ocean/biogeochemistry/global.1deg/2025.09.22/SFe_Hamiltonetal2020_monthly_clim.nc |
| 64 | + - /g/data/vk83/configurations/inputs/access-esm1p5/modern/share/ocean/biogeochemistry/global.1deg/2020.05.19/ocmip2_press_monthly_om1p5_bc.nc |
| 65 | + - /g/data/vk83/configurations/inputs/access-esm1p5/modern/share/ocean/tides/global.1deg/2020.05.19/roughness_amp.nc |
| 66 | + - /g/data/vk83/configurations/inputs/access-esm1p5/modern/share/ocean/tides/global.1deg/2020.05.19/tideamp.nc |
| 67 | + - /g/data/vk83/configurations/inputs/access-esm1p6/modern/share/ocean/shortwave_penetration/global.1deg/2025.06.23/ssw_atten_depth.nc |
| 68 | + - /g/data/vk83/configurations/inputs/access-esm1p6/modern/share/ocean/grids/mosaic/global.1deg/2025.07.29/grid_spec.nc |
| 69 | + - /g/data/vk83/configurations/inputs/access-esm1p6/modern/share/ocean/grids/mosaic/global.1deg/2025.07.29/ocean_mosaic.nc |
| 70 | + - /g/data/vk83/configurations/inputs/access-esm1p6/modern/share/ocean/grids/mosaic/global.1deg/2025.07.29/ocean_hgrid.nc |
| 71 | + - /g/data/vk83/configurations/inputs/access-esm1p6/modern/share/ocean/grids/bathymetry/global.1deg/2025.07.29/topog.nc |
| 72 | + - /g/data/vk83/configurations/inputs/access-esm1p6/modern/share/ocean/grids/vertical/global.1deg/2025.07.29/ocean_vgrid.nc |
| 73 | + model: mom |
| 74 | + name: ocean |
| 75 | + ncpus: 240 |
| 76 | +- exe: cice_access_360x300_30x300.exe |
| 77 | + input: |
| 78 | + - /g/data/vk83/configurations/inputs/access-esm1p6/modern/share/ice/grids/global.1deg/2025.07.29/kmt.nc |
| 79 | + - /g/data/vk83/configurations/inputs/access-esm1p6/modern/share/ice/grids/global.1deg/2025.07.29/grid.nc |
| 80 | + - /g/data/vk83/prerelease/configurations/inputs/access-esm1p6/modern/share/ice/iceberg/global.1deg/2025.09.16/lice_discharge_iceberg.nc |
| 81 | + model: cice5 |
| 82 | + name: ice |
| 83 | + ncpus: 12 |
| 84 | +- input: |
| 85 | + - /g/data/vk83/configurations/inputs/access-esm1p6/modern/share/coupler/grids/global.oi_1deg.a_N96/2025.07.29/grids.nc |
| 86 | + - /g/data/vk83/configurations/inputs/access-esm1p6/modern/share/coupler/grids/global.oi_1deg.a_N96/2025.07.29/areas.nc |
| 87 | + - /g/data/vk83/configurations/inputs/access-esm1p5/modern/share/coupler/grids/global.oi_1deg.a_N96/2020.05.19/masks.nc |
| 88 | + - /g/data/vk83/configurations/inputs/access-esm1p6/modern/share/coupler/remapping_weights/global.oi_1deg.a_N96/2025.08.06/rmp_cice_to_um1t_CONSERV_FRACNNEI.nc |
| 89 | + - /g/data/vk83/configurations/inputs/access-esm1p6/modern/share/coupler/remapping_weights/global.oi_1deg.a_N96/2025.08.06/rmp_cice_to_um1u_CONSERV_FRACNNEI.nc |
| 90 | + - /g/data/vk83/configurations/inputs/access-esm1p6/modern/share/coupler/remapping_weights/global.oi_1deg.a_N96/2025.08.06/rmp_cice_to_um1v_CONSERV_FRACNNEI.nc |
| 91 | + - /g/data/vk83/configurations/inputs/access-esm1p6/modern/share/coupler/remapping_weights/global.oi_1deg.a_N96/2025.08.06/rmp_um1t_to_cice_CONSERV_DESTAREA.nc |
| 92 | + - /g/data/vk83/configurations/inputs/access-esm1p6/modern/share/coupler/remapping_weights/global.oi_1deg.a_N96/2025.08.06/rmp_um1t_to_cice_CONSERV_FRACNNEI.nc |
| 93 | + - /g/data/vk83/configurations/inputs/access-esm1p6/modern/share/coupler/remapping_weights/global.oi_1deg.a_N96/2025.08.06/rmp_um1u_to_cice_CONSERV_FRACNNEI.nc |
| 94 | + - /g/data/vk83/configurations/inputs/access-esm1p6/modern/share/coupler/remapping_weights/global.oi_1deg.a_N96/2025.08.06/rmp_um1v_to_cice_CONSERV_FRACNNEI.nc |
| 95 | + model: oasis |
| 96 | + name: coupler |
| 97 | + ncpus: 0 |
| 98 | +sync: |
| 99 | + enable: false |
| 100 | + path: null |
| 101 | + restarts: true |
| 102 | +walltime: 9000 |
0 commit comments