-
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.
Merge pull request #119 from valeriupredoi/dev_tfmpas
A few handy jobs for looking aat a few UK MPA regions.
- Loading branch information
Showing
18 changed files
with
481 additions
and
14 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 |
---|---|---|
|
@@ -20,3 +20,4 @@ _sidebar.rst.inc | |
local_test/BGC_data/valeriu | ||
mass_scripts | ||
CompareReports2 | ||
.idea/workspace.xml |
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
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,120 @@ | ||
--- | ||
# GC5 N96 ORCA1 spinup analysis | ||
name: TerraFIRMA_overshoot_MPAs | ||
|
||
# Run the single job analysis | ||
do_analysis_timeseries: True | ||
|
||
# Download from mass: | ||
do_mass_download: False | ||
|
||
# master analysis suite | ||
master_suites: kmf mpas # physics bgc #alkalinity physics kmf1 | ||
|
||
# Run without strick check (if True, breaks if job has no years.) | ||
strict_file_check: False | ||
|
||
clean: True | ||
|
||
jobs: | ||
u-cs495: | ||
description: 'PI-Control' | ||
label: 'Pi-Control' | ||
colour: 'blue' | ||
thickness: 1.2 | ||
linestyle: '-' | ||
shifttime: -100. | ||
timerange: [1850, 2200] | ||
suite: kmf mpas #physics bgc #alkalinity physics | ||
|
||
|
||
u-cx209: | ||
description: 'E-mode free ice RAMP UP 8GtC/yr #1' | ||
label: 'Ramp-up' | ||
colour: 'black' | ||
thickness: 1.2 | ||
linestyle: '-' | ||
shifttime: 0. | ||
#timerange: [1800, 2050] | ||
suite: kmf mpas #physics bgc #alkalinity physics | ||
|
||
# 1.5k Stabilisation | ||
u-cy837: | ||
description: '1.5K Stabilisation from u-cx209 (#1)' | ||
label: '1.5K Stable' | ||
colour: 'lawngreen' | ||
thickness: 1.2 | ||
linestyle: '-' | ||
shifttime: 0. | ||
#timerange: [1800, 2050] | ||
suite: kmf mpas # physics bgc #alkalinity physics | ||
|
||
|
||
# 2k Stabilisation | ||
u-cy838: | ||
description: '2.0K Stabilisation from u-cx209 (#1)' | ||
label: '2K Stable' | ||
colour: 'goldenrod' | ||
thickness: 1.2 | ||
linestyle: '-' | ||
shifttime: 0. | ||
#timerange: [1800, 2050] | ||
suite: kmf mpas # physics bgc #alkalinity physics | ||
|
||
|
||
# other Stabilisations | ||
u-cz375: | ||
description: '3.0K Stabilisation from u-cx209 (#1)' | ||
label: '3K Stable' | ||
colour: 'red' # | ||
thickness: 1.2 | ||
linestyle: '-' | ||
shifttime: 0. | ||
#timerange: [1800, 2050] | ||
suite: kmf mpas # physics bgc #alkalinity physics | ||
u-cz376: | ||
description: '4.0K Stabilisation from u-cx209 (#1)' | ||
label: '4K Stable' | ||
colour: 'sienna' | ||
thickness: 1.2 | ||
linestyle: '-' | ||
shifttime: 0. | ||
#timerange: [1800, 2050] | ||
suite: kmf mpas # physics bgc #alkalinity physics | ||
u-cz377: | ||
description: '5.0K Stabilisation from u-cx209 (#1)' | ||
label: '5K Stable' | ||
colour: 'maroon' | ||
thickness: 1.2 | ||
linestyle: '-' | ||
shifttime: 0. | ||
#timerange: [1800, 2050] | ||
suite: kmf mpas # physics bgc #alkalinity physics | ||
|
||
# Ramp downs | ||
u-da697: | ||
description: '1.5K Rampdown from u-cx209 (#1)' | ||
label: '1.5K Rampdown' | ||
colour: 'lawngreen' | ||
thickness: 1.2 | ||
linestyle: ':' | ||
shifttime: 0. | ||
#timerange: [1800, 2050] | ||
suite: kmf mpas # physics bgc #alkalinity physics | ||
|
||
u-cz944: | ||
description: 'Ramp down from cy838 (- 2.0K Stabilisation from u-cx209) (#1)' | ||
label: '2K Rampdown' | ||
colour: 'goldenrod' | ||
thickness: 1.2 | ||
linestyle: 'dashed' | ||
shifttime: 0. | ||
#timerange: [1800, 2050] | ||
suite: kmf mpas #physics bgc #alkalinity physics | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
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,13 @@ | ||
--- | ||
name : AirSeaFluxCO2 | ||
units : mmolC/m2/d | ||
model : MEDUSA | ||
modelgrid : eORCA1 | ||
dimensions : 2 | ||
modelFiles : $BASEDIR_MODEL/$JOBID/medusa*$JOBIDo_1y_*_diad-T.nc | ||
model_vars : CO2FLUX | ||
model_convert : NoChange | ||
layers : layerless | ||
regions : Global Ascension TristandaCunha Pitcairn Cornwall | ||
|
||
|
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,23 @@ | ||
--- | ||
name : Alkalinity | ||
units : meq/m^3 | ||
model : MEDUSA | ||
modelgrid : eORCA1 | ||
dimensions : 3 | ||
|
||
# The filenames | ||
modelFiles : $BASEDIR_MODEL/$JOBID/medusa*$JOBID*_1y_*_ptrc-T.nc | ||
modelFile_p2p : $BASEDIR_MODEL/$JOBID/medusa*$JOBID*_1y_*$YEAR????_ptrc-T.nc | ||
#dataFile : $BASEDIR_OBS/Alk.nc | ||
|
||
# # Model coordinates/dimension names | ||
model_vars : ALK | ||
model_convert : NoChange | ||
|
||
#data_vars : Alk | ||
#data_convert: | ||
# function: convertmeqm3TOumolkg | ||
|
||
layers : Surface #50m #;100m 200m 500m 1000m 2000m | ||
regions : Global Ascension TristandaCunha Pitcairn Cornwall | ||
|
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,20 @@ | ||
--- | ||
name : Chlorophyll | ||
units : mg C/m^3 | ||
model : MEDUSA | ||
modelgrid : eORCA1 | ||
dimensions : 3 | ||
|
||
# The filenames | ||
modelFiles : $BASEDIR_MODEL/$JOBID/medusa*_1y_*_ptrc-T.nc | ||
gridFile : $BASEDIR_MODEL/mesh_mask_eORCA1_wrk.nc | ||
|
||
# Model coordinates/dimension names | ||
model_vars : CHD CHN | ||
model_convert : sum | ||
|
||
layers : Surface | ||
regions : Global Ascension TristandaCunha Pitcairn Cornwall | ||
|
||
|
||
|
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,19 @@ | ||
--- | ||
name : DIC | ||
units : mmol C/m^3 | ||
model : MEDUSA | ||
modelgrid : eORCA1 | ||
dimensions : 3 | ||
|
||
# The filenames | ||
modelFiles : $BASEDIR_MODEL/$JOBID/medusa*$JOBIDo_1y_*_ptrc-T.nc | ||
modelFile_p2p : $BASEDIR_MODEL/$JOBID/medusa*$JOBIDo_1y_*$YEAR????_ptrc-T.nc | ||
|
||
# # Model coordinates/dimension names | ||
model_vars : DIC | ||
model_convert : NoChange | ||
|
||
|
||
layers : Surface #50m #;100m 200m 500m 1000m 2000m | ||
regions : Global Ascension TristandaCunha Pitcairn Cornwall | ||
|
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,32 @@ | ||
--- | ||
name : Iron | ||
units : mmol Fe/m^3 | ||
datasource : Initial Conditions | ||
model : MEDUSA | ||
modelgrid : eORCA1 | ||
dimensions : 3 | ||
|
||
# The filenames | ||
modelFiles : $BASEDIR_MODEL/$JOBID/medusa*$JOBIDo_1y_*_ptrc-T.nc | ||
modelFile_p2p : $BASEDIR_MODEL/$JOBID/medusa*$JOBDo_1y_*$YEAR????_ptrc-T.nc | ||
#dataFile : /data/euryale7/backup/ledm/UKESM/InitialConditions/UKESM_fields_1860_eORCA1_small.nc | ||
gridFile : $BASEDIR_MODEL/mesh_mask_eORCA1_wrk.nc | ||
|
||
# Model coordinates/dimension names | ||
model_vars : FER | ||
model_convert : | ||
function: multiplyBy | ||
factor : 1000 | ||
|
||
# Data coordinates names | ||
#data_vars : FER | ||
#data_tdict : ZeroToZero | ||
#data_convert : multiplyBy | ||
#data_convert_factor : 1000 | ||
|
||
layers : Surface #Transect ;CanRusTransect PTransect SOTransect Equator ArcTransect AntTransect ArcTransect AntTransect | ||
regions : Global Ascension TristandaCunha Pitcairn Cornwall | ||
|
||
|
||
|
||
|
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,35 @@ | ||
--- | ||
name : MLD | ||
units : m | ||
dimensions : 2 | ||
model : NEMO | ||
datasource : IFERMER | ||
|
||
# The filenames | ||
modelFiles : $BASEDIR_MODEL/$JOBID/nemo*_$JOBIDo_1y_*_grid-T.nc | ||
modelFile_p2p : $BASEDIR_MODEL/$JOBID/nemo*_$JOBIDo_1y_*$YEAR????_grid-T.nc | ||
dataFile : $BASEDIR_OBS/IFREMER-MLD/mld_DT02_c1m_reg2.0-annual.nc | ||
|
||
# Model coordinates/dimension names | ||
model_vars : mlotst | ||
model_convert : NoChange | ||
layers : layerless | ||
|
||
#model_vars : somxl010 somxzint1 | ||
#model_convert: | ||
# path: bgcval2/functions/applyLandMask.py | ||
# function: applyLandMask | ||
# areafile: $PATHS_GRIDFILE | ||
# maskname : tmask | ||
|
||
data_vars : mld | ||
data_tdict : ZeroToZero | ||
data_convert: | ||
path: bgcval2/functions/applyLandMask.py | ||
function: applyLandMask | ||
maskname : mask | ||
areafile: $BASEDIR_OBS/IFREMER-MLD/mld_DT02_c1m_reg2.0-annual.nc | ||
#layers : Surface | ||
#regions : Global ignoreInlandSeas SouthernOcean ArcticOcean Equator10 NorthPacificOcean SouthPacificOcean NorthAtlanticOcean SouthAtlanticOcean | ||
regions : Global Ascension TristandaCunha Pitcairn Cornwall | ||
|
Oops, something went wrong.