Skip to content

Commit b4e586b

Browse files
committed
Add colormap config options for Arctic BSF
1 parent bc19d42 commit b4e586b

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

mpas_analysis/polar_regions.cfg

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -613,6 +613,44 @@ yLim = [-600., -5.]
613613
comparisonGrids = ['latlon', 'arctic_extended', 'antarctic_extended',
614614
'subpolar_north_atlantic', 'fris']
615615

616+
[climatologyMapBSFArcticExtended]
617+
## options related to plotting Arctic climatologies of the barotropic
618+
## streamfunction (BSF)
619+
620+
# colormap for model/observations
621+
colormapNameResult = blue-orange-div
622+
# whether the colormap is indexed or continuous
623+
colormapTypeResult = continuous
624+
# color indices into colormapName for filled contours
625+
# the type of norm used in the colormap
626+
normTypeResult = linear
627+
# A dictionary with keywords for the norm
628+
normArgsResult = {'vmin': -50, 'vmax': 50.}
629+
# Adding contour lines to the figure
630+
contourLevelsResult = np.arange(-50., 50.1, 5.)
631+
contourThicknessResult = 0.5
632+
contourColorResult = black
633+
# The spacing (in meters) between arrows on contours in projection plots
634+
# (None to disable)
635+
arrowSpacingResult = 8e5
636+
# The width (in meters) of arrows on contours in projection plots (None to
637+
# disable)
638+
arrowWidthResult = 1.5e4
639+
640+
# colormap for differences
641+
colormapNameDifference = cmo.balance
642+
# whether the colormap is indexed or continuous
643+
colormapTypeDifference = continuous
644+
# the type of norm used in the colormap
645+
normTypeDifference = linear
646+
# A dictionary with keywords for the norm
647+
normArgsDifference = {'vmin': -10., 'vmax': 10.}
648+
# colorbarTicksDifference = numpy.linspace(-10., 10., 9)
649+
650+
# minimum and maximum latitude (degrees) between which the mean BSF on boundary
651+
# vertices averages to zero
652+
latitudeRangeForZeroBSF = (60.0, 90.0)
653+
616654
[climatologyMapBSFAntarcticExtended]
617655
## options related to plotting Antarctic climatologies of the barotropic
618656
## streamfunction (BSF)

0 commit comments

Comments
 (0)