Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added DMS code for Terrafirma runs #91

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions bgcval2/bgcvaltools/pftnames.py
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,7 @@ def makeLongNameDict():
#####
# DMS fields:
lnd['anderson'] = 'Anderson et al.'
lnd['DMS'] = 'DMS'
lnd['dms_and'] = 'Anderson et al.'
lnd['dms_andSurface'] = 'Anderson et al.'
lnd['dms_p_and'] = 'Anderson et al.'
Expand Down
2 changes: 1 addition & 1 deletion input_yml/TerraFIRMA_overshoot_pi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
thickness: 0.6
linestyle: '-'
shifttime: -1000.
timerange: [1900, 2000]
timerange: [1870, 2100]
suite: physics bgc #alkalinity physics

u-cs568:
Expand Down
21 changes: 21 additions & 0 deletions key_files/dms.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name : DMS
units : nmol/L
model : MEDUSA
modelgrid : eORCA1
dimensions : 2

# The filenames
modelFiles : $BASEDIR_MODEL/$JOBID/medusa*$JOBIDo_1y_*_diad-T.nc
modelFile_p2p : $BASEDIR_MODEL/$JOBID/medusa*$JOBDo_1y_*$YEAR????_ptrc-T.nc
gridFile : $BASEDIR_MODEL/mesh_mask_eORCA1_wrk.nc

# Model coordinates/dimension names
model_vars : DMS_SURF
model_convert : NoChange

layers : layerless
regions : Global



2 changes: 2 additions & 0 deletions key_lists/bgc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,5 @@ keys:
# Misc.
Dust: True # Dust
TotalDust: True # Total Dust
DMS: True