-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
3 changed files
with
159 additions
and
1 deletion.
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
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 |
---|---|---|
@@ -0,0 +1,46 @@ | ||
--- | ||
# GC5 N96 ORCA1 spinup analysis | ||
name: MissionAtlantic_CNRM | ||
|
||
# Run the single job analysis | ||
do_analysis_timeseries: True | ||
|
||
# Download from mass: | ||
do_mass_download: False | ||
|
||
# Strict file check (fails if True and files are missing) | ||
strictFileCheck: False | ||
|
||
# master analysis suite | ||
master_suites: missionatlantic | ||
|
||
# Auto download jobs (can also be set for individual jobs). | ||
auto_download: False | ||
|
||
# Job ID's suites as named by Rose/Cylc | ||
jobs: | ||
CNRM_hist: | ||
description: 'CNRM historical run.' | ||
colour: green | ||
thickness: 1.8 | ||
linestyle: '-' | ||
shifttime: 0. | ||
suite: missionatlantic | ||
|
||
CNRM_ssp370: | ||
description: 'CNRM SSP3-7.0' | ||
colour: purple | ||
thickness: 1.8 | ||
linestyle: '-' | ||
shifttime: 0. | ||
suite: missionatlantic | ||
|
||
CNRM_ssp126: | ||
description: 'CNRM SSP1-2.6' | ||
colour: dodgerblue | ||
thickness: 1.8 | ||
linestyle: '-' | ||
shifttime: 0. | ||
suite: missionatlantic | ||
|
||
|
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 |
---|---|---|
@@ -0,0 +1,112 @@ | ||
--- | ||
# GC5 N96 ORCA1 spinup analysis | ||
name: MissionAtlantic_GS1p0 | ||
|
||
# Run the single job analysis | ||
do_analysis_timeseries: True | ||
|
||
# Download from mass: | ||
do_mass_download: False | ||
|
||
# Strict file check (fails if True and files are missing) | ||
strictFileCheck: False | ||
|
||
# master analysis suite | ||
master_suites: missionatlantic | ||
|
||
# Auto download jobs (can also be set for individual jobs). | ||
auto_download: False | ||
|
||
# Job ID's suites as named by Rose/Cylc | ||
jobs: | ||
GS1p0_hind: | ||
description: 'NEMO-ERSEM eORCA025 - GS1p0_hind' | ||
colour: green | ||
thickness: 1.8 | ||
linestyle: '-' | ||
shifttime: 0. | ||
suite: missionatlantic | ||
|
||
# test17a: | ||
# description: 'NEMO-ERSEM eORCA025 - with iron deposition x0.1' | ||
# colour: red | ||
# thickness: 1.7 | ||
# linestyle: '-' | ||
# shifttime: 0. | ||
# suite: missionatlantic | ||
|
||
# test17aa: | ||
# description: 'NEMO-ERSEM eORCA025 - with iron deposition x0.59 spinup year 1' | ||
# colour: blue | ||
# thickness: 1.7 | ||
# linestyle: '-' | ||
# shifttime: 0. | ||
# suite: missionatlantic | ||
# test17b: | ||
# description: 'NEMO-ERSEM eORCA025 - with iron deposition x0.59 spinup year 2' | ||
# colour: blue | ||
# thickness: 1.7 | ||
# linestyle: '-' | ||
# shifttime: 1. | ||
# suite: missionatlantic | ||
# test17c: | ||
# description: 'NEMO-ERSEM eORCA025 - with iron deposition x0.59 spinup year 3' | ||
# colour: blue | ||
# thickness: 1.7 | ||
# linestyle: '-' | ||
# shifttime: 2. | ||
# suite: missionatlantic | ||
|
||
# Broken with weird DIC/pH | ||
# test18a: | ||
# description: 'NEMO-ERSEM eORCA025 - new river input - spinup year 1' | ||
# colour: purple | ||
# thickness: 1.7 | ||
# linestyle: '-' | ||
# shifttime: 0. | ||
# suite: missionatlantic | ||
# test18b: | ||
# description: 'NEMO-ERSEM eORCA025 - new river input - spinup year 2' | ||
# colour: purple | ||
# thickness: 1.7 | ||
# linestyle: '-' | ||
# shifttime: 1. | ||
# suite: missionatlantic | ||
# test18c: | ||
# description: 'NEMO-ERSEM eORCA025 - new river input - spinup year 3' | ||
# colour: purple | ||
# thickness: 1.7 | ||
# linestyle: '-' | ||
# shifttime: 2. | ||
# suite: missionatlantic | ||
|
||
# test19_S1: | ||
# description: 'NEMO-ERSEM eORCA025 - same as 18 but better - spinup year 1' | ||
# colour: orange | ||
# thickness: 1.7 | ||
# linestyle: '-' | ||
# shifttime: 0. | ||
# suite: missionatlantic | ||
# test19_S2: | ||
# description: 'NEMO-ERSEM eORCA025 - same as 18 but better - spinup year 2' | ||
# colour: orange | ||
# thickness: 1.7 | ||
# linestyle: '-' | ||
# shifttime: 1. | ||
# suite: missionatlantic | ||
# test19_S3: | ||
# description: 'NEMO-ERSEM eORCA025 - same as 18 but better - spinup year 3' | ||
# colour: orange | ||
# thickness: 1.7 | ||
# linestyle: '-' | ||
# shifttime: 2. | ||
# suite: missionatlantic | ||
|
||
test25: | ||
description: 'NEMO-ERSEM eORCA025 - stable(?!)' | ||
colour: purple | ||
thickness: 1.7 | ||
linestyle: '-' | ||
shifttime: 02. | ||
suite: missionatlantic | ||
|