Skip to content

Commit 3c079f6

Browse files
authored
Merge pull request #1073 from xylar/update-arctic-north-antlantic-bsf-configs
Update Arctic and add North Atlantic BSF config options
2 parents f272854 + 5dba362 commit 3c079f6

File tree

1 file changed

+41
-3
lines changed

1 file changed

+41
-3
lines changed

mpas_analysis/polar_regions.cfg

Lines changed: 41 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -610,8 +610,8 @@ yLim = [-600., -5.]
610610
## (if available)
611611

612612
# comparison grid(s) on which to plot analysis
613-
comparisonGrids = ['latlon', 'arctic_extended', 'antarctic_extended',
614-
'subpolar_north_atlantic', 'fris']
613+
comparisonGrids = ['latlon', 'arctic_extended', 'subpolar_north_atlantic',
614+
'antarctic_extended', 'fris']
615615

616616
[climatologyMapBSFArcticExtended]
617617
## options related to plotting Arctic climatologies of the barotropic
@@ -649,7 +649,45 @@ normArgsDifference = {'vmin': -10., 'vmax': 10.}
649649

650650
# minimum and maximum latitude (degrees) between which the mean BSF on boundary
651651
# vertices averages to zero
652-
latitudeRangeForZeroBSF = (60.0, 90.0)
652+
latitudeRangeForZeroBSF = (35.0, 90.0)
653+
654+
[climatologyMapBSFSubpolarNorthAtlantic]
655+
## options related to plotting Arctic climatologies of the barotropic
656+
## streamfunction (BSF)
657+
658+
# colormap for model/observations
659+
colormapNameResult = blue-orange-div
660+
# whether the colormap is indexed or continuous
661+
colormapTypeResult = continuous
662+
# color indices into colormapName for filled contours
663+
# the type of norm used in the colormap
664+
normTypeResult = linear
665+
# A dictionary with keywords for the norm
666+
normArgsResult = {'vmin': -50, 'vmax': 50.}
667+
# Adding contour lines to the figure
668+
contourLevelsResult = np.arange(-50., 50.1, 5.)
669+
contourThicknessResult = 0.5
670+
contourColorResult = black
671+
# The spacing (in meters) between arrows on contours in projection plots
672+
# (None to disable)
673+
arrowSpacingResult = 8e5
674+
# The width (in meters) of arrows on contours in projection plots (None to
675+
# disable)
676+
arrowWidthResult = 1.5e4
677+
678+
# colormap for differences
679+
colormapNameDifference = cmo.balance
680+
# whether the colormap is indexed or continuous
681+
colormapTypeDifference = continuous
682+
# the type of norm used in the colormap
683+
normTypeDifference = linear
684+
# A dictionary with keywords for the norm
685+
normArgsDifference = {'vmin': -10., 'vmax': 10.}
686+
# colorbarTicksDifference = numpy.linspace(-10., 10., 9)
687+
688+
# minimum and maximum latitude (degrees) between which the mean BSF on boundary
689+
# vertices averages to zero
690+
latitudeRangeForZeroBSF = (35.0, 90.0)
653691

654692
[climatologyMapBSFAntarcticExtended]
655693
## options related to plotting Antarctic climatologies of the barotropic

0 commit comments

Comments
 (0)