Skip to content

Commit

Permalink
Add OHC plots in Ocean Basins
Browse files Browse the repository at this point in the history
  • Loading branch information
xylar committed Nov 6, 2024
1 parent ae6d290 commit 4fe1028
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion mpas_analysis/default.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -1682,7 +1682,7 @@ movingAveragePoints = 1
## options related to plotting time series of groups of ocean regions

# the names of region groups to plot, each with its own section below
regionGroups = ['Arctic Ocean Regions', 'Antarctic Regions']
regionGroups = ['Ocean Basins', 'Arctic Ocean Regions', 'Antarctic Regions']

# a list of variables available to plot
availableVariables = [
Expand Down Expand Up @@ -1716,6 +1716,27 @@ availableVariables = [
# allow for longer plot titles
maxTitleLength = 70

[timeSeriesOceanBasins]
## options related to plotting time series of Ocean Basins

# list of regions to plot or ['all'] for all regions in the masks file.
# See "regionNames" in the oceanBasins masks file in
# regionMaskSubdirectory for details.
regionNames = ['all']

# a list of variables to plot from availableVariables in timeSeriesOceanRegions
variables = ['oceanHeatContent']

# variables that are anomalies
anomalies = ['oceanHeatContent']

# The minimum and maximum depth over which fields are averaged.
zmin = -10000
zmax = 0

# Observational data sets to compare against
obs = []

[timeSeriesArcticOceanRegions]
## options related to plotting time series of Arctic Ocean regions

Expand Down

0 comments on commit 4fe1028

Please sign in to comment.