Skip to content

Commit

Permalink
Added new mission atlantic code.
Browse files Browse the repository at this point in the history
  • Loading branch information
ledm committed Oct 19, 2023
1 parent d63c66d commit 7b25785
Show file tree
Hide file tree
Showing 3 changed files with 159 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bgcval2/default-bgcval2-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ standard-paths:
p2p_ppDir: "/local1/data/scratch/ledm/bgcval2_postProcessed"
imagedir: "images"
#ModelFolder_pref: "gle/dare_baseline" #AMM7
ModelFolder_pref: "ledm/MissionAtlantic/SENEMO"
ModelFolder_pref: "ledm/MissionAtlantic/"
orcaGridfn: "/data/proteus2/scratch/ledm/MissionAtlantic/SENEMO/eORCA025_mesh_mask_mes_v2.nc"
amm7Gridfn: "/users/modellers/ledm/workspace/coast/AMM7_grid/mesh_mask.nc"
ObsFolder: "/data/sthenno1/scratch/ledm/Observations/"
Expand Down
46 changes: 46 additions & 0 deletions input_yml/mission_atlantic_CNRM.yml
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


112 changes: 112 additions & 0 deletions input_yml/mission_atlantic_GS1p0.yml
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

0 comments on commit 7b25785

Please sign in to comment.