Skip to content

Commit

Permalink
Update README.md for new configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanheerdegen committed Apr 12, 2024
1 parent 0156301 commit 13145e3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ options that are necessary to uniquely identify a configuration.

Some examples of possible values of the specifiers:

- **`resolution`**: `1deg` (1°), `025deg` (0.25°), `01deg` (0.1°), `005deg` (0.05°)
- **`resolution`**: `1deg` (1°), `025deg` (0.25°), `01deg` (0.1°)
- **`atmosforcing`**: `jra55`, `era5`
- **`forcingmode`**: `iaf` (interannual forcing), `ryf` (repeat year forcing), `rdf` (repeat decadal forcing)
- **`forcingmode`**: `iaf` (interannual forcing), `ryf` (repeat year forcing)
- **`option`**: `bgc` (Biogeochemistry)

## Supported configurations
Expand All @@ -39,6 +39,12 @@ and should also be listed below:
| ------ | ------------------------- |
| [`release-1deg_jra55_ryf`](https://github.com/ACCESS-NRI/access-om2-configs/tree/release-1deg_jra55_ryf) | Global 1° model forced with JRA55-do atmospheric reanalysis in repeat-year forcing mode|
| [`release-1deg_jra55_iaf`](https://github.com/ACCESS-NRI/access-om2-configs/tree/release-1deg_jra55_iaf)| Global 1° model forced with JRA55-do atmospheric reanalysis in interannual forcing mode|
| [`release-1deg_jra55_ryf_bgc`](https://github.com/ACCESS-NRI/access-om2-configs/tree/release-1deg_jra55_ryf_bgc) | Global 1° model with BGC forced with JRA55-do atmospheric reanalysis in repeat-year forcing mode|
| [`release-1deg_jra55_iaf_bgc`](https://github.com/ACCESS-NRI/access-om2-configs/tree/release-1deg_jra55_iaf_bgc)| Global 1° model with BGC forced with JRA55-do atmospheric reanalysis in interannual forcing mode|
| [`release-01deg_jra55_ryf`](https://github.com/ACCESS-NRI/access-om2-configs/tree/release-01deg_jra55_ryf) | Global 0.1° model forced with JRA55-do atmospheric reanalysis in repeat-year forcing mode|
| [`release-01deg_jra55_iaf`](https://github.com/ACCESS-NRI/access-om2-configs/tree/release-01deg_jra55_iaf)| Global 0.1° model forced with JRA55-do atmospheric reanalysis in interannual forcing mode|
| [`release-01deg_jra55_ryf_bgc`](https://github.com/ACCESS-NRI/access-om2-configs/tree/release-01deg_jra55_ryf_bgc) | Global 0.1° model with BGC forced with JRA55-do atmospheric reanalysis in repeat-year forcing mode|
| [`release-01deg_jra55_iaf_bgc`](https://github.com/ACCESS-NRI/access-om2-configs/tree/release-01deg_jra55_iaf_bgc)| Global 0.1° model with BGC forced with JRA55-do atmospheric reanalysis in interannual forcing mode|

There are more detailed notes contained in the respective branches for each configuration.

Expand Down

0 comments on commit 13145e3

Please sign in to comment.