fix jochen colormap in eos call, as it's not registered there

This commit is contained in:
2025-10-10 09:25:01 +02:00
parent 86d676ccc8
commit aa5b540aed

View File

@@ -459,7 +459,7 @@ class ReflectivityOutputConfig(ArgParsable):
)
plot_colormap: PlotColormaps = field(
default=PlotColormaps.jochen_deluxe,
default=PlotColormaps.gist_ncar,
metadata={
'short': 'pcmap',
'group': 'output',