-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #645 from MPAS-Dev/develop
Merge develop to master for v1.2.6 release
- Loading branch information
Showing
61 changed files
with
767 additions
and
2,203 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,3 +22,4 @@ dependencies: | |
- cartopy | ||
- geometric_features | ||
- gsw | ||
- pyremap |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -132,3 +132,4 @@ endYear = 30 | |
# For valid statistics, index times should include at least 30 years | ||
startYear = 1 | ||
endYear = 30 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,143 @@ | ||
[climatologyMapWoa] | ||
## options related to plotting climatology maps of Temperature and Salinity | ||
## fields at various levels, including the sea floor against control model | ||
## results and WOA climatological data | ||
|
||
# list of depths in meters (positive up) at which to analyze, 'top' for the | ||
# sea surface. Note that, for seasons='ANN', depths can be as deep as 5500 m, | ||
# otherwise use a maximum depth of 1500 m. | ||
depths = ['top', -50, -200, -400, -600, -800] | ||
|
||
[climatologyMapWoaTemperature] | ||
## options related to plotting climatology maps of potential temperature | ||
## at various levels, including the sea floor against control model results | ||
## and WOA18 climatological data | ||
|
||
# A dictionary with keywords for the norm | ||
normArgsResult = {'vmin': -2., 'vmax': 2.} | ||
|
||
[climatologyMapWoaSalinity] | ||
## options related to plotting climatology maps of salinity | ||
## at various levels, including the sea floor against control model results | ||
## and WOA18 climatological data | ||
|
||
# A dictionary with keywords for the norm | ||
normArgsResult = {'vmin': 33.8, 'vmax': 35.0} | ||
|
||
|
||
[TSDiagramsForAntarcticRegions] | ||
## options related to plotting T/S diagrams of Antarctic regions | ||
|
||
# The minimum and maximum depth over which fields are plotted, default is | ||
# to take these values from the geojson feature's zmin and zmax properties. | ||
zmin = -1000 | ||
zmax = 0 | ||
|
||
|
||
[soseTransects] | ||
## options related to plotting model vs. Southern Ocean State Estimate (SOSE) | ||
## transects. | ||
|
||
# longitudes of transects | ||
# Western Weddell 1, Filchner (318=42W), Western Weddell 2 (325=35W), | ||
# West Maud Rise, Fimbul (0), Amery (75E), Totten (117E), | ||
# George V coast, Merzt (145E), Wilkes (160E), Western Ross (184=176W), | ||
# Center Ross (187=173W), Eastern Ross (198=162W), | ||
# Amudsen, Thwaites (253=107W), Bellingshausen (280=80W), | ||
# West Antarctica (288=72W) | ||
# Note: Transects at 325, 145, 160, 184, 198 and 288 are chosen for comparison with | ||
# Whitworth et al. (1998) doi: 10.1029/AR075p0001, Figs. 3, 7, 6, 5, 4, 10, respectively. | ||
longitudes = [318., 325., 0., 75., 117., 145., 160., 184., 187., 198., 253., | ||
280., 288.] | ||
|
||
[soseTemperatureTransects] | ||
# options related to plotting SOSE transects of potential temperature | ||
|
||
# whether the colormap is indexed or continuous | ||
colormapTypeResult = indexed | ||
# color indices into colormapName for filled contours | ||
colormapIndicesResult = [0, 14, 28, 57, 85, 113, 125, 142, 170, 180, 198, 227, | ||
240, 255] | ||
# colormap levels/values for contour boundaries | ||
colorbarLevelsResult = [-1.6, -1.2, -0.4, 0.0, 0.4, 0.6, 0.8, 1.0, 1.5, 2.0, | ||
3.0, 4.0, 6.0] | ||
|
||
# whether the colormap is indexed or continuous | ||
colormapTypeDifference = indexed | ||
# color indices into colormapName for filled contours | ||
colormapIndicesDifference = [0, 28, 57, 85, 113, 128, 128, 142, 170, 198, 227, | ||
255] | ||
# colormap levels/values for contour boundaries | ||
colorbarLevelsDifference = [-2, -1.5, -1.25, -1, -0.2, 0, 0.2, 1, 1.25, 1.5, 2] | ||
|
||
[soseSalinityTransects] | ||
## options related to plotting SOSE transects of salinity | ||
|
||
# whether the colormap is indexed or continuous | ||
colormapTypeResult = indexed | ||
# color indices into colormapName for filled contours | ||
colormapIndicesResult = [0, 20, 40, 80, 120, 140, 160, 180, 200, 220, 240, 255] | ||
# colormap levels/values for contour boundaries | ||
colorbarLevelsResult = [34.1, 34.2, 34.3, 34.4, 34.5, 34.55, 34.6, 34.65, | ||
34.68, 34.7, 35.0] | ||
|
||
# whether the colormap is indexed or continuous | ||
colormapTypeDifference = indexed | ||
# color indices into colormapName for filled contours | ||
colormapIndicesDifference = [0, 28, 57, 85, 113, 128, 128, 142, 170, 198, 227, | ||
255] | ||
# colormap levels/values for contour boundaries | ||
colorbarLevelsDifference = [-0.5, -0.2, -0.1, -0.05, -0.02, 0, 0.02, 0.05, | ||
0.1, 0.2, 0.5] | ||
|
||
|
||
[woceTransects] | ||
## options related to plotting model vs. World Ocean Circulation Experiment | ||
## (WOCE) transects. | ||
|
||
# Horizontal bounds of the plot (in km), or an empty list for automatic bounds | ||
# The bounds are a 2-element list of the minimum and maximum distance along the | ||
# transect | ||
horizontalBounds = {'WOCE_A21': [630., 830.], | ||
'WOCE_A23': [0., 200.], | ||
'WOCE_A12': [4620., 4820.]} | ||
|
||
[woceTemperatureTransects] | ||
## options related to plotting WOCE transects of potential temperature | ||
|
||
# whether the colormap is indexed or continuous | ||
colormapTypeResult = indexed | ||
# color indices into colormapName for filled contours | ||
colormapIndicesResult = [0, 14, 28, 57, 85, 113, 125, 142, 170, 180, 198, 227, | ||
240, 255] | ||
# colormap levels/values for contour boundaries | ||
colorbarLevelsResult = [-1.6, -1.2, -0.4, 0.0, 0.4, 0.6, 0.8, 1.0, 1.5, 2.0, | ||
3.0, 4.0, 6.0] | ||
|
||
# whether the colormap is indexed or continuous | ||
colormapTypeDifference = indexed | ||
# color indices into colormapName for filled contours | ||
colormapIndicesDifference = [0, 28, 57, 85, 113, 128, 128, 142, 170, 198, 227, | ||
255] | ||
# colormap levels/values for contour boundaries | ||
colorbarLevelsDifference = [-2, -1.5, -1.25, -1, -0.2, 0, 0.2, 1, 1.25, 1.5, 2] | ||
|
||
[woceSalinityTransects] | ||
## options related to plotting WOCE transects of salinity | ||
|
||
# whether the colormap is indexed or continuous | ||
colormapTypeResult = indexed | ||
# color indices into colormapName for filled contours | ||
colormapIndicesResult = [0, 20, 40, 80, 120, 140, 160, 180, 200, 220, 240, 255] | ||
# colormap levels/values for contour boundaries | ||
colorbarLevelsResult = [34.1, 34.2, 34.3, 34.4, 34.5, 34.55, 34.6, 34.65, | ||
34.68, 34.7, 35.0] | ||
|
||
# whether the colormap is indexed or continuous | ||
colormapTypeDifference = indexed | ||
# color indices into colormapName for filled contours | ||
colormapIndicesDifference = [0, 28, 57, 85, 113, 128, 128, 142, 170, 198, 227, | ||
255] | ||
# colormap levels/values for contour boundaries | ||
colorbarLevelsDifference = [-0.5, -0.2, -0.1, -0.05, -0.02, 0, 0.02, 0.05, | ||
0.1, 0.2, 0.5] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.