Skip to content

Commit ba8f35b

Browse files
committed
Revert "Update ceilometer_cloud_amount_maxrnd"
This reverts commit 760c61a. Fixes #1868
1 parent 9e2ef62 commit ba8f35b

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

src/CSET/cset_workflow/opt/rose-suite-RAL3LFRIC.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ SPATIAL_SURFACE_FIELD_AGGREGATION=True,True,False,True
8282
SPATIAL_SURFACE_FIELD_METHOD=["SEQ", "MEAN"]
8383
SUBAREA_EXTENT=16,16,16,16
8484
SUBAREA_TYPE="gridcells"
85-
SURFACE_FIELDS=["eastward_wind_at_10m", "northward_wind_at_10m", "visibility_in_air", "toa_upward_shortwave_flux", "toa_direct_shortwave_flux", "toa_upward_longwave_flux_radiative_timestep", "grid_surface_upward_sensible_heat_flux", "grid_surface_upward_latent_heat_flux", "grid_surface_temperature", "grid_surface_snow_amount", "surface_net_longwave_flux_radiative_timestep", "surface_downward_shortwave_flux", "surface_downward_longwave_flux", "relative_humidity_at_screen_level", "fog_fraction_at_screen_level", "dew_point_temperature_at_screen_level", "atmosphere_boundary_layer_thickness", "temperature_at_screen_level", "turbulent_mixing_height", "surface_net_shortwave_flux", "surface_microphysical_snowfall_rate", "surface_microphysical_rainfall_rate", "surface_microphysical_rainfall_amount", "maximum_combined_cloud_amount_below_111m_asl", "low_type_cloud_area_fraction", "medium_type_cloud_area_fraction", "high_type_cloud_area_fraction", "ceilometer_cloud_amount_maxrnd", "combined_cloud_amount_maximum_random_overlap", "atmosphere_mass_content_of_cloud_liquid_water", "atmosphere_mass_content_of_cloud_ice", "air_pressure_at_mean_sea_level", "cloud_base_altitude", "number_of_lightning_flashes_in_column", "radar_reflectivity_at_1km_above_the_surface", "atmosphere_mass_of_air_per_unit_area", "atmosphere_mass_content_of_water_vapor"]
85+
SURFACE_FIELDS=["eastward_wind_at_10m", "northward_wind_at_10m", "visibility_in_air", "toa_upward_shortwave_flux", "toa_direct_shortwave_flux", "toa_upward_longwave_flux_radiative_timestep", "grid_surface_upward_sensible_heat_flux", "grid_surface_upward_latent_heat_flux", "grid_surface_temperature", "grid_surface_snow_amount", "surface_net_longwave_flux_radiative_timestep", "surface_downward_shortwave_flux", "surface_downward_longwave_flux", "relative_humidity_at_screen_level", "fog_fraction_at_screen_level", "dew_point_temperature_at_screen_level", "atmosphere_boundary_layer_thickness", "temperature_at_screen_level", "turbulent_mixing_height", "surface_net_shortwave_flux", "surface_microphysical_snowfall_rate", "surface_microphysical_rainfall_rate", "surface_microphysical_rainfall_amount", "maximum_combined_cloud_amount_below_111m_asl", "low_type_cloud_area_fraction", "medium_type_cloud_area_fraction", "high_type_cloud_area_fraction", "ceilometer_filtered_combined_cloud_amount_maximum_random_overlap", "combined_cloud_amount_maximum_random_overlap", "atmosphere_mass_content_of_cloud_liquid_water", "atmosphere_mass_content_of_cloud_ice", "air_pressure_at_mean_sea_level", "cloud_base_altitude", "number_of_lightning_flashes_in_column", "radar_reflectivity_at_1km_above_the_surface", "atmosphere_mass_of_air_per_unit_area", "atmosphere_mass_content_of_water_vapor"]
8686
SURFACE_SINGLE_POINT_TIME_SERIES=False
8787
TIMESERIES_MLEVEL_FIELD=False
8888
TIMESERIES_MLEVEL_FIELD_AGGREGATION=False,False,False,False

src/CSET/operators/_stash_to_lfric.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,10 @@
294294
), # Overwritten below.
295295
"m01s09i216": ("combined_cloud_amount_random_overlap", "face"),
296296
"m01s09i217": ("combined_cloud_amount_maximum_random_overlap", "face"),
297-
"m01s09i233": ("ceilometer_cloud_amount_maxrnd", "face"),
297+
"m01s09i233": (
298+
"ceilometer_filtered_combined_cloud_amount_maximum_random_overlap",
299+
"face",
300+
),
298301
"m01s10i185": ("eastward_wind_increment_from_solver", "face"),
299302
"m01s10i186": ("northward_wind_increment_from_solver", "face"),
300303
"m01s10i187": ("vertical_air_velocity_increment_from_solver", "face"),

0 commit comments

Comments
 (0)