@@ -2036,12 +2036,10 @@ obs = ['WOA23']
2036
2036
2037
2037
2038
2038
[climatologyMapVel]
2039
- # # options related to plotting climatology maps of Antarctic fields at various
2040
- # # levels, including the sea floor against control model results and SOSE
2041
- # # reanalysis data
2039
+ # # options related to plotting climatology maps of velocity components and
2040
+ # # matnitude
2042
2041
2043
2042
# comparison grid(s)
2044
- # only the Antarctic really makes sense but lat-lon could technically work.
2045
2043
comparisonGrids = [' latlon' ]
2046
2044
2047
2045
# Months or seasons to plot (Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct,
@@ -2072,6 +2070,15 @@ normTypeResult = linear
2072
2070
# A dictionary with keywords for the norm
2073
2071
normArgsResult = {' vmin' : -0.2, ' vmax' : 0.2}
2074
2072
2073
+ # colormap for differences
2074
+ colormapNameDifference = balance
2075
+ # whether the colormap is indexed or continuous
2076
+ colormapTypeDifference = continuous
2077
+ # the type of norm used in the colormap
2078
+ normTypeDifference = linear
2079
+ # A dictionary with keywords for the norm
2080
+ normArgsDifference = {' vmin' : -0.2, ' vmax' : 0.2}
2081
+
2075
2082
2076
2083
[climatologyMapVel_VelocityMagnitudeShallow]
2077
2084
@@ -2084,6 +2091,15 @@ normTypeResult = log
2084
2091
# A dictionary with keywords for the norm
2085
2092
normArgsResult = {' vmin' : 1.e-3, ' vmax' : 1.}
2086
2093
2094
+ # colormap for differences
2095
+ colormapNameDifference = balance
2096
+ # whether the colormap is indexed or continuous
2097
+ colormapTypeDifference = continuous
2098
+ # the type of norm used in the colormap
2099
+ normTypeDifference = linear
2100
+ # A dictionary with keywords for the norm
2101
+ normArgsDifference = {' vmin' : -0.2, ' vmax' : 0.2}
2102
+
2087
2103
2088
2104
[climatologyMapVel_VelocityMagnitudeDeep]
2089
2105
@@ -2096,6 +2112,15 @@ normTypeResult = log
2096
2112
# A dictionary with keywords for the norm
2097
2113
normArgsResult = {' vmin' : 1.e-4, ' vmax' : 5.e-1}
2098
2114
2115
+ # colormap for differences
2116
+ colormapNameDifference = balance
2117
+ # whether the colormap is indexed or continuous
2118
+ colormapTypeDifference = continuous
2119
+ # the type of norm used in the colormap
2120
+ normTypeDifference = linear
2121
+ # A dictionary with keywords for the norm
2122
+ normArgsDifference = {' vmin' : -0.2, ' vmax' : 0.2}
2123
+
2099
2124
2100
2125
[climatologyMapSose]
2101
2126
# # options related to plotting climatology maps of Antarctic fields at various
0 commit comments