Skip to content

Commit

Permalink
separate Arctic Transects from regular Transects for timeseries in de…
Browse files Browse the repository at this point in the history
…fault config
  • Loading branch information
anirban89 committed Sep 27, 2022
1 parent a9f8814 commit ec3b9f9
Showing 1 changed file with 24 additions and 3 deletions.
27 changes: 24 additions & 3 deletions mpas_analysis/default.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -1542,15 +1542,15 @@ obs = ['SOSE', 'WOA18']

[timeSeriesTransport]
## options related to plotting time series of transport through transects
transportGroups = ['Transport Transects']

[timeSeriesTransportTransects]
# list of ocean transects from geometric_features to plot or ['all'] for all
# available transects.
transectsToPlot = ['Drake Passage', 'Tasmania-Ant', 'Africa-Ant',
'Antilles Inflow', 'Mona Passage', 'Windward Passage',
'Florida-Cuba', 'Florida-Bahamas', 'Indonesian Throughflow',
'Agulhas', 'Mozambique Channel', 'Bering Strait',
'Lancaster Sound', 'Fram Strait', 'Nares Strait',
'Denmark Strait', 'Iceland-Faroe-Scotland']
'Agulhas', 'Mozambique Channel']

# Number of months over which to compute moving average
movingAveragePoints = 1
Expand All @@ -1569,6 +1569,27 @@ movingAveragePoints = 1
# Analysis may run faster for large meshes when this value is set to 2 or 3
subprocessCount = 1

[timeSeriesArcticTransportTransects]

transectsToPlot = ['all']
# Number of months over which to compute moving average
movingAveragePoints = 1

# An optional first year for the tick marks on the x axis. Leave commented out
# to start at the beginning of the time series.

# firstYearXTicks = 1

# An optional number of years between tick marks on the x axis. Leave
# commented out to determine the distance between ticks automatically.

# yearStrideXTicks = 1

# The number of parallel tasks occupied by each timeSeriesTransport task.
# Analysis may run faster for large meshes when this value is set to 2 or 3
subprocessCount = 1



[regionalTSDiagrams]
## options related to plotting T/S diagrams of ocean regions
Expand Down

0 comments on commit ec3b9f9

Please sign in to comment.