Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

put in colorbar for surface_net_shortwave_flux_difference #1138

Merged
merged 6 commits into from
Feb 14, 2025
47 changes: 46 additions & 1 deletion src/CSET/operators/_colorbar_definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@
"max": 10560,
"min": 9200
},
"atmosphere_mass_of_air_per_unit_area_difference": {
"cmap": "Greys",
"max": 500,
"min": -500
},
"atmosphere_wetplusdry_mass_per_unit_area": {
"cmap": "Greys",
"max": 10560,
Expand Down Expand Up @@ -230,7 +235,12 @@
"grid_surface_snow_amount": {
"cmap": "cool",
"max": 0.01,
"min": 0
"min": 0.0
},
"grid_surface_snow_amount_difference": {
"cmap": "cool",
"max": 0.01,
"min": -0.01
},
"grid_surface_temperature": {
"cmap": "RdYlBu_r",
Expand Down Expand Up @@ -342,6 +352,11 @@
"max": 70.0,
"min": -35.0
},
"radar_reflectivity_at_1km_above_the_surface_difference": {
"cmap": "cubehelix_r",
"max": 100.0,
"min": -100.0
},
"rain_mixing_ratio": {
"cmap": "cividis",
"max": 0.002,
Expand Down Expand Up @@ -387,6 +402,16 @@
"max": 0.05,
"min": -0.05
},
"stratiform_rainfall_flux": {
"cmap": "cividis",
"max": 0.01,
"min": 0
},
"stratiform_rainfall_flux_difference": {
"cmap": "cividis",
"max": 0.01,
"min": -0.01
},
"stratiform_rainfall_rate": {
"cmap": "cividis",
"max": 0.01,
Expand Down Expand Up @@ -534,6 +559,11 @@
"max": 1400,
"min": -1400
},
"surface_net_shortwave_flux_difference": {
"cmap": "bwr",
"max": 1400,
"min": -1400
},
"surface_northward_sea_water_velocity": {
"max": 5.0,
"min": 0.0
Expand All @@ -552,6 +582,16 @@
"max": 5e-06,
"min": -5e-06
},
"surface_snow_amount": {
"cmap": "cool",
"max": 0.01,
"min": 0.0
},
"surface_snow_amount_difference": {
"cmap": "cool",
"max": 0.01,
"min": -0.01
},
"surface_temperature": {
"max": 30.0,
"min": 20.0
Expand Down Expand Up @@ -656,6 +696,11 @@
"max": 5000,
"min": 0
},
"turbulent_mixing_height_difference": {
"cmap": "terrain",
"max": 5000,
"min": -5000
},
"upward_air_velocity": {
"cmap": "bwr",
"max": 5,
Expand Down