Difference between revisions of "ACCESS1.0 CMIP"

Line 5: Line 5:
 
ACCESS 1.0 Coupled Model as used in CMIP5. Includes UM 7.3 atmosphere, MOSES land surface, CICE sea ice, MOM 4 ocean coupled using Oasis3
 
ACCESS 1.0 Coupled Model as used in CMIP5. Includes UM 7.3 atmosphere, MOSES land surface, CICE sea ice, MOM 4 ocean coupled using Oasis3
  
The model is not available in the UMUI, instead it is run from a set of shell scripts. A guide to setting up and running the model can be found at https://accessdev.nci.org.au/trac/wiki/access/ACCESS1.0_raijin
+
The model is not available in the UMUI, instead it is run from a set of shell scripts.
 +
 
 +
A guide to setting up and running the model on the old supercomputer Raijin can be found at https://accessdev.nci.org.au/trac/wiki/access/ACCESS1.0_raijin
 +
 
 +
== Running on Gadi ==
 +
 
 +
NOTE: Consider using [[ACCESS-ESM 1.5]] for new runs on Gadi, it is much simpler to use
 +
 
 +
Recommended PBS headers
 +
<syntaxhighlight lang=text>
 +
#PBS -N a10_hist
 +
#PBS -q normal
 +
#PBS -l ncpus=96
 +
#PBS -l mem=192gb
 +
#PBS -l walltime=00:10:00
 +
#PBS -l wd
 +
#PBS -W umask=0022
 +
#PBS -l storage=scratch/access+gdata/access
 +
</syntaxhighlight>
 +
 
 +
Recommended Decomposition (for a total of 96 cpus, 384 gb memory)
 +
{| class="wikitable"
 +
|-
 +
! Component !! Variable !! Value
 +
|-
 +
| UM || UM_ATM_NPROCX || 12
 +
|-
 +
| UM || UM_ATM_NPROCY || 4
 +
|-
 +
| MOM || oce_nx || 8
 +
|-
 +
| MOM || oce_ny || 5
 +
|-
 +
| MOM || nproc_ocn || 40 (oce_nx * oce_ny)
 +
|-
 +
| CICE || nproc_ice || 6
 +
|}
  
 
=Model Configurations=
 
=Model Configurations=

Revision as of 22:14, 30 January 2020

Template:Stub This is a stub page and needs expansion

Model Name

ACCESS 1.0 Coupled Model as used in CMIP5. Includes UM 7.3 atmosphere, MOSES land surface, CICE sea ice, MOM 4 ocean coupled using Oasis3

The model is not available in the UMUI, instead it is run from a set of shell scripts.

A guide to setting up and running the model on the old supercomputer Raijin can be found at https://accessdev.nci.org.au/trac/wiki/access/ACCESS1.0_raijin

Running on Gadi

NOTE: Consider using ACCESS-ESM 1.5 for new runs on Gadi, it is much simpler to use

Recommended PBS headers

#PBS -N a10_hist
#PBS -q normal
#PBS -l ncpus=96
#PBS -l mem=192gb
#PBS -l walltime=00:10:00
#PBS -l wd
#PBS -W umask=0022
#PBS -l storage=scratch/access+gdata/access

Recommended Decomposition (for a total of 96 cpus, 384 gb memory)

Component Variable Value
UM UM_ATM_NPROCX 12
UM UM_ATM_NPROCY 4
MOM oce_nx 8
MOM oce_ny 5
MOM nproc_ocn 40 (oce_nx * oce_ny)
CICE nproc_ice 6

Model Configurations