Skip to content

Commit

Permalink
Added several new physics metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
ledm committed Jun 13, 2024
1 parent 09ee41d commit 4a3faff
Show file tree
Hide file tree
Showing 7 changed files with 123 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bgcval2/bgcvaltools/pftnames.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,12 @@ def makeLongNameDict():
lnd['WeddelIceExent'] = 'Weddel Sea Ice Extent'
lnd['TotalIceExtent'] = 'Total Ice Extent'

lnd['ZOS'] = 'Sea Surface Height'
lnd['EVS'] = 'Water Evaporation flux '
lnd['Precip'] = 'Precipitation'
lnd['sowindsp'] = 'Surface wind speed'
lnd['sowlisf'] = 'Ice Shelf Melting'

lnd['AMM'] = 'Atlantic Margins'
lnd['AMM_Shelf'] = 'Atlantic Margins Shelf'
lnd['AMM_OffShelf'] = 'Atlantic Margins Off Shelf'
Expand Down
22 changes: 22 additions & 0 deletions key_files/evs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name : EVS
units : kg/m2/s
dimensions : 3
model : NEMO
datasource : WOA
# The filenames
modelFiles : $BASEDIR_MODEL/$JOBID/nemo_$JOBIDo_1y_*_grid-T.nc
modelFile_p2p : $BASEDIR_MODEL/$JOBID/nemo*$JOBIDo_1y_*$YEAR????_grid-T.nc
gridFile : $PATHS_GRIDFILE

# Model coordinates/dimension names
model_vars : evs
model_convert : choose_best_var

layers : layerless
regions : Global ignoreInlandSeas SouthernOcean ArcticOcean Equator10 NorthPacificOcean SouthPacificOcean NorthAtlanticOcean SouthAtlanticOcean SPNA
smoothings : DataOnly 5and30




22 changes: 22 additions & 0 deletions key_files/precip.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name : Precip
units : kg/m2/s
dimensions : 3
model : NEMO
datasource : WOA
# The filenames
modelFiles : $BASEDIR_MODEL/$JOBID/nemo_$JOBIDo_1y_*_grid-T.nc
modelFile_p2p : $BASEDIR_MODEL/$JOBID/nemo*$JOBIDo_1y_*$YEAR????_grid-T.nc
gridFile : $PATHS_GRIDFILE

# Model coordinates/dimension names
model_vars : pr prsn
model_convert : sum

layers : layerless
regions : Global ignoreInlandSeas SouthernOcean ArcticOcean Equator10 NorthPacificOcean SouthPacificOcean NorthAtlanticOcean SouthAtlanticOcean SPNA
smoothings : DataOnly 5and30




22 changes: 22 additions & 0 deletions key_files/sowflisf.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name : iceshelfmelting
units : kg/m2/s
dimensions : 3
model : NEMO
datasource : WOA
# The filenames
modelFiles : $BASEDIR_MODEL/$JOBID/nemo_$JOBIDo_1y_*_isf-T.nc
modelFile_p2p : $BASEDIR_MODEL/$JOBID/nemo*$JOBIDo_1y_*$YEAR????_isf-T.nc
gridFile : $PATHS_GRIDFILE

# Model coordinates/dimension names
model_vars : sowflisf
model_convert : choose_best_var

layers : layerless
regions : Global ignoreInlandSeas SouthernOcean ArcticOcean Equator10 NorthPacificOcean SouthPacificOcean NorthAtlanticOcean SouthAtlanticOcean SPNA
smoothings : DataOnly 5and30




22 changes: 22 additions & 0 deletions key_files/sowindsp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name : Windspeed
units : m/s
dimensions : 3
model : NEMO
datasource : WOA
# The filenames
modelFiles : $BASEDIR_MODEL/$JOBID/nemo_$JOBIDo_1y_*_grid-T.nc
modelFile_p2p : $BASEDIR_MODEL/$JOBID/nemo*$JOBIDo_1y_*$YEAR????_grid-T.nc
gridFile : $PATHS_GRIDFILE

# Model coordinates/dimension names
model_vars : sowindsp
model_convert : choose_best_var

layers : layerless
regions : Global ignoreInlandSeas SouthernOcean ArcticOcean Equator10 NorthPacificOcean SouthPacificOcean NorthAtlanticOcean SouthAtlanticOcean SPNA
smoothings : DataOnly 5and30




22 changes: 22 additions & 0 deletions key_files/zos.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name : ZOS
units : m
dimensions : 3
model : NEMO
datasource : WOA
# The filenames
modelFiles : $BASEDIR_MODEL/$JOBID/nemo_$JOBIDo_1y_*_grid-T.nc
modelFile_p2p : $BASEDIR_MODEL/$JOBID/nemo*$JOBIDo_1y_*$YEAR????_grid-T.nc
gridFile : $PATHS_GRIDFILE

# Model coordinates/dimension names
model_vars : zos
model_convert : choose_best_var

layers : layerless
regions : Global ignoreInlandSeas SouthernOcean ArcticOcean Equator10 NorthPacificOcean SouthPacificOcean NorthAtlanticOcean SouthAtlanticOcean SPNA
smoothings : DataOnly 5and30




7 changes: 7 additions & 0 deletions key_lists/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ keys:
TotalIceArea: True
NorthernTotalIceArea: True
SouthernTotalIceArea: True

ZOS: True
sowindsp: True
sowflisf: True
evs: True
precip: True

# AtlanticSubtropicSalinity: True
# MLD: True
# Temperature: True
Expand Down

0 comments on commit 4a3faff

Please sign in to comment.