Skip to content

Commit

Permalink
Fix colors for ta500, ta700, ta850
Browse files Browse the repository at this point in the history
  • Loading branch information
senesis committed Mar 18, 2024
1 parent 31ee862 commit 755b465
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions climaf/plot/atmos_plot_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -445,19 +445,19 @@
},
'ta850': {
'default': {'units': 'degC', 'color': 'BlueWhiteOrangeRed', 'offset': -273.15},
'full_field': {'colors': ranges_to_string(ranges=[[-40, 0, -10], [0, 25, 5]])},
'full_field': {'colors': ranges_to_string(ranges=[[-40, 0, 10], [0, 25, 5]])},
'bias': {'min': -5, 'max': 5, 'delta': 1, 'offset': 0},
'model_model': {'min': -10, 'max': 10, 'delta': 1, 'offset': 0},
},
'ta700': {
'default': {'units': 'degC', 'color': 'BlueWhiteOrangeRed', 'offset': -273.15},
'full_field': {'colors': ranges_to_string(ranges=[[-40, 0, -10], [0, 25, 5]])},
'full_field': {'colors': ranges_to_string(ranges=[[-40, 0, 10], [0, 25, 5]])},
'bias': {'min': -5, 'max': 5, 'delta': 1, 'offset': 0},
'model_model': {'min': -10, 'max': 10, 'delta': 1, 'offset': 0},
},
'ta500': {
'default': {'units': 'degC', 'color': 'BlueWhiteOrangeRed', 'offset': -273.15},
'full_field': {'colors': ranges_to_string(ranges=[[-40, 0, -10], [0, 25, 5]])},
'full_field': {'colors': ranges_to_string(ranges=[[-40, 0, 10], [0, 25, 5]])},
'bias': {'min': -5, 'max': 5, 'delta': 1, 'offset': 0},
'model_model': {'min': -10, 'max': 10, 'delta': 1, 'offset': 0},
},
Expand Down

0 comments on commit 755b465

Please sign in to comment.