Skip to content

Commit

Permalink
config.yaml: Change collate.mpi from true to false
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeGat committed Aug 13, 2024
1 parent c12fd12 commit 00ec564
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ submodels:
- /g/data/vk83/configurations/inputs/access-esm1p5/modern/share/ocean/shortwave_penetration/global.1deg/2020.05.19/ssw_atten_depth.nc
# Grids
- /g/data/vk83/configurations/inputs/access-esm1p5/modern/share/ocean/grids/mosaic/global.1deg/2020.05.19/grid_spec.nc

- name: ice
model: cice
ncpus: 12
Expand Down Expand Up @@ -117,7 +117,7 @@ collate:
restart: true
mem: 4GB
walltime: 1:00:00
mpi: true
mpi: false

restart: /g/data/vk83/configurations/inputs/access-esm1p5/modern/pre-industrial/restart/

Expand All @@ -142,19 +142,19 @@ runlog: true
manifest:
reproduce:
exe: True


stacksize: unlimited
qsub_flags: -W umask=027


# Sync options for automatically copying data from ephemeral scratch space to
# Sync options for automatically copying data from ephemeral scratch space to
# longer term storage
sync:
enable: False # set path below and change to true
path: null # Set to location on /g/data or a remote server and path (rsync syntax)

# If a postscript included (such as the automated netcdf conversion), the latest output and restart files will not
# If a postscript included (such as the automated netcdf conversion), the latest output and restart files will not
# be automatically synced at the end of a run. To sync the latest output after a postscript has completed,
# manually run `payu sync` from the command line.

Expand Down

0 comments on commit 00ec564

Please sign in to comment.