Skip to content

Commit 2250faf

Browse files
committed
Added new Atmospheric CO2 field to kmf and elsewhere.
1 parent 0dc82e0 commit 2250faf

File tree

7 files changed

+24
-4
lines changed

7 files changed

+24
-4
lines changed

bgcval2/bgcval2_make_report.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1480,6 +1480,7 @@ def newImageLocation(fn):
14801480
physicsKM = [
14811481
'AMOC_26N',
14821482
'ADRC_26N',
1483+
'AtmosCO2',
14831484
'DrakePassage',
14841485
'GlobalMeanTemperature',
14851486
'GlobalMeanSalinity',

bgcval2/bgcvaltools/pftnames.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,9 @@ def makeLongNameDict():
270270

271271
lnd['PCO2_SW'] = 'pCO2'
272272
lnd['pCO2'] = 'pCO2'
273+
lnd['AtmospCO2'] = 'pCO2'
274+
lnd['AtmosCO2'] = 'Atmospheric CO2'
275+
273276

274277
lnd['iron'] = "Iron"
275278
lnd['Fe_D_CONC_BOTTLE'] = "Iron (Dissolved)"

input_yml/TerraFIRMA_overshoot_co2tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ clean: True
1616
savecsv: True
1717

1818
jobs:
19-
u-ca306:
19+
u-cs495:
2020
description: 'Reference '
2121
label: PiControl
2222
colour: 'blue'
2323
thickness: 0.6
2424
linestyle: '-'
25-
shifttime: 0.
25+
shifttime: -427.
2626
timerange: [1850, 2020]
2727
suite: kmf physics bgc #alkalinity physics
2828

@@ -35,7 +35,7 @@ jobs:
3535
shifttime: 0.
3636
suite: kmf physics bgc #alkalinity physics
3737

38-
u-cz014:
38+
u-cz152:
3939
description: 'Terrafirma 1% CO2'
4040
label: '1%CO2'
4141
colour: 'purple'

input_yml/TerraFIRMA_overshoot_historical.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
colour: 'blue'
2424
thickness: 0.6
2525
linestyle: '-'
26-
shifttime: 0.
26+
shifttime: 0
2727
timerange: [1850, 2020]
2828
suite: kmf physics bgc #alkalinity physics
2929

key_files/atmosco2.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name : AtmosCO2
3+
units : ppm
4+
model : MEDUSA
5+
modelgrid : eORCA1
6+
dimensions : 2
7+
modelFiles : $BASEDIR_MODEL/$JOBID/medusa*$JOBIDo_1y_*_diad-T.nc
8+
model_vars : ATM_XCO2
9+
model_convert : NoChange
10+
layers : layerless
11+
regions : Global #gnoreInlandSeas SouthernOcean ArcticOcean Equator10 Remainder NorthernSubpolarAtlantic NorthernSubpolarPacific
12+

key_lists/atmosco2.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
keys:
3+
atmosco2: True

key_lists/kmf.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ keys:
77
SST: True
88
DrakePassageTransport: True
99
AMOC_26N: True
10+
atmosco2: True
1011
TotalAirSeaFluxCO2: True
1112
# NoCaspianAirSeaFluxCO2: True
1213
# IntPP_OSU: True

0 commit comments

Comments
 (0)