Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
micaeljtoliveira committed Aug 16, 2023
1 parent 84243a5 commit 663b370
Showing 1 changed file with 13 additions and 17 deletions.
30 changes: 13 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
# Experimental Payu configuration for 1 deg MOM6-CICE6-WW3-datm-drof configuration using CMEPS with the CESM driver
# Payu configuration for 1 deg MOM6-CICE6-WW3-datm-drof configuration using CMEPS with the CESM driver

datm = JRA v1.3 IAF
**WARNING: This configuration is to be used for testing purposes only.**

drof = JRA v1.1 IAF

Note:
- **This is an untested Payu configuration for an untested CESM configuration**. This configuration is adapted from an officially-unsupported CESM configuration (The CIME GMOM_JRA_WD "compset").
- This configuration uses a Payu driver that does not currently exist in the main Payu repo. We're working to include it, but in the meantime those wanting to play with this configuration will need to use the version of Payu in [this](https://github.com/dougiesquire/payu/tree/cesm_cmeps) branch.
- No effort has (yet) been put into optimising the PE layout of this configuration on Gadi - currently each model component simply runs sequentially and is allocated an entire node.
- The execuatable used by this configuration was built using CIME (see [here](https://forum.access-hive.org.au/t/cesm-configurations-on-gadi-using-cime/115) for setup details):
```bash
cd cime/scripts
./create_newcase --case my_case --compset GMOM_JRA_WD --res T62_g16 --machine gadi --run-unsupported
cd my_case
./case.setup
./case.build
```
- By default, this configuration will advance 1 month per model run
This configuration is adapted from an officially-unsupported CESM configuration
(The CIME GMOM_JRA_WD "compset"). It was generated using a fork of
[CESM](https://github.com/COSIMA/CESM) with following commands:
```bash
git clone https://github.com/COSIMA/CESM
cd CESM/cime/scripts
./create_newcase --case my_case --compset GMOM_JRA_WD --res T62_g16 --machine gadi --run-unsupported
cd my_case
./case.setup
```
The configuration was then adapted to run with ACCESS-OM3 using payu.

0 comments on commit 663b370

Please sign in to comment.