-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
84243a5
commit 663b370
Showing
1 changed file
with
13 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |