diff --git a/changelog/241.feature.md b/changelog/241.feature.md
new file mode 100644
index 000000000..61b4c0074
--- /dev/null
+++ b/changelog/241.feature.md
@@ -0,0 +1,2 @@
+Added an ESMValTool metric to compute climatologies and zonal mean profiles of
+cloud radiative effects.
diff --git a/packages/climate-ref-esmvaltool/src/climate_ref_esmvaltool/dataset_registry/data.txt b/packages/climate-ref-esmvaltool/src/climate_ref_esmvaltool/dataset_registry/data.txt
index 2ce8fdfa6..a19be9b5d 100644
--- a/packages/climate-ref-esmvaltool/src/climate_ref_esmvaltool/dataset_registry/data.txt
+++ b/packages/climate-ref-esmvaltool/src/climate_ref_esmvaltool/dataset_registry/data.txt
@@ -1,3 +1,15 @@
+ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlut_200003-202311.nc ede887cf2d83c848a0d71316799232e4d717662bd2f78d5aa1fc166b41d9953b
+ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlutcs_200003-202311.nc e70e3273092edf01527970693271641fc6474d1974887d7d272e7d656bab83c2
+ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rsut_200003-202311.nc e31e648886c4fa9c09686672a06ab18fbba687ff0d6de2891616d4c8b74e215d
+ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rsutcs_200003-202311.nc eb96edd9274670aa705eab2a6d1ee0cca11e01ac17096706463e032b58e6be47
+ESMValTool/OBS/Tier2/ESACCI-CLOUD/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_rlut_198201-201612.nc 075144d673a9f2ff49fbe59e701535bf80c04908797a9dca83781000a9b1b7f2
+ESMValTool/OBS/Tier2/ESACCI-CLOUD/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_rlutcs_198201-201612.nc 21f096ecafff659e5c7e3338060425f7194e5d1b39c9510865496e04ecac3d75
+ESMValTool/OBS/Tier2/ESACCI-CLOUD/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_rsut_198201-201612.nc f2c3f3afcdc2e730df7985c210a3de89b0d4f83b150e0c3846f7ac3c5fa9c54a
+ESMValTool/OBS/Tier2/ESACCI-CLOUD/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_rsutcs_198201-201612.nc d180d3140d4c1f6b9bb1960e07b45f192643f047e7c272c8c8c7070296ca3ab7
+ESMValTool/OBS/Tier2/ISCCP-FH/OBS_ISCCP-FH_sat_v0_Amon_rlut_198401-201612.nc 650b347df432f6e5f3f693310aad695a7502f2905ac545753c7d4ccb0592adbe
+ESMValTool/OBS/Tier2/ISCCP-FH/OBS_ISCCP-FH_sat_v0_Amon_rlutcs_198401-201612.nc a90d9e035447f8778a2f64362411c079536d9dea559f6d53d032710b2c9b00e3
+ESMValTool/OBS/Tier2/ISCCP-FH/OBS_ISCCP-FH_sat_v0_Amon_rsut_198401-201612.nc 8afa3afd416500b17bceda5689c43d64277a4c32f99521f79a3603d0e3fe0570
+ESMValTool/OBS/Tier2/ISCCP-FH/OBS_ISCCP-FH_sat_v0_Amon_rsutcs_198401-201612.nc 922aebf600f56a69c7b0b9d4b72eca0edb3dd495bd7a05209a07d4e50bd69b57
ESMValTool/OBS/Tier2/OSI-450-nh/OBS_OSI-450-nh_reanaly_v3_fx_areacello.nc aead9fc03e6773f66c3fa522ddd9cc36ff6a5b47cfab02d3cb9481b52cc2f7cb
ESMValTool/OBS/Tier2/OSI-450-nh/OBS_OSI-450-nh_reanaly_v3_OImon_sic_197901-197912.nc b5fe29fd2864248580043af4bca27a4771cf216ef7db74d645590ba10809dbe8
ESMValTool/OBS/Tier2/OSI-450-nh/OBS_OSI-450-nh_reanaly_v3_OImon_sic_198001-198012.nc ce988e813cae4c59bbb622420e7e339b9e435117486af8aa81afaa54e19d7d68
diff --git a/packages/climate-ref-esmvaltool/src/climate_ref_esmvaltool/diagnostics/__init__.py b/packages/climate-ref-esmvaltool/src/climate_ref_esmvaltool/diagnostics/__init__.py
index cbca700e4..d178a93ab 100644
--- a/packages/climate-ref-esmvaltool/src/climate_ref_esmvaltool/diagnostics/__init__.py
+++ b/packages/climate-ref-esmvaltool/src/climate_ref_esmvaltool/diagnostics/__init__.py
@@ -1,6 +1,7 @@
"""ESMValTool diagnostics."""
from climate_ref_esmvaltool.diagnostics.climate_at_global_warming_levels import ClimateAtGlobalWarmingLevels
+from climate_ref_esmvaltool.diagnostics.cloud_radiative_effects import CloudRadiativeEffects
from climate_ref_esmvaltool.diagnostics.ecs import EquilibriumClimateSensitivity
from climate_ref_esmvaltool.diagnostics.example import GlobalMeanTimeseries
from climate_ref_esmvaltool.diagnostics.sea_ice_area_seasonal_cycle import SeaIceAreaSeasonalCycle
@@ -10,6 +11,7 @@
__all__ = [
"ClimateAtGlobalWarmingLevels",
+ "CloudRadiativeEffects",
"EquilibriumClimateSensitivity",
"GlobalMeanTimeseries",
"SeaIceAreaSeasonalCycle",
diff --git a/packages/climate-ref-esmvaltool/src/climate_ref_esmvaltool/diagnostics/cloud_radiative_effects.py b/packages/climate-ref-esmvaltool/src/climate_ref_esmvaltool/diagnostics/cloud_radiative_effects.py
new file mode 100644
index 000000000..b604280ec
--- /dev/null
+++ b/packages/climate-ref-esmvaltool/src/climate_ref_esmvaltool/diagnostics/cloud_radiative_effects.py
@@ -0,0 +1,79 @@
+import pandas
+
+from climate_ref_core.constraints import (
+ AddSupplementaryDataset,
+ RequireContiguousTimerange,
+ RequireFacets,
+ RequireOverlappingTimerange,
+)
+from climate_ref_core.datasets import FacetFilter, SourceDatasetType
+from climate_ref_core.diagnostics import DataRequirement
+from climate_ref_esmvaltool.diagnostics.base import ESMValToolDiagnostic
+from climate_ref_esmvaltool.recipe import dataframe_to_recipe
+from climate_ref_esmvaltool.types import Recipe
+
+
+class CloudRadiativeEffects(ESMValToolDiagnostic):
+ """
+ Plot climatologies and zonal mean profiles of cloud radiative effects (sw + lw) for a dataset.
+ """
+
+ name = "Climatologies and zonal mean profiles of cloud radiative effects"
+ slug = "cloud-radiative-effects"
+ base_recipe = "ref/recipe_ref_cre.yml"
+
+ # TODO: These facets are needed to pass metric bundle validation,
+ # in the integration test, but this diagnostic does not produce a metric.
+ # Should they be removed?
+ facets = ("model", "metric")
+
+ variables = (
+ "rlut",
+ "rlutcs",
+ "rsut",
+ "rsutcs",
+ )
+ data_requirements = (
+ DataRequirement(
+ source_type=SourceDatasetType.CMIP6,
+ filters=(
+ FacetFilter(
+ facets={
+ "variable_id": variables,
+ "experiment_id": ("historical",),
+ }
+ ),
+ ),
+ group_by=("source_id", "member_id", "grid_label"),
+ constraints=(
+ RequireFacets("variable_id", variables),
+ RequireContiguousTimerange(group_by=("instance_id",)),
+ RequireOverlappingTimerange(group_by=("instance_id",)),
+ AddSupplementaryDataset.from_defaults("areacella", SourceDatasetType.CMIP6),
+ ),
+ ),
+ # TODO: Use CERES-EBAF, ESACCI-CLOUD, and ISCCP-FH from obs4MIPs once available.
+ )
+
+ @staticmethod
+ def update_recipe(recipe: Recipe, input_files: pandas.DataFrame) -> None:
+ """Update the recipe."""
+ recipe_variables = dataframe_to_recipe(input_files)
+ recipe_variables = {k: v for k, v in recipe_variables.items() if k != "areacella"}
+
+ # Select a timerange covered by all datasets.
+ start_times, end_times = [], []
+ for variable in recipe_variables.values():
+ for dataset in variable["additional_datasets"]:
+ start, end = dataset["timerange"].split("/")
+ start_times.append(start)
+ end_times.append(end)
+ start_time = max(start_times)
+ start_time = max(start_time, "20010101T000000") # Earliest observational dataset availability
+ timerange = f"{start_time}/{min(end_times)}"
+
+ datasets = recipe_variables["rsut"]["additional_datasets"]
+ for dataset in datasets:
+ dataset.pop("timerange")
+ recipe["datasets"] = datasets
+ recipe["timerange_for_models"] = timerange
diff --git a/packages/climate-ref-esmvaltool/src/climate_ref_esmvaltool/recipe.py b/packages/climate-ref-esmvaltool/src/climate_ref_esmvaltool/recipe.py
index cce89026d..912b2ea37 100644
--- a/packages/climate-ref-esmvaltool/src/climate_ref_esmvaltool/recipe.py
+++ b/packages/climate-ref-esmvaltool/src/climate_ref_esmvaltool/recipe.py
@@ -126,7 +126,8 @@ def dataframe_to_recipe(files: pd.DataFrame) -> dict[str, Any]:
base_url=f"https://raw.githubusercontent.com/ESMValGroup/ESMValTool/{_ESMVALTOOL_COMMIT}/esmvaltool/recipes/",
env="REF_METRICS_ESMVALTOOL_DATA_DIR",
)
-_RECIPES.load_registry(str(importlib.resources.files("climate_ref_esmvaltool").joinpath("recipes.txt")))
+with importlib.resources.files("climate_ref_esmvaltool").joinpath("recipes.txt").open("rb") as _buffer:
+ _RECIPES.load_registry(_buffer)
def load_recipe(recipe: str) -> Recipe:
diff --git a/packages/climate-ref-esmvaltool/src/climate_ref_esmvaltool/recipes.txt b/packages/climate-ref-esmvaltool/src/climate_ref_esmvaltool/recipes.txt
index 70ffab832..6a607d19c 100644
--- a/packages/climate-ref-esmvaltool/src/climate_ref_esmvaltool/recipes.txt
+++ b/packages/climate-ref-esmvaltool/src/climate_ref_esmvaltool/recipes.txt
@@ -4,4 +4,5 @@ recipe_ecs.yml 0cc57034fcb64e32015b4ff949ece5df8cdb8c6f493618b50cede
recipe_tcr.yml 35f9ef035a4e71aff5cac5dd26c49da2162fc00291bf3b0bd16b661b7b2f606b
recipe_tcre.yml 4668e357e00c515a8264ac75cb319ce558289689e10189e6f9e982886c414c94
recipe_zec.yml b0af7f789b7610ab3f29a6617124aa40c40866ead958204fc199eaf82863de51
+ref/recipe_ref_cre.yml 4f35d9639f1008be3b5382a5bd8933a855cb5368ccf5d04a1c70227172e2e82c
ref/recipe_ref_sea_ice_area_basic.yml 552e282a16ec355778b06f33897e1b8ba8388e5f8a5f814c4c42d91f63007457
diff --git a/packages/climate-ref-esmvaltool/tests/unit/diagnostics/input_files_cloud_radiative_effects.json b/packages/climate-ref-esmvaltool/tests/unit/diagnostics/input_files_cloud_radiative_effects.json
new file mode 100644
index 000000000..e10591f2b
--- /dev/null
+++ b/packages/climate-ref-esmvaltool/tests/unit/diagnostics/input_files_cloud_radiative_effects.json
@@ -0,0 +1,218 @@
+{
+ "start_time":{
+ "4":"1850-01-16T12:00:00.000",
+ "3":"1850-01-16T12:00:00.000",
+ "2":"1850-01-16T12:00:00.000",
+ "1":"1850-01-16T12:00:00.000"
+ },
+ "end_time":{
+ "4":"2014-12-16T12:00:00.000",
+ "3":"2014-12-16T12:00:00.000",
+ "2":"2014-12-16T12:00:00.000",
+ "1":"2014-12-16T12:00:00.000"
+ },
+ "path":{
+ "4":"\/work\/bd0854\/DATA\/ESMValTool2\/CMIP6_DKRZ\/CMIP\/CSIRO\/ACCESS-ESM1-5\/historical\/r1i1p1f1\/Amon\/rsut\/gn\/v20191115\/rsut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_185001-201412.nc",
+ "3":"\/work\/bd0854\/DATA\/ESMValTool2\/CMIP6_DKRZ\/CMIP\/CSIRO\/ACCESS-ESM1-5\/historical\/r1i1p1f1\/Amon\/rsutcs\/gn\/v20191115\/rsutcs_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_185001-201412.nc",
+ "2":"\/work\/bd0854\/DATA\/ESMValTool2\/CMIP6_DKRZ\/CMIP\/CSIRO\/ACCESS-ESM1-5\/historical\/r1i1p1f1\/Amon\/rlutcs\/gn\/v20191115\/rlutcs_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_185001-201412.nc",
+ "1":"\/work\/bd0854\/DATA\/ESMValTool2\/CMIP6_DKRZ\/CMIP\/CSIRO\/ACCESS-ESM1-5\/historical\/r1i1p1f1\/Amon\/rlut\/gn\/v20191115\/rlut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_185001-201412.nc"
+ },
+ "activity_id":{
+ "4":"CMIP",
+ "3":"CMIP",
+ "2":"CMIP",
+ "1":"CMIP"
+ },
+ "branch_method":{
+ "4":"standard",
+ "3":"standard",
+ "2":"standard",
+ "1":"standard"
+ },
+ "branch_time_in_child":{
+ "4":0.0,
+ "3":0.0,
+ "2":0.0,
+ "1":0.0
+ },
+ "branch_time_in_parent":{
+ "4":21915.0,
+ "3":21915.0,
+ "2":21915.0,
+ "1":21915.0
+ },
+ "experiment":{
+ "4":"all-forcing simulation of the recent past",
+ "3":"all-forcing simulation of the recent past",
+ "2":"all-forcing simulation of the recent past",
+ "1":"all-forcing simulation of the recent past"
+ },
+ "experiment_id":{
+ "4":"historical",
+ "3":"historical",
+ "2":"historical",
+ "1":"historical"
+ },
+ "frequency":{
+ "4":"mon",
+ "3":"mon",
+ "2":"mon",
+ "1":"mon"
+ },
+ "grid":{
+ "4":"native atmosphere N96 grid (145x192 latxlon)",
+ "3":"native atmosphere N96 grid (145x192 latxlon)",
+ "2":"native atmosphere N96 grid (145x192 latxlon)",
+ "1":"native atmosphere N96 grid (145x192 latxlon)"
+ },
+ "grid_label":{
+ "4":"gn",
+ "3":"gn",
+ "2":"gn",
+ "1":"gn"
+ },
+ "institution_id":{
+ "4":"CSIRO",
+ "3":"CSIRO",
+ "2":"CSIRO",
+ "1":"CSIRO"
+ },
+ "nominal_resolution":{
+ "4":"250 km",
+ "3":"250 km",
+ "2":"250 km",
+ "1":"250 km"
+ },
+ "parent_activity_id":{
+ "4":"CMIP",
+ "3":"CMIP",
+ "2":"CMIP",
+ "1":"CMIP"
+ },
+ "parent_experiment_id":{
+ "4":"piControl",
+ "3":"piControl",
+ "2":"piControl",
+ "1":"piControl"
+ },
+ "parent_source_id":{
+ "4":"ACCESS-ESM1-5",
+ "3":"ACCESS-ESM1-5",
+ "2":"ACCESS-ESM1-5",
+ "1":"ACCESS-ESM1-5"
+ },
+ "parent_time_units":{
+ "4":"days since 0101-1-1",
+ "3":"days since 0101-1-1",
+ "2":"days since 0101-1-1",
+ "1":"days since 0101-1-1"
+ },
+ "parent_variant_label":{
+ "4":"r1i1p1f1",
+ "3":"r1i1p1f1",
+ "2":"r1i1p1f1",
+ "1":"r1i1p1f1"
+ },
+ "product":{
+ "4":"model-output",
+ "3":"model-output",
+ "2":"model-output",
+ "1":"model-output"
+ },
+ "realm":{
+ "4":"atmos",
+ "3":"atmos",
+ "2":"atmos",
+ "1":"atmos"
+ },
+ "source_id":{
+ "4":"ACCESS-ESM1-5",
+ "3":"ACCESS-ESM1-5",
+ "2":"ACCESS-ESM1-5",
+ "1":"ACCESS-ESM1-5"
+ },
+ "source_type":{
+ "4":"AOGCM",
+ "3":"AOGCM",
+ "2":"AOGCM",
+ "1":"AOGCM"
+ },
+ "sub_experiment":{
+ "4":"none",
+ "3":"none",
+ "2":"none",
+ "1":"none"
+ },
+ "sub_experiment_id":{
+ "4":"none",
+ "3":"none",
+ "2":"none",
+ "1":"none"
+ },
+ "table_id":{
+ "4":"Amon",
+ "3":"Amon",
+ "2":"Amon",
+ "1":"Amon"
+ },
+ "variable_id":{
+ "4":"rsut",
+ "3":"rsutcs",
+ "2":"rlutcs",
+ "1":"rlut"
+ },
+ "variant_label":{
+ "4":"r1i1p1f1",
+ "3":"r1i1p1f1",
+ "2":"r1i1p1f1",
+ "1":"r1i1p1f1"
+ },
+ "member_id":{
+ "4":"r1i1p1f1",
+ "3":"r1i1p1f1",
+ "2":"r1i1p1f1",
+ "1":"r1i1p1f1"
+ },
+ "standard_name":{
+ "4":"toa_outgoing_shortwave_flux",
+ "3":"toa_outgoing_shortwave_flux_assuming_clear_sky",
+ "2":"toa_outgoing_longwave_flux_assuming_clear_sky",
+ "1":"toa_outgoing_longwave_flux"
+ },
+ "long_name":{
+ "4":"TOA Outgoing Shortwave Radiation",
+ "3":"TOA Outgoing Clear-Sky Shortwave Radiation",
+ "2":"TOA Outgoing Clear-Sky Longwave Radiation",
+ "1":"TOA Outgoing Longwave Radiation"
+ },
+ "units":{
+ "4":"W m-2",
+ "3":"W m-2",
+ "2":"W m-2",
+ "1":"W m-2"
+ },
+ "vertical_levels":{
+ "4":1,
+ "3":1,
+ "2":1,
+ "1":1
+ },
+ "init_year":{
+ "4":null,
+ "3":null,
+ "2":null,
+ "1":null
+ },
+ "version":{
+ "4":"v20191115",
+ "3":"v20191115",
+ "2":"v20191115",
+ "1":"v20191115"
+ },
+ "instance_id":{
+ "4":"CMIP6.CMIP.CSIRO.ACCESS-ESM1-5.historical.r1i1p1f1.Amon.rsut.gn.v20191115",
+ "3":"CMIP6.CMIP.CSIRO.ACCESS-ESM1-5.historical.r1i1p1f1.Amon.rsutcs.gn.v20191115",
+ "2":"CMIP6.CMIP.CSIRO.ACCESS-ESM1-5.historical.r1i1p1f1.Amon.rlutcs.gn.v20191115",
+ "1":"CMIP6.CMIP.CSIRO.ACCESS-ESM1-5.historical.r1i1p1f1.Amon.rlut.gn.v20191115"
+ }
+}
diff --git a/packages/climate-ref-esmvaltool/tests/unit/diagnostics/test_cloud_radiative_effects.py b/packages/climate-ref-esmvaltool/tests/unit/diagnostics/test_cloud_radiative_effects.py
new file mode 100644
index 000000000..5d99401d8
--- /dev/null
+++ b/packages/climate-ref-esmvaltool/tests/unit/diagnostics/test_cloud_radiative_effects.py
@@ -0,0 +1,27 @@
+from pathlib import Path
+
+import pandas
+from climate_ref_esmvaltool.diagnostics import CloudRadiativeEffects
+from climate_ref_esmvaltool.recipe import load_recipe
+
+
+def test_update_recipe():
+ # Insert the following code in CloudRadiativeEffects.update_recipe to
+ # save an example input dataframe:
+ # input_files.to_json(Path("input_files_cloud_radiative_effects.json"), indent=4, date_format="iso")
+ input_files = pandas.read_json(Path(__file__).parent / "input_files_cloud_radiative_effects.json")
+ recipe = load_recipe("ref/recipe_ref_cre.yml")
+ CloudRadiativeEffects().update_recipe(recipe, input_files)
+ assert recipe["datasets"] == [
+ {
+ "activity": "CMIP",
+ "dataset": "ACCESS-ESM1-5",
+ "ensemble": "r1i1p1f1",
+ "exp": "historical",
+ "grid": "gn",
+ "institute": "CSIRO",
+ "mip": "Amon",
+ "project": "CMIP6",
+ },
+ ]
+ assert recipe["timerange_for_models"] == "20010101T000000/20141216T120000"
diff --git a/packages/climate-ref/src/climate_ref/testing.py b/packages/climate-ref/src/climate_ref/testing.py
index 0fb6c1de3..2be7512a2 100644
--- a/packages/climate-ref/src/climate_ref/testing.py
+++ b/packages/climate-ref/src/climate_ref/testing.py
@@ -102,9 +102,7 @@ def validate_result(diagnostic: Diagnostic, config: Config, result: ExecutionRes
# Validate bundles
metric_bundle = CMECMetric.load_from_json(result.to_output_path(result.metric_bundle_filename))
- assert diagnostic.facets == tuple(metric_bundle.DIMENSIONS.root["json_structure"]), (
- metric_bundle.DIMENSIONS.root["json_structure"]
- )
+ assert diagnostic.facets == tuple(metric_bundle.DIMENSIONS.root["json_structure"])
CMECOutput.load_from_json(result.to_output_path(result.output_bundle_filename))
# Create a fake log file if one doesn't exist
diff --git a/tests/test-data/regression/esmvaltool/cloud-radiative-effects/cmip6_gn_r1i1p1f1_ACCESS-ESM1-5/config/config.yml b/tests/test-data/regression/esmvaltool/cloud-radiative-effects/cmip6_gn_r1i1p1f1_ACCESS-ESM1-5/config/config.yml
new file mode 100644
index 000000000..f54f7861c
--- /dev/null
+++ b/tests/test-data/regression/esmvaltool/cloud-radiative-effects/cmip6_gn_r1i1p1f1_ACCESS-ESM1-5/config/config.yml
@@ -0,0 +1,14 @@
+drs:
+ CMIP6: ESGF
+ OBS: default
+ OBS6: default
+ native6: default
+output_dir:
+ /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions
+rootpath:
+ default:
+ /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data
+ OBS: /home/bandela/.cache/ref/ESMValTool/OBS
+ OBS6: /home/bandela/.cache/ref/ESMValTool/OBS6
+ native6: /home/bandela/.cache/ref/ESMValTool/RAWOBS
+search_esgf: never
diff --git a/tests/test-data/regression/esmvaltool/cloud-radiative-effects/cmip6_gn_r1i1p1f1_ACCESS-ESM1-5/diagnostic.json b/tests/test-data/regression/esmvaltool/cloud-radiative-effects/cmip6_gn_r1i1p1f1_ACCESS-ESM1-5/diagnostic.json
new file mode 100644
index 000000000..2f4603c0f
--- /dev/null
+++ b/tests/test-data/regression/esmvaltool/cloud-radiative-effects/cmip6_gn_r1i1p1f1_ACCESS-ESM1-5/diagnostic.json
@@ -0,0 +1,14 @@
+{
+ "DIMENSIONS": {
+ "json_structure": [
+ "model",
+ "metric"
+ ],
+ "model": {},
+ "metric": {}
+ },
+ "RESULTS": {},
+ "PROVENANCE": null,
+ "DISCLAIMER": null,
+ "NOTES": null
+}
\ No newline at end of file
diff --git a/tests/test-data/regression/esmvaltool/cloud-radiative-effects/cmip6_gn_r1i1p1f1_ACCESS-ESM1-5/executions/recipe_20250508_085102/index.html b/tests/test-data/regression/esmvaltool/cloud-radiative-effects/cmip6_gn_r1i1p1f1_ACCESS-ESM1-5/executions/recipe_20250508_085102/index.html
new file mode 100644
index 000000000..c5e8a83e7
--- /dev/null
+++ b/tests/test-data/regression/esmvaltool/cloud-radiative-effects/cmip6_gn_r1i1p1f1_ACCESS-ESM1-5/executions/recipe_20250508_085102/index.html
@@ -0,0 +1,635 @@
+
+
+
+
+
+
+
+ Recipe
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Model evaluation with focus on the cloud radiative effect.
+
+
+ Plot climatologies and zonal mean profiles of cloud radiative effects
+(sw + lw) for the REF.
+
+
+Authors
+
+
+
+Maintainers
+
+
+
+Projects
+
+
+
+References
+
+
+
+
+
+
+
+
+
+
+
+ All
+
+
+
+ Plot_Maps
+
+
+
+ Plot_Profiles
+
+
+
+
+
+
+
+
+
Plot_Maps
+
Plot lwcre climatology maps including reference datasets.
+
+
+
+
+
Plot Maps: Plot
+
+
+
+
+
+
+
+
+
+
+
+
+
Data files Show/Hide
+
+
+
+
+
+
+
+ Map plot of TOA Longwave Cloud Radiative Effect of dataset CMIP6 including bias relative to OBS. The number in the top left corner corresponds to the spatial mean (weighted by grid cell areas). |
+ download |
+ references |
+ extra data citation |
+ provenance
+
+
+
+
+
+ Map plot of TOA Longwave Cloud Radiative Effect of dataset CMIP6 including bias relative to OBS. The number in the top left corner corresponds to the spatial mean (weighted by grid cell areas). |
+ download |
+ references |
+ extra data citation |
+ provenance
+
+
+
+
+
+ Map plot of TOA Longwave Cloud Radiative Effect of dataset CMIP6 including bias relative to OBS. The number in the top left corner corresponds to the spatial mean (weighted by grid cell areas). |
+ download |
+ references |
+ extra data citation |
+ provenance
+
+
+
+
+
+ Map plot of TOA Shortwave Cloud Radiative Effect of dataset CMIP6 including bias relative to OBS. The number in the top left corner corresponds to the spatial mean (weighted by grid cell areas). |
+ download |
+ references |
+ extra data citation |
+ provenance
+
+
+
+
+
+ Map plot of TOA Shortwave Cloud Radiative Effect of dataset CMIP6 including bias relative to OBS. The number in the top left corner corresponds to the spatial mean (weighted by grid cell areas). |
+ download |
+ references |
+ extra data citation |
+ provenance
+
+
+
+
+
+ Map plot of TOA Shortwave Cloud Radiative Effect of dataset CMIP6 including bias relative to OBS. The number in the top left corner corresponds to the spatial mean (weighted by grid cell areas). |
+ download |
+ references |
+ extra data citation |
+ provenance
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Plot_Profiles
+
Plot lwcre zonal mean including reference datasets.
+
+
+
+
+
Plot Profiles: Plot
+
+
+
+
+
+
+
+
+
+
+
+
+
Data files Show/Hide
+
+
+
+
+
+
+
+
+
+
+ Files
+
+
+ main_log.txt |
+ main_log_debug.txt |
+ recipe.yml |
+ figures |
+ data
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tests/test-data/regression/esmvaltool/cloud-radiative-effects/cmip6_gn_r1i1p1f1_ACCESS-ESM1-5/executions/recipe_20250508_085102/plots/plot_maps/plot/map_lwcre_ACCESS-ESM1-5_Amon.png b/tests/test-data/regression/esmvaltool/cloud-radiative-effects/cmip6_gn_r1i1p1f1_ACCESS-ESM1-5/executions/recipe_20250508_085102/plots/plot_maps/plot/map_lwcre_ACCESS-ESM1-5_Amon.png
new file mode 100644
index 000000000..e7db12c4d
Binary files /dev/null and b/tests/test-data/regression/esmvaltool/cloud-radiative-effects/cmip6_gn_r1i1p1f1_ACCESS-ESM1-5/executions/recipe_20250508_085102/plots/plot_maps/plot/map_lwcre_ACCESS-ESM1-5_Amon.png differ
diff --git a/tests/test-data/regression/esmvaltool/cloud-radiative-effects/cmip6_gn_r1i1p1f1_ACCESS-ESM1-5/executions/recipe_20250508_085102/plots/plot_maps/plot/map_lwcre_ACCESS-ESM1-5_Amon_citation.bibtex b/tests/test-data/regression/esmvaltool/cloud-radiative-effects/cmip6_gn_r1i1p1f1_ACCESS-ESM1-5/executions/recipe_20250508_085102/plots/plot_maps/plot/map_lwcre_ACCESS-ESM1-5_Amon_citation.bibtex
new file mode 100644
index 000000000..3aa17cfb6
--- /dev/null
+++ b/tests/test-data/regression/esmvaltool/cloud-radiative-effects/cmip6_gn_r1i1p1f1_ACCESS-ESM1-5/executions/recipe_20250508_085102/plots/plot_maps/plot/map_lwcre_ACCESS-ESM1-5_Amon_citation.bibtex
@@ -0,0 +1,22 @@
+@article{righi20gmd,
+ doi = {10.5194/gmd-13-1179-2020},
+ url = {https://doi.org/10.5194/gmd-13-1179-2020},
+ year = {2020},
+ month = mar,
+ publisher = {Copernicus {GmbH}},
+ volume = {13},
+ number = {3},
+ pages = {1179--1199},
+ author = {Mattia Righi and Bouwe Andela and Veronika Eyring and Axel Lauer and Valeriu Predoi and Manuel Schlund and Javier Vegas-Regidor and Lisa Bock and Bj"{o}rn Br"{o}tz and Lee de Mora and Faruk Diblen and Laura Dreyer and Niels Drost and Paul Earnshaw and Birgit Hassler and Nikolay Koldunov and Bill Little and Saskia Loosveldt Tomas and Klaus Zimmermann},
+ title = {Earth System Model Evaluation Tool (ESMValTool) v2.0 -- technical overview},
+ journal = {Geoscientific Model Development}
+}
+
+@misc{https://doi.org/10.22033/ESGF/CMIP6.4272,
+ url = {https://doi.org/10.22033/ESGF/CMIP6.4272},
+ title = {CSIRO ACCESS-ESM1.5 model output prepared for CMIP6 CMIP historical},
+ publisher = {Earth System Grid Federation},
+ year = 2019,
+ author = {Ziehn, Tilo and Chamberlain, Matthew and Lenton, Andrew and Law, Rachel and Bodman, Roger and Dix, Martin and Wang, Yingping and Dobrohotoff, Peter and Srbinovsky, Jhan and Stevens, Lauren and Vohralik, Peter and Mackallah, Chloe and Sullivan, Arnold and O'Farrell, Siobhan and Druken, Kelsey},
+ doi = {10.22033/ESGF/CMIP6.4272},
+}
diff --git a/tests/test-data/regression/esmvaltool/cloud-radiative-effects/cmip6_gn_r1i1p1f1_ACCESS-ESM1-5/executions/recipe_20250508_085102/plots/plot_maps/plot/map_lwcre_ACCESS-ESM1-5_Amon_data_citation_info.txt b/tests/test-data/regression/esmvaltool/cloud-radiative-effects/cmip6_gn_r1i1p1f1_ACCESS-ESM1-5/executions/recipe_20250508_085102/plots/plot_maps/plot/map_lwcre_ACCESS-ESM1-5_Amon_data_citation_info.txt
new file mode 100644
index 000000000..eaa82e665
--- /dev/null
+++ b/tests/test-data/regression/esmvaltool/cloud-radiative-effects/cmip6_gn_r1i1p1f1_ACCESS-ESM1-5/executions/recipe_20250508_085102/plots/plot_maps/plot/map_lwcre_ACCESS-ESM1-5_Amon_data_citation_info.txt
@@ -0,0 +1,5 @@
+Follow the links below to find more information about CMIP6 data:
+- https://cera-www.dkrz.de/WDCC/ui/cerasearch/cmip6?input=CMIP6.CMIP.CSIRO.ACCESS-ESM1-5.historical
+
+Additional data citation information was found, for which no entry is available in the bibtex file:
+- doi:10.1175/jcli-d-17-0208.1
diff --git a/tests/test-data/regression/esmvaltool/cloud-radiative-effects/cmip6_gn_r1i1p1f1_ACCESS-ESM1-5/executions/recipe_20250508_085102/plots/plot_maps/plot/map_lwcre_ACCESS-ESM1-5_Amon_provenance.xml b/tests/test-data/regression/esmvaltool/cloud-radiative-effects/cmip6_gn_r1i1p1f1_ACCESS-ESM1-5/executions/recipe_20250508_085102/plots/plot_maps/plot/map_lwcre_ACCESS-ESM1-5_Amon_provenance.xml
new file mode 100644
index 000000000..369986370
--- /dev/null
+++ b/tests/test-data/regression/esmvaltool/cloud-radiative-effects/cmip6_gn_r1i1p1f1_ACCESS-ESM1-5/executions/recipe_20250508_085102/plots/plot_maps/plot/map_lwcre_ACCESS-ESM1-5_Amon_provenance.xml
@@ -0,0 +1,296 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ OBS
+ CERES-EBAF
+ True
+ plot_maps
+ 2014
+ /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_maps/lwcre/OBS_CERES-EBAF_sat_Ed4.2_Amon_lwcre_2005-2014.nc
+ mon
+ TOA Longwave Cloud Radiative Effect
+ Amon
+ ['atmos']
+ lwcre
+ full_climatology
+ OBS
+ 1
+ True
+ lwcre
+ 2005
+ 2
+ 2005/2014
+ sat
+ W m-2
+ lwcre
+ Ed4.2
+ {'period': 'full'}
+ {'short_name': 'lwcre', 'standard_name': '', 'long_name': 'TOA Longwave Cloud Radiative Effect', 'units': 'W m-2'}
+ {'target_grid': '1x1', 'scheme': {'reference': 'esmf_regrid.schemes:ESMFAreaWeighted'}}
+ {}
+ {'compress': False, 'compute': False, 'filename': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_maps/lwcre/OBS_CERES-EBAF_sat_Ed4.2_Amon_lwcre_2005-2014.nc')}
+
+
+ CF-1.7
+ Created on 2024-03-08 10:54:34
+ levante2.lvt.dkrz.de
+ Amon
+ sat
+ up
+ OBS
+ doi:10.1175/jcli-d-17-0208.1
+ https://ceres-tool.larc.nasa.gov/ord-tool/jsp/EBAFTOA42Selection.jsp
+ 2
+ CERES-EBAF data reformatted for ESMValTool v2.11.0.dev34+g9a8f66d6e.d20240123
+ b309141
+ Ed4.2
+
+
+
+
+
+
+
+ manuel.schlund@dlr.de
+ schlunma
+ DLR, Germany
+ https://orcid.org/0000-0001-5251-0158
+
+
+ CF-1.7 CMIP-6.2
+ CMIP
+ standard
+ 0.0
+ 21915.0
+ 3.4.0
+ 2019-11-15T07:06:03Z
+ 01.00.30
+ all-forcing simulation of the recent past
+ historical
+ areacella
+ 1
+ mon
+ https://furtherinfo.es-doc.org/CMIP6.CSIRO.ACCESS-ESM1-5.historical.none.r1i1p1f1
+ native atmosphere N96 grid (145x192 latxlon)
+ gn
+ 2019-11-15T07:06:03Z ; CMOR rewrote data to be consistent with CMIP6, CF-1.7 CMIP-6.2 and CF standards.
+ 1
+ Commonwealth Scientific and Industrial Research Organisation, Aspendale, Victoria 3195, Australia
+ CSIRO
+ CMIP6 model data produced by CSIRO is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License (https://creativecommons.org/licenses/). Consult https://pcmdi.llnl.gov/CMIP6/TermsOfUse for terms of use governing CMIP6 output, including citation requirements and proper acknowledgment. Further information about this data, including some limitations, can be found via the further_info_url (recorded as a global attribute in this file). The data producers and data providers make no warranty, either express or implied, including, but not limited to, warranties of merchantability and fitness for a particular purpose. All liabilities arising from the supply of the information (including any liability arising in negligence) are excluded to the fullest extent permitted by law.
+ CMIP6
+ 250 km
+ Exp: ESM-historical; Local ID: HI-05; Variable: rlutcs (['fld_s02i206'])
+ CMIP
+ piControl
+ CMIP6
+ ACCESS-ESM1-5
+ days since 0101-1-1
+ r1i1p1f1
+ 1
+ model-output
+ 1
+ atmos
+ forcing: GHG, Oz, SA, Sl, Vl, BC, OC, (GHG = CO2, N2O, CH4, CFC11, CFC12, CFC113, HCFC22, HFC125, HFC134a)
+ ACCESS-ESM1.5 (2019):
+aerosol: CLASSIC (v1.0)
+atmos: HadGAM2 (r1.1, N96; 192 x 145 longitude/latitude; 38 levels; top level 39255 m)
+atmosChem: none
+land: CABLE2.4
+landIce: none
+ocean: ACCESS-OM2 (MOM5, tripolar primarily 1deg; 360 x 300 longitude/latitude; 50 levels; top grid cell 0-10 m)
+ocnBgchem: WOMBAT (same grid as ocean)
+seaIce: CICE4.1 (same grid as ocean)
+ ACCESS-ESM1-5
+ AOGCM
+ none
+ none
+ Amon
+ Creation Date:(30 April 2019) MD5:e14f55f257cceafb2523e41244962371
+ ACCESS-ESM1-5 output prepared for CMIP6
+ hdl:21.14100/ef79bd94-0d45-483b-8fea-d769e15b5922
+ rlutcs
+ r1i1p1f1
+ v20191115
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ axel.lauer@dlr.de
+ DLR, Germany
+ https://orcid.org/0000-0002-9270-1044
+
+
+ Plot climatologies and zonal mean profiles of cloud radiative effects (sw + lw) for the REF.
+
+ []
+
+
+
+
+
+
+
+ Map plot of TOA Longwave Cloud Radiative Effect of dataset CMIP6 including bias relative to OBS. The number in the top left corner corresponds to the spatial mean (weighted by grid cell areas).
+ ['TOA Longwave Cloud Radiative Effect']
+ {plot_type}_{real_name}_{dataset}_{mip}
+ {plot_dir}
+ ('world map',)
+ {'map': {'common_cbar': True, 'x_pos_stats_avg': -0.1, 'fontsize': 10}}
+ tcp://127.0.0.1:38045
+ plot
+ monitor/multi_datasets.py
+
+
+
+
+
+
+
+ CF-1.7
+ Created on 2024-03-08 10:54:34
+ levante2.lvt.dkrz.de
+ Amon
+ sat
+ up
+ OBS
+ doi:10.1175/jcli-d-17-0208.1
+ https://ceres-tool.larc.nasa.gov/ord-tool/jsp/EBAFTOA42Selection.jsp
+ 2
+ CERES-EBAF data reformatted for ESMValTool v2.11.0.dev34+g9a8f66d6e.d20240123
+ b309141
+ Ed4.2
+
+
+ CMIP
+ CMIP6
+ ACCESS-ESM1-5
+ True
+ plot_maps
+ 2014
+ r1i1p1f1
+ historical
+ /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_maps/lwcre/CMIP6_ACCESS-ESM1-5_Amon_historical_r1i1p1f1_lwcre_gn_2005-2014.nc
+ mon
+ gn
+ CSIRO
+ TOA Longwave Cloud Radiative Effect
+ Amon
+ ['atmos']
+ lwcre
+ full_climatology
+ CMIP6
+ 0
+ lwcre
+ 2005
+ 2005/2014
+ W m-2
+ lwcre
+ v20191115
+ {'period': 'full'}
+ {'short_name': 'lwcre', 'standard_name': '', 'long_name': 'TOA Longwave Cloud Radiative Effect', 'units': 'W m-2'}
+ {'target_grid': '1x1', 'scheme': {'reference': 'esmf_regrid.schemes:ESMFAreaWeighted'}}
+ {}
+ {'compress': False, 'compute': False, 'filename': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_maps/lwcre/CMIP6_ACCESS-ESM1-5_Amon_historical_r1i1p1f1_lwcre_gn_2005-2014.nc')}
+
+
+
+
+
+
+
+
+ CF-1.7 CMIP-6.2
+ CMIP
+ standard
+ 0.0
+ 21915.0
+ 3.4.0
+ 2019-11-15T06:37:46Z
+ 01.00.30
+ all-forcing simulation of the recent past
+ historical
+ areacella
+ 1
+ mon
+ https://furtherinfo.es-doc.org/CMIP6.CSIRO.ACCESS-ESM1-5.historical.none.r1i1p1f1
+ native atmosphere N96 grid (145x192 latxlon)
+ gn
+ 2019-11-15T06:37:46Z ; CMOR rewrote data to be consistent with CMIP6, CF-1.7 CMIP-6.2 and CF standards.
+ 1
+ Commonwealth Scientific and Industrial Research Organisation, Aspendale, Victoria 3195, Australia
+ CSIRO
+ CMIP6 model data produced by CSIRO is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License (https://creativecommons.org/licenses/). Consult https://pcmdi.llnl.gov/CMIP6/TermsOfUse for terms of use governing CMIP6 output, including citation requirements and proper acknowledgment. Further information about this data, including some limitations, can be found via the further_info_url (recorded as a global attribute in this file). The data producers and data providers make no warranty, either express or implied, including, but not limited to, warranties of merchantability and fitness for a particular purpose. All liabilities arising from the supply of the information (including any liability arising in negligence) are excluded to the fullest extent permitted by law.
+ CMIP6
+ 250 km
+ Exp: ESM-historical; Local ID: HI-05; Variable: rlut (['fld_s03i332'])
+ CMIP
+ piControl
+ CMIP6
+ ACCESS-ESM1-5
+ days since 0101-1-1
+ r1i1p1f1
+ 1
+ model-output
+ 1
+ atmos
+ forcing: GHG, Oz, SA, Sl, Vl, BC, OC, (GHG = CO2, N2O, CH4, CFC11, CFC12, CFC113, HCFC22, HFC125, HFC134a)
+ ACCESS-ESM1.5 (2019):
+aerosol: CLASSIC (v1.0)
+atmos: HadGAM2 (r1.1, N96; 192 x 145 longitude/latitude; 38 levels; top level 39255 m)
+atmosChem: none
+land: CABLE2.4
+landIce: none
+ocean: ACCESS-OM2 (MOM5, tripolar primarily 1deg; 360 x 300 longitude/latitude; 50 levels; top grid cell 0-10 m)
+ocnBgchem: WOMBAT (same grid as ocean)
+seaIce: CICE4.1 (same grid as ocean)
+ ACCESS-ESM1-5
+ AOGCM
+ none
+ none
+ Amon
+ Creation Date:(30 April 2019) MD5:e14f55f257cceafb2523e41244962371
+ ACCESS-ESM1-5 output prepared for CMIP6
+ hdl:21.14100/63549b68-d952-4e39-a7c1-3313269e93aa
+ rlut
+ r1i1p1f1
+ v20191115
+
+
+ LisaBock
+ DLR, Germany
+ https://orcid.org/0000-0001-7058-5938
+
+
diff --git a/tests/test-data/regression/esmvaltool/cloud-radiative-effects/cmip6_gn_r1i1p1f1_ACCESS-ESM1-5/executions/recipe_20250508_085102/plots/plot_maps/plot/map_swcre_ACCESS-ESM1-5_Amon.png b/tests/test-data/regression/esmvaltool/cloud-radiative-effects/cmip6_gn_r1i1p1f1_ACCESS-ESM1-5/executions/recipe_20250508_085102/plots/plot_maps/plot/map_swcre_ACCESS-ESM1-5_Amon.png
new file mode 100644
index 000000000..a15726291
Binary files /dev/null and b/tests/test-data/regression/esmvaltool/cloud-radiative-effects/cmip6_gn_r1i1p1f1_ACCESS-ESM1-5/executions/recipe_20250508_085102/plots/plot_maps/plot/map_swcre_ACCESS-ESM1-5_Amon.png differ
diff --git a/tests/test-data/regression/esmvaltool/cloud-radiative-effects/cmip6_gn_r1i1p1f1_ACCESS-ESM1-5/executions/recipe_20250508_085102/plots/plot_maps/plot/map_swcre_ACCESS-ESM1-5_Amon_citation.bibtex b/tests/test-data/regression/esmvaltool/cloud-radiative-effects/cmip6_gn_r1i1p1f1_ACCESS-ESM1-5/executions/recipe_20250508_085102/plots/plot_maps/plot/map_swcre_ACCESS-ESM1-5_Amon_citation.bibtex
new file mode 100644
index 000000000..3aa17cfb6
--- /dev/null
+++ b/tests/test-data/regression/esmvaltool/cloud-radiative-effects/cmip6_gn_r1i1p1f1_ACCESS-ESM1-5/executions/recipe_20250508_085102/plots/plot_maps/plot/map_swcre_ACCESS-ESM1-5_Amon_citation.bibtex
@@ -0,0 +1,22 @@
+@article{righi20gmd,
+ doi = {10.5194/gmd-13-1179-2020},
+ url = {https://doi.org/10.5194/gmd-13-1179-2020},
+ year = {2020},
+ month = mar,
+ publisher = {Copernicus {GmbH}},
+ volume = {13},
+ number = {3},
+ pages = {1179--1199},
+ author = {Mattia Righi and Bouwe Andela and Veronika Eyring and Axel Lauer and Valeriu Predoi and Manuel Schlund and Javier Vegas-Regidor and Lisa Bock and Bj"{o}rn Br"{o}tz and Lee de Mora and Faruk Diblen and Laura Dreyer and Niels Drost and Paul Earnshaw and Birgit Hassler and Nikolay Koldunov and Bill Little and Saskia Loosveldt Tomas and Klaus Zimmermann},
+ title = {Earth System Model Evaluation Tool (ESMValTool) v2.0 -- technical overview},
+ journal = {Geoscientific Model Development}
+}
+
+@misc{https://doi.org/10.22033/ESGF/CMIP6.4272,
+ url = {https://doi.org/10.22033/ESGF/CMIP6.4272},
+ title = {CSIRO ACCESS-ESM1.5 model output prepared for CMIP6 CMIP historical},
+ publisher = {Earth System Grid Federation},
+ year = 2019,
+ author = {Ziehn, Tilo and Chamberlain, Matthew and Lenton, Andrew and Law, Rachel and Bodman, Roger and Dix, Martin and Wang, Yingping and Dobrohotoff, Peter and Srbinovsky, Jhan and Stevens, Lauren and Vohralik, Peter and Mackallah, Chloe and Sullivan, Arnold and O'Farrell, Siobhan and Druken, Kelsey},
+ doi = {10.22033/ESGF/CMIP6.4272},
+}
diff --git a/tests/test-data/regression/esmvaltool/cloud-radiative-effects/cmip6_gn_r1i1p1f1_ACCESS-ESM1-5/executions/recipe_20250508_085102/plots/plot_maps/plot/map_swcre_ACCESS-ESM1-5_Amon_data_citation_info.txt b/tests/test-data/regression/esmvaltool/cloud-radiative-effects/cmip6_gn_r1i1p1f1_ACCESS-ESM1-5/executions/recipe_20250508_085102/plots/plot_maps/plot/map_swcre_ACCESS-ESM1-5_Amon_data_citation_info.txt
new file mode 100644
index 000000000..eaa82e665
--- /dev/null
+++ b/tests/test-data/regression/esmvaltool/cloud-radiative-effects/cmip6_gn_r1i1p1f1_ACCESS-ESM1-5/executions/recipe_20250508_085102/plots/plot_maps/plot/map_swcre_ACCESS-ESM1-5_Amon_data_citation_info.txt
@@ -0,0 +1,5 @@
+Follow the links below to find more information about CMIP6 data:
+- https://cera-www.dkrz.de/WDCC/ui/cerasearch/cmip6?input=CMIP6.CMIP.CSIRO.ACCESS-ESM1-5.historical
+
+Additional data citation information was found, for which no entry is available in the bibtex file:
+- doi:10.1175/jcli-d-17-0208.1
diff --git a/tests/test-data/regression/esmvaltool/cloud-radiative-effects/cmip6_gn_r1i1p1f1_ACCESS-ESM1-5/executions/recipe_20250508_085102/plots/plot_maps/plot/map_swcre_ACCESS-ESM1-5_Amon_provenance.xml b/tests/test-data/regression/esmvaltool/cloud-radiative-effects/cmip6_gn_r1i1p1f1_ACCESS-ESM1-5/executions/recipe_20250508_085102/plots/plot_maps/plot/map_swcre_ACCESS-ESM1-5_Amon_provenance.xml
new file mode 100644
index 000000000..9d590c4ba
--- /dev/null
+++ b/tests/test-data/regression/esmvaltool/cloud-radiative-effects/cmip6_gn_r1i1p1f1_ACCESS-ESM1-5/executions/recipe_20250508_085102/plots/plot_maps/plot/map_swcre_ACCESS-ESM1-5_Amon_provenance.xml
@@ -0,0 +1,296 @@
+
+
+
+ CF-1.7 CMIP-6.2
+ CMIP
+ standard
+ 0.0
+ 21915.0
+ 3.4.0
+ 2019-11-15T06:28:40Z
+ 01.00.30
+ all-forcing simulation of the recent past
+ historical
+ areacella
+ 1
+ mon
+ https://furtherinfo.es-doc.org/CMIP6.CSIRO.ACCESS-ESM1-5.historical.none.r1i1p1f1
+ native atmosphere N96 grid (145x192 latxlon)
+ gn
+ 2019-11-15T06:28:40Z ; CMOR rewrote data to be consistent with CMIP6, CF-1.7 CMIP-6.2 and CF standards.
+ 1
+ Commonwealth Scientific and Industrial Research Organisation, Aspendale, Victoria 3195, Australia
+ CSIRO
+ CMIP6 model data produced by CSIRO is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License (https://creativecommons.org/licenses/). Consult https://pcmdi.llnl.gov/CMIP6/TermsOfUse for terms of use governing CMIP6 output, including citation requirements and proper acknowledgment. Further information about this data, including some limitations, can be found via the further_info_url (recorded as a global attribute in this file). The data producers and data providers make no warranty, either express or implied, including, but not limited to, warranties of merchantability and fitness for a particular purpose. All liabilities arising from the supply of the information (including any liability arising in negligence) are excluded to the fullest extent permitted by law.
+ CMIP6
+ 250 km
+ Exp: ESM-historical; Local ID: HI-05; Variable: rsut (['fld_s01i208'])
+ CMIP
+ piControl
+ CMIP6
+ ACCESS-ESM1-5
+ days since 0101-1-1
+ r1i1p1f1
+ 1
+ model-output
+ 1
+ atmos
+ forcing: GHG, Oz, SA, Sl, Vl, BC, OC, (GHG = CO2, N2O, CH4, CFC11, CFC12, CFC113, HCFC22, HFC125, HFC134a)
+ ACCESS-ESM1.5 (2019):
+aerosol: CLASSIC (v1.0)
+atmos: HadGAM2 (r1.1, N96; 192 x 145 longitude/latitude; 38 levels; top level 39255 m)
+atmosChem: none
+land: CABLE2.4
+landIce: none
+ocean: ACCESS-OM2 (MOM5, tripolar primarily 1deg; 360 x 300 longitude/latitude; 50 levels; top grid cell 0-10 m)
+ocnBgchem: WOMBAT (same grid as ocean)
+seaIce: CICE4.1 (same grid as ocean)
+ ACCESS-ESM1-5
+ AOGCM
+ none
+ none
+ Amon
+ Creation Date:(30 April 2019) MD5:e14f55f257cceafb2523e41244962371
+ ACCESS-ESM1-5 output prepared for CMIP6
+ hdl:21.14100/def487a6-592d-4143-930d-1805db1bda0e
+ rsut
+ r1i1p1f1
+ v20191115
+
+
+ CMIP
+ CMIP6
+ ACCESS-ESM1-5
+ True
+ plot_maps
+ 2014
+ r1i1p1f1
+ historical
+ /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_maps/swcre/CMIP6_ACCESS-ESM1-5_Amon_historical_r1i1p1f1_swcre_gn_2005-2014.nc
+ mon
+ gn
+ CSIRO
+ TOA Shortwave Cloud Radiative Effect
+ Amon
+ ['atmos']
+ swcre
+ full_climatology
+ CMIP6
+ 0
+ swcre
+ 2005
+ 2005/2014
+ W m-2
+ swcre
+ v20191115
+ {'period': 'full'}
+ {'short_name': 'swcre', 'standard_name': '', 'long_name': 'TOA Shortwave Cloud Radiative Effect', 'units': 'W m-2'}
+ {'target_grid': '1x1', 'scheme': {'reference': 'esmf_regrid.schemes:ESMFAreaWeighted'}}
+ {}
+ {'compress': False, 'compute': False, 'filename': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_maps/swcre/CMIP6_ACCESS-ESM1-5_Amon_historical_r1i1p1f1_swcre_gn_2005-2014.nc')}
+
+
+
+
+
+
+
+
+
+
+
+ CF-1.7 CMIP-6.2
+ CMIP
+ standard
+ 0.0
+ 21915.0
+ 3.4.0
+ 2019-11-15T07:06:27Z
+ 01.00.30
+ all-forcing simulation of the recent past
+ historical
+ areacella
+ 1
+ mon
+ https://furtherinfo.es-doc.org/CMIP6.CSIRO.ACCESS-ESM1-5.historical.none.r1i1p1f1
+ native atmosphere N96 grid (145x192 latxlon)
+ gn
+ 2019-11-15T07:06:27Z ; CMOR rewrote data to be consistent with CMIP6, CF-1.7 CMIP-6.2 and CF standards.
+ 1
+ Commonwealth Scientific and Industrial Research Organisation, Aspendale, Victoria 3195, Australia
+ CSIRO
+ CMIP6 model data produced by CSIRO is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License (https://creativecommons.org/licenses/). Consult https://pcmdi.llnl.gov/CMIP6/TermsOfUse for terms of use governing CMIP6 output, including citation requirements and proper acknowledgment. Further information about this data, including some limitations, can be found via the further_info_url (recorded as a global attribute in this file). The data producers and data providers make no warranty, either express or implied, including, but not limited to, warranties of merchantability and fitness for a particular purpose. All liabilities arising from the supply of the information (including any liability arising in negligence) are excluded to the fullest extent permitted by law.
+ CMIP6
+ 250 km
+ Exp: ESM-historical; Local ID: HI-05; Variable: rsutcs (['fld_s01i209'])
+ CMIP
+ piControl
+ CMIP6
+ ACCESS-ESM1-5
+ days since 0101-1-1
+ r1i1p1f1
+ 1
+ model-output
+ 1
+ atmos
+ forcing: GHG, Oz, SA, Sl, Vl, BC, OC, (GHG = CO2, N2O, CH4, CFC11, CFC12, CFC113, HCFC22, HFC125, HFC134a)
+ ACCESS-ESM1.5 (2019):
+aerosol: CLASSIC (v1.0)
+atmos: HadGAM2 (r1.1, N96; 192 x 145 longitude/latitude; 38 levels; top level 39255 m)
+atmosChem: none
+land: CABLE2.4
+landIce: none
+ocean: ACCESS-OM2 (MOM5, tripolar primarily 1deg; 360 x 300 longitude/latitude; 50 levels; top grid cell 0-10 m)
+ocnBgchem: WOMBAT (same grid as ocean)
+seaIce: CICE4.1 (same grid as ocean)
+ ACCESS-ESM1-5
+ AOGCM
+ none
+ none
+ Amon
+ Creation Date:(30 April 2019) MD5:e14f55f257cceafb2523e41244962371
+ ACCESS-ESM1-5 output prepared for CMIP6
+ hdl:21.14100/1036c69c-3a58-4665-8f96-817d730cd138
+ rsutcs
+ r1i1p1f1
+ v20191115
+
+
+
+
+
+
+
+
+ manuel.schlund@dlr.de
+ schlunma
+ DLR, Germany
+ https://orcid.org/0000-0001-5251-0158
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ axel.lauer@dlr.de
+ DLR, Germany
+ https://orcid.org/0000-0002-9270-1044
+
+
+ Plot climatologies and zonal mean profiles of cloud radiative effects (sw + lw) for the REF.
+
+ []
+
+
+
+
+
+
+
+ CF-1.7
+ Created on 2024-03-08 10:54:33
+ levante2.lvt.dkrz.de
+ Amon
+ sat
+ up
+ OBS
+ doi:10.1175/jcli-d-17-0208.1
+ https://ceres-tool.larc.nasa.gov/ord-tool/jsp/EBAFTOA42Selection.jsp
+ 2
+ CERES-EBAF data reformatted for ESMValTool v2.11.0.dev34+g9a8f66d6e.d20240123
+ b309141
+ Ed4.2
+
+
+
+
+
+
+
+ OBS
+ CERES-EBAF
+ True
+ plot_maps
+ 2014
+ /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_maps/swcre/OBS_CERES-EBAF_sat_Ed4.2_Amon_swcre_2005-2014.nc
+ mon
+ TOA Shortwave Cloud Radiative Effect
+ Amon
+ ['atmos']
+ swcre
+ full_climatology
+ OBS
+ 1
+ True
+ swcre
+ 2005
+ 2
+ 2005/2014
+ sat
+ W m-2
+ swcre
+ Ed4.2
+ {'period': 'full'}
+ {'short_name': 'swcre', 'standard_name': '', 'long_name': 'TOA Shortwave Cloud Radiative Effect', 'units': 'W m-2'}
+ {'target_grid': '1x1', 'scheme': {'reference': 'esmf_regrid.schemes:ESMFAreaWeighted'}}
+ {}
+ {'compress': False, 'compute': False, 'filename': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_maps/swcre/OBS_CERES-EBAF_sat_Ed4.2_Amon_swcre_2005-2014.nc')}
+
+
+
+
+
+
+
+ CF-1.7
+ Created on 2024-03-08 10:54:34
+ levante2.lvt.dkrz.de
+ Amon
+ sat
+ up
+ OBS
+ doi:10.1175/jcli-d-17-0208.1
+ https://ceres-tool.larc.nasa.gov/ord-tool/jsp/EBAFTOA42Selection.jsp
+ 2
+ CERES-EBAF data reformatted for ESMValTool v2.11.0.dev34+g9a8f66d6e.d20240123
+ b309141
+ Ed4.2
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Map plot of TOA Shortwave Cloud Radiative Effect of dataset CMIP6 including bias relative to OBS. The number in the top left corner corresponds to the spatial mean (weighted by grid cell areas).
+ ['TOA Shortwave Cloud Radiative Effect']
+ {plot_type}_{real_name}_{dataset}_{mip}
+ {plot_dir}
+ ('world map',)
+ {'map': {'common_cbar': True, 'x_pos_stats_avg': -0.1, 'fontsize': 10}}
+ tcp://127.0.0.1:38045
+ plot
+ monitor/multi_datasets.py
+
+
+ LisaBock
+ DLR, Germany
+ https://orcid.org/0000-0001-7058-5938
+
+
diff --git a/tests/test-data/regression/esmvaltool/cloud-radiative-effects/cmip6_gn_r1i1p1f1_ACCESS-ESM1-5/executions/recipe_20250508_085102/plots/plot_profiles/plot/variable_vs_lat_lwcre_ambiguous_dataset_Amon.png b/tests/test-data/regression/esmvaltool/cloud-radiative-effects/cmip6_gn_r1i1p1f1_ACCESS-ESM1-5/executions/recipe_20250508_085102/plots/plot_profiles/plot/variable_vs_lat_lwcre_ambiguous_dataset_Amon.png
new file mode 100644
index 000000000..17ed27b54
Binary files /dev/null and b/tests/test-data/regression/esmvaltool/cloud-radiative-effects/cmip6_gn_r1i1p1f1_ACCESS-ESM1-5/executions/recipe_20250508_085102/plots/plot_profiles/plot/variable_vs_lat_lwcre_ambiguous_dataset_Amon.png differ
diff --git a/tests/test-data/regression/esmvaltool/cloud-radiative-effects/cmip6_gn_r1i1p1f1_ACCESS-ESM1-5/executions/recipe_20250508_085102/plots/plot_profiles/plot/variable_vs_lat_lwcre_ambiguous_dataset_Amon_citation.bibtex b/tests/test-data/regression/esmvaltool/cloud-radiative-effects/cmip6_gn_r1i1p1f1_ACCESS-ESM1-5/executions/recipe_20250508_085102/plots/plot_profiles/plot/variable_vs_lat_lwcre_ambiguous_dataset_Amon_citation.bibtex
new file mode 100644
index 000000000..3aa17cfb6
--- /dev/null
+++ b/tests/test-data/regression/esmvaltool/cloud-radiative-effects/cmip6_gn_r1i1p1f1_ACCESS-ESM1-5/executions/recipe_20250508_085102/plots/plot_profiles/plot/variable_vs_lat_lwcre_ambiguous_dataset_Amon_citation.bibtex
@@ -0,0 +1,22 @@
+@article{righi20gmd,
+ doi = {10.5194/gmd-13-1179-2020},
+ url = {https://doi.org/10.5194/gmd-13-1179-2020},
+ year = {2020},
+ month = mar,
+ publisher = {Copernicus {GmbH}},
+ volume = {13},
+ number = {3},
+ pages = {1179--1199},
+ author = {Mattia Righi and Bouwe Andela and Veronika Eyring and Axel Lauer and Valeriu Predoi and Manuel Schlund and Javier Vegas-Regidor and Lisa Bock and Bj"{o}rn Br"{o}tz and Lee de Mora and Faruk Diblen and Laura Dreyer and Niels Drost and Paul Earnshaw and Birgit Hassler and Nikolay Koldunov and Bill Little and Saskia Loosveldt Tomas and Klaus Zimmermann},
+ title = {Earth System Model Evaluation Tool (ESMValTool) v2.0 -- technical overview},
+ journal = {Geoscientific Model Development}
+}
+
+@misc{https://doi.org/10.22033/ESGF/CMIP6.4272,
+ url = {https://doi.org/10.22033/ESGF/CMIP6.4272},
+ title = {CSIRO ACCESS-ESM1.5 model output prepared for CMIP6 CMIP historical},
+ publisher = {Earth System Grid Federation},
+ year = 2019,
+ author = {Ziehn, Tilo and Chamberlain, Matthew and Lenton, Andrew and Law, Rachel and Bodman, Roger and Dix, Martin and Wang, Yingping and Dobrohotoff, Peter and Srbinovsky, Jhan and Stevens, Lauren and Vohralik, Peter and Mackallah, Chloe and Sullivan, Arnold and O'Farrell, Siobhan and Druken, Kelsey},
+ doi = {10.22033/ESGF/CMIP6.4272},
+}
diff --git a/tests/test-data/regression/esmvaltool/cloud-radiative-effects/cmip6_gn_r1i1p1f1_ACCESS-ESM1-5/executions/recipe_20250508_085102/plots/plot_profiles/plot/variable_vs_lat_lwcre_ambiguous_dataset_Amon_data_citation_info.txt b/tests/test-data/regression/esmvaltool/cloud-radiative-effects/cmip6_gn_r1i1p1f1_ACCESS-ESM1-5/executions/recipe_20250508_085102/plots/plot_profiles/plot/variable_vs_lat_lwcre_ambiguous_dataset_Amon_data_citation_info.txt
new file mode 100644
index 000000000..13d63db7d
--- /dev/null
+++ b/tests/test-data/regression/esmvaltool/cloud-radiative-effects/cmip6_gn_r1i1p1f1_ACCESS-ESM1-5/executions/recipe_20250508_085102/plots/plot_profiles/plot/variable_vs_lat_lwcre_ambiguous_dataset_Amon_data_citation_info.txt
@@ -0,0 +1,7 @@
+Follow the links below to find more information about CMIP6 data:
+- https://cera-www.dkrz.de/WDCC/ui/cerasearch/cmip6?input=CMIP6.CMIP.CSIRO.ACCESS-ESM1-5.historical
+
+Additional data citation information was found, for which no entry is available in the bibtex file:
+- Stengel et al., Earth Syst. Sci. Data, doi:10.5194/essd-9-881-2017, 2017
+- Zhang et al., Study of Cloud and Water Processes in Weather and Climate through Satellite Observations (submitted)
+- doi:10.1175/jcli-d-17-0208.1
diff --git a/tests/test-data/regression/esmvaltool/cloud-radiative-effects/cmip6_gn_r1i1p1f1_ACCESS-ESM1-5/executions/recipe_20250508_085102/plots/plot_profiles/plot/variable_vs_lat_lwcre_ambiguous_dataset_Amon_provenance.xml b/tests/test-data/regression/esmvaltool/cloud-radiative-effects/cmip6_gn_r1i1p1f1_ACCESS-ESM1-5/executions/recipe_20250508_085102/plots/plot_profiles/plot/variable_vs_lat_lwcre_ambiguous_dataset_Amon_provenance.xml
new file mode 100644
index 000000000..54772e75f
--- /dev/null
+++ b/tests/test-data/regression/esmvaltool/cloud-radiative-effects/cmip6_gn_r1i1p1f1_ACCESS-ESM1-5/executions/recipe_20250508_085102/plots/plot_profiles/plot/variable_vs_lat_lwcre_ambiguous_dataset_Amon_provenance.xml
@@ -0,0 +1,432 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ TOA Longwave Cloud Radiative Effect vs. latitude for various datasets.
+ ['TOA Longwave Cloud Radiative Effect']
+ {plot_type}_{real_name}_{dataset}_{mip}
+ {plot_dir}
+ ('line plot',)
+ {'variable_vs_lat': {'legend_kwargs': {'loc': 'upper right'}, 'plot_kwargs': {'CERES-EBAF': {'color': 'black'}, 'ESACCI-CLOUD': {'color': 'black', 'linestyle': 'dashed'}, 'ISCCP-FH': {'color': 'black', 'linestyle': 'dotted'}}}}
+ tcp://127.0.0.1:38045
+ plot
+ monitor/multi_datasets.py
+
+
+
+
+
+
+
+
+
+
+
+
+ CF-1.7
+ Created on 2024-03-08 10:54:34
+ levante2.lvt.dkrz.de
+ Amon
+ sat
+ up
+ OBS
+ doi:10.1175/jcli-d-17-0208.1
+ https://ceres-tool.larc.nasa.gov/ord-tool/jsp/EBAFTOA42Selection.jsp
+ 2
+ CERES-EBAF data reformatted for ESMValTool v2.11.0.dev34+g9a8f66d6e.d20240123
+ b309141
+ Ed4.2
+
+
+ CF/CMOR
+ Created on Thu Mar 21 15:07:17 CET 2024
+ l10390.lvt.dkrz.de
+ Stengel et al., Earth Syst. Sci. Data, doi:10.5194/essd-9-881-2017, 2017
+ https://public.satproj.klima.dwd.de/data/ESA_Cloud_CCI/CLD_PRODUCTS/v3.0/
+ 2
+ ESACCI-CLOUD data reformatted for the ESMValTool v2.0
+ b380103
+
+
+ CF/CMOR
+ Created on Thu Mar 21 15:09:25 CET 2024
+ l10390.lvt.dkrz.de
+ Stengel et al., Earth Syst. Sci. Data, doi:10.5194/essd-9-881-2017, 2017
+ https://public.satproj.klima.dwd.de/data/ESA_Cloud_CCI/CLD_PRODUCTS/v3.0/
+ 2
+ ESACCI-CLOUD data reformatted for the ESMValTool v2.0
+ b380103
+
+
+
+
+
+
+
+ OBS_ESACCI-CLOUD
+ ESACCI-CLOUD
+ True
+ plot_profiles
+ 2014
+ /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_profiles/lwcre/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_lwcre_2005-2014.nc
+ mon
+ TOA Longwave Cloud Radiative Effect
+ Amon
+ ['atmos']
+ lwcre
+ zonal_mean
+ OBS
+ 2
+ lwcre
+ 2005
+ 2
+ 2005/2014
+ sat
+ W m-2
+ lwcre
+ AVHRR-AMPM-fv3.0
+ {'period': 'full'}
+ {'short_name': 'lwcre', 'standard_name': '', 'long_name': 'TOA Longwave Cloud Radiative Effect', 'units': 'W m-2'}
+ {'scheme': {'reference': 'esmf_regrid.schemes:ESMFAreaWeighted'}, 'target_grid': '1x1'}
+ {}
+ {'compress': False, 'compute': False, 'filename': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_profiles/lwcre/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_lwcre_2005-2014.nc')}
+ {'operator': 'mean'}
+
+
+ netCDF Operators version 5.0.6 (Homepage = http://nco.sf.net, Code = http://github.com/nco/nco)
+ CF/CMOR
+ Thu Jan 12 11:09:37 2023: ncatted -a cell_measures,rlutcs,d,, /work/bd0854/DATA/ESMValTool2/OBS/Tier2/ISCCP-FH/OBS_ISCCP-FH_sat_v0_Amon_rlutcs_198401-201612.nc
+Thu Jan 12 11:09:36 2023: ncatted -a cell_methods,rlutcs,m,c,time: mean /work/bd0854/DATA/ESMValTool2/OBS/Tier2/ISCCP-FH/OBS_ISCCP-FH_sat_v0_Amon_rlutcs_198401-201612.nc
+Created on Fri Nov 8 14:28:53 CET 2019
+ mistralpp3.hpc.dkrz.de
+ Zhang et al., Study of Cloud and Water Processes in Weather and Climate through Satellite Observations (submitted)
+ https://isccp.giss.nasa.gov/projects/flux.html
+ 2
+ ISCCP-FH data reformatted for the ESMValTool v2.0
+ b380103
+
+
+ netCDF Operators version 5.0.6 (Homepage = http://nco.sf.net, Code = http://github.com/nco/nco)
+ CF/CMOR
+ Thu Jan 12 11:09:35 2023: ncatted -a cell_measures,rlut,d,, /work/bd0854/DATA/ESMValTool2/OBS/Tier2/ISCCP-FH/OBS_ISCCP-FH_sat_v0_Amon_rlut_198401-201612.nc
+Thu Jan 12 11:09:34 2023: ncatted -a cell_methods,rlut,m,c,time: mean /work/bd0854/DATA/ESMValTool2/OBS/Tier2/ISCCP-FH/OBS_ISCCP-FH_sat_v0_Amon_rlut_198401-201612.nc
+Created on Fri Nov 8 14:28:36 CET 2019
+ mistralpp3.hpc.dkrz.de
+ Zhang et al., Study of Cloud and Water Processes in Weather and Climate through Satellite Observations (submitted)
+ https://isccp.giss.nasa.gov/projects/flux.html
+ 2
+ ISCCP-FH data reformatted for the ESMValTool v2.0
+ b380103
+
+
+
+
+
+
+
+ CMIP
+ CMIP6
+ ACCESS-ESM1-5
+ True
+ plot_profiles
+ 2014
+ r1i1p1f1
+ historical
+ /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_profiles/lwcre/CMIP6_ACCESS-ESM1-5_Amon_historical_r1i1p1f1_lwcre_gn_2005-2014.nc
+ mon
+ gn
+ CSIRO
+ TOA Longwave Cloud Radiative Effect
+ Amon
+ ['atmos']
+ lwcre
+ zonal_mean
+ CMIP6
+ 0
+ lwcre
+ 2005
+ 2005/2014
+ W m-2
+ lwcre
+ v20191115
+ {'period': 'full'}
+ {'short_name': 'lwcre', 'standard_name': '', 'long_name': 'TOA Longwave Cloud Radiative Effect', 'units': 'W m-2'}
+ {'scheme': {'reference': 'esmf_regrid.schemes:ESMFAreaWeighted'}, 'target_grid': '1x1'}
+ {}
+ {'compress': False, 'compute': False, 'filename': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_profiles/lwcre/CMIP6_ACCESS-ESM1-5_Amon_historical_r1i1p1f1_lwcre_gn_2005-2014.nc')}
+ {'operator': 'mean'}
+
+
+ CF-1.7 CMIP-6.2
+ CMIP
+ standard
+ 0.0
+ 21915.0
+ 3.4.0
+ 2019-11-15T07:06:03Z
+ 01.00.30
+ all-forcing simulation of the recent past
+ historical
+ areacella
+ 1
+ mon
+ https://furtherinfo.es-doc.org/CMIP6.CSIRO.ACCESS-ESM1-5.historical.none.r1i1p1f1
+ native atmosphere N96 grid (145x192 latxlon)
+ gn
+ 2019-11-15T07:06:03Z ; CMOR rewrote data to be consistent with CMIP6, CF-1.7 CMIP-6.2 and CF standards.
+ 1
+ Commonwealth Scientific and Industrial Research Organisation, Aspendale, Victoria 3195, Australia
+ CSIRO
+ CMIP6 model data produced by CSIRO is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License (https://creativecommons.org/licenses/). Consult https://pcmdi.llnl.gov/CMIP6/TermsOfUse for terms of use governing CMIP6 output, including citation requirements and proper acknowledgment. Further information about this data, including some limitations, can be found via the further_info_url (recorded as a global attribute in this file). The data producers and data providers make no warranty, either express or implied, including, but not limited to, warranties of merchantability and fitness for a particular purpose. All liabilities arising from the supply of the information (including any liability arising in negligence) are excluded to the fullest extent permitted by law.
+ CMIP6
+ 250 km
+ Exp: ESM-historical; Local ID: HI-05; Variable: rlutcs (['fld_s02i206'])
+ CMIP
+ piControl
+ CMIP6
+ ACCESS-ESM1-5
+ days since 0101-1-1
+ r1i1p1f1
+ 1
+ model-output
+ 1
+ atmos
+ forcing: GHG, Oz, SA, Sl, Vl, BC, OC, (GHG = CO2, N2O, CH4, CFC11, CFC12, CFC113, HCFC22, HFC125, HFC134a)
+ ACCESS-ESM1.5 (2019):
+aerosol: CLASSIC (v1.0)
+atmos: HadGAM2 (r1.1, N96; 192 x 145 longitude/latitude; 38 levels; top level 39255 m)
+atmosChem: none
+land: CABLE2.4
+landIce: none
+ocean: ACCESS-OM2 (MOM5, tripolar primarily 1deg; 360 x 300 longitude/latitude; 50 levels; top grid cell 0-10 m)
+ocnBgchem: WOMBAT (same grid as ocean)
+seaIce: CICE4.1 (same grid as ocean)
+ ACCESS-ESM1-5
+ AOGCM
+ none
+ none
+ Amon
+ Creation Date:(30 April 2019) MD5:e14f55f257cceafb2523e41244962371
+ ACCESS-ESM1-5 output prepared for CMIP6
+ hdl:21.14100/ef79bd94-0d45-483b-8fea-d769e15b5922
+ rlutcs
+ r1i1p1f1
+ v20191115
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ axel.lauer@dlr.de
+ DLR, Germany
+ https://orcid.org/0000-0002-9270-1044
+
+
+ OBS_ISCCP-FH
+ ISCCP-FH
+ True
+ plot_profiles
+ 2014
+ /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_profiles/lwcre/OBS_ISCCP-FH_sat_v0_Amon_lwcre_2005-2014.nc
+ mon
+ TOA Longwave Cloud Radiative Effect
+ Amon
+ ['atmos']
+ lwcre
+ zonal_mean
+ OBS
+ 3
+ lwcre
+ 2005
+ 2
+ 2005/2014
+ sat
+ W m-2
+ lwcre
+ v0
+ {'period': 'full'}
+ {'short_name': 'lwcre', 'standard_name': '', 'long_name': 'TOA Longwave Cloud Radiative Effect', 'units': 'W m-2'}
+ {'scheme': {'reference': 'esmf_regrid.schemes:ESMFAreaWeighted'}, 'target_grid': '1x1'}
+ {}
+ {'compress': False, 'compute': False, 'filename': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_profiles/lwcre/OBS_ISCCP-FH_sat_v0_Amon_lwcre_2005-2014.nc')}
+ {'operator': 'mean'}
+
+
+ Plot climatologies and zonal mean profiles of cloud radiative effects (sw + lw) for the REF.
+
+ []
+
+
+ CF-1.7
+ Created on 2024-03-08 10:54:34
+ levante2.lvt.dkrz.de
+ Amon
+ sat
+ up
+ OBS
+ doi:10.1175/jcli-d-17-0208.1
+ https://ceres-tool.larc.nasa.gov/ord-tool/jsp/EBAFTOA42Selection.jsp
+ 2
+ CERES-EBAF data reformatted for ESMValTool v2.11.0.dev34+g9a8f66d6e.d20240123
+ b309141
+ Ed4.2
+
+
+
+ ellensarauer
+ DLR, Germany
+
+
+
+
+
+
+
+
+
+
+
+
+
+ OBS_CERES-EBAF
+ CERES-EBAF
+ True
+ plot_profiles
+ 2014
+ /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_profiles/lwcre/OBS_CERES-EBAF_sat_Ed4.2_Amon_lwcre_2005-2014.nc
+ mon
+ TOA Longwave Cloud Radiative Effect
+ Amon
+ ['atmos']
+ lwcre
+ zonal_mean
+ OBS
+ 1
+ True
+ lwcre
+ 2005
+ 2
+ 2005/2014
+ sat
+ W m-2
+ lwcre
+ Ed4.2
+ {'period': 'full'}
+ {'short_name': 'lwcre', 'standard_name': '', 'long_name': 'TOA Longwave Cloud Radiative Effect', 'units': 'W m-2'}
+ {'scheme': {'reference': 'esmf_regrid.schemes:ESMFAreaWeighted'}, 'target_grid': '1x1'}
+ {}
+ {'compress': False, 'compute': False, 'filename': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_profiles/lwcre/OBS_CERES-EBAF_sat_Ed4.2_Amon_lwcre_2005-2014.nc')}
+ {'operator': 'mean'}
+
+
+
+
+
+
+
+
+
+
+
+ CF-1.7 CMIP-6.2
+ CMIP
+ standard
+ 0.0
+ 21915.0
+ 3.4.0
+ 2019-11-15T06:37:46Z
+ 01.00.30
+ all-forcing simulation of the recent past
+ historical
+ areacella
+ 1
+ mon
+ https://furtherinfo.es-doc.org/CMIP6.CSIRO.ACCESS-ESM1-5.historical.none.r1i1p1f1
+ native atmosphere N96 grid (145x192 latxlon)
+ gn
+ 2019-11-15T06:37:46Z ; CMOR rewrote data to be consistent with CMIP6, CF-1.7 CMIP-6.2 and CF standards.
+ 1
+ Commonwealth Scientific and Industrial Research Organisation, Aspendale, Victoria 3195, Australia
+ CSIRO
+ CMIP6 model data produced by CSIRO is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License (https://creativecommons.org/licenses/). Consult https://pcmdi.llnl.gov/CMIP6/TermsOfUse for terms of use governing CMIP6 output, including citation requirements and proper acknowledgment. Further information about this data, including some limitations, can be found via the further_info_url (recorded as a global attribute in this file). The data producers and data providers make no warranty, either express or implied, including, but not limited to, warranties of merchantability and fitness for a particular purpose. All liabilities arising from the supply of the information (including any liability arising in negligence) are excluded to the fullest extent permitted by law.
+ CMIP6
+ 250 km
+ Exp: ESM-historical; Local ID: HI-05; Variable: rlut (['fld_s03i332'])
+ CMIP
+ piControl
+ CMIP6
+ ACCESS-ESM1-5
+ days since 0101-1-1
+ r1i1p1f1
+ 1
+ model-output
+ 1
+ atmos
+ forcing: GHG, Oz, SA, Sl, Vl, BC, OC, (GHG = CO2, N2O, CH4, CFC11, CFC12, CFC113, HCFC22, HFC125, HFC134a)
+ ACCESS-ESM1.5 (2019):
+aerosol: CLASSIC (v1.0)
+atmos: HadGAM2 (r1.1, N96; 192 x 145 longitude/latitude; 38 levels; top level 39255 m)
+atmosChem: none
+land: CABLE2.4
+landIce: none
+ocean: ACCESS-OM2 (MOM5, tripolar primarily 1deg; 360 x 300 longitude/latitude; 50 levels; top grid cell 0-10 m)
+ocnBgchem: WOMBAT (same grid as ocean)
+seaIce: CICE4.1 (same grid as ocean)
+ ACCESS-ESM1-5
+ AOGCM
+ none
+ none
+ Amon
+ Creation Date:(30 April 2019) MD5:e14f55f257cceafb2523e41244962371
+ ACCESS-ESM1-5 output prepared for CMIP6
+ hdl:21.14100/63549b68-d952-4e39-a7c1-3313269e93aa
+ rlut
+ r1i1p1f1
+ v20191115
+
+
+ LisaBock
+ DLR, Germany
+ https://orcid.org/0000-0001-7058-5938
+
+
diff --git a/tests/test-data/regression/esmvaltool/cloud-radiative-effects/cmip6_gn_r1i1p1f1_ACCESS-ESM1-5/executions/recipe_20250508_085102/plots/plot_profiles/plot/variable_vs_lat_swcre_ambiguous_dataset_Amon.png b/tests/test-data/regression/esmvaltool/cloud-radiative-effects/cmip6_gn_r1i1p1f1_ACCESS-ESM1-5/executions/recipe_20250508_085102/plots/plot_profiles/plot/variable_vs_lat_swcre_ambiguous_dataset_Amon.png
new file mode 100644
index 000000000..5bcad00da
Binary files /dev/null and b/tests/test-data/regression/esmvaltool/cloud-radiative-effects/cmip6_gn_r1i1p1f1_ACCESS-ESM1-5/executions/recipe_20250508_085102/plots/plot_profiles/plot/variable_vs_lat_swcre_ambiguous_dataset_Amon.png differ
diff --git a/tests/test-data/regression/esmvaltool/cloud-radiative-effects/cmip6_gn_r1i1p1f1_ACCESS-ESM1-5/executions/recipe_20250508_085102/plots/plot_profiles/plot/variable_vs_lat_swcre_ambiguous_dataset_Amon_citation.bibtex b/tests/test-data/regression/esmvaltool/cloud-radiative-effects/cmip6_gn_r1i1p1f1_ACCESS-ESM1-5/executions/recipe_20250508_085102/plots/plot_profiles/plot/variable_vs_lat_swcre_ambiguous_dataset_Amon_citation.bibtex
new file mode 100644
index 000000000..3aa17cfb6
--- /dev/null
+++ b/tests/test-data/regression/esmvaltool/cloud-radiative-effects/cmip6_gn_r1i1p1f1_ACCESS-ESM1-5/executions/recipe_20250508_085102/plots/plot_profiles/plot/variable_vs_lat_swcre_ambiguous_dataset_Amon_citation.bibtex
@@ -0,0 +1,22 @@
+@article{righi20gmd,
+ doi = {10.5194/gmd-13-1179-2020},
+ url = {https://doi.org/10.5194/gmd-13-1179-2020},
+ year = {2020},
+ month = mar,
+ publisher = {Copernicus {GmbH}},
+ volume = {13},
+ number = {3},
+ pages = {1179--1199},
+ author = {Mattia Righi and Bouwe Andela and Veronika Eyring and Axel Lauer and Valeriu Predoi and Manuel Schlund and Javier Vegas-Regidor and Lisa Bock and Bj"{o}rn Br"{o}tz and Lee de Mora and Faruk Diblen and Laura Dreyer and Niels Drost and Paul Earnshaw and Birgit Hassler and Nikolay Koldunov and Bill Little and Saskia Loosveldt Tomas and Klaus Zimmermann},
+ title = {Earth System Model Evaluation Tool (ESMValTool) v2.0 -- technical overview},
+ journal = {Geoscientific Model Development}
+}
+
+@misc{https://doi.org/10.22033/ESGF/CMIP6.4272,
+ url = {https://doi.org/10.22033/ESGF/CMIP6.4272},
+ title = {CSIRO ACCESS-ESM1.5 model output prepared for CMIP6 CMIP historical},
+ publisher = {Earth System Grid Federation},
+ year = 2019,
+ author = {Ziehn, Tilo and Chamberlain, Matthew and Lenton, Andrew and Law, Rachel and Bodman, Roger and Dix, Martin and Wang, Yingping and Dobrohotoff, Peter and Srbinovsky, Jhan and Stevens, Lauren and Vohralik, Peter and Mackallah, Chloe and Sullivan, Arnold and O'Farrell, Siobhan and Druken, Kelsey},
+ doi = {10.22033/ESGF/CMIP6.4272},
+}
diff --git a/tests/test-data/regression/esmvaltool/cloud-radiative-effects/cmip6_gn_r1i1p1f1_ACCESS-ESM1-5/executions/recipe_20250508_085102/plots/plot_profiles/plot/variable_vs_lat_swcre_ambiguous_dataset_Amon_data_citation_info.txt b/tests/test-data/regression/esmvaltool/cloud-radiative-effects/cmip6_gn_r1i1p1f1_ACCESS-ESM1-5/executions/recipe_20250508_085102/plots/plot_profiles/plot/variable_vs_lat_swcre_ambiguous_dataset_Amon_data_citation_info.txt
new file mode 100644
index 000000000..13d63db7d
--- /dev/null
+++ b/tests/test-data/regression/esmvaltool/cloud-radiative-effects/cmip6_gn_r1i1p1f1_ACCESS-ESM1-5/executions/recipe_20250508_085102/plots/plot_profiles/plot/variable_vs_lat_swcre_ambiguous_dataset_Amon_data_citation_info.txt
@@ -0,0 +1,7 @@
+Follow the links below to find more information about CMIP6 data:
+- https://cera-www.dkrz.de/WDCC/ui/cerasearch/cmip6?input=CMIP6.CMIP.CSIRO.ACCESS-ESM1-5.historical
+
+Additional data citation information was found, for which no entry is available in the bibtex file:
+- Stengel et al., Earth Syst. Sci. Data, doi:10.5194/essd-9-881-2017, 2017
+- Zhang et al., Study of Cloud and Water Processes in Weather and Climate through Satellite Observations (submitted)
+- doi:10.1175/jcli-d-17-0208.1
diff --git a/tests/test-data/regression/esmvaltool/cloud-radiative-effects/cmip6_gn_r1i1p1f1_ACCESS-ESM1-5/executions/recipe_20250508_085102/plots/plot_profiles/plot/variable_vs_lat_swcre_ambiguous_dataset_Amon_provenance.xml b/tests/test-data/regression/esmvaltool/cloud-radiative-effects/cmip6_gn_r1i1p1f1_ACCESS-ESM1-5/executions/recipe_20250508_085102/plots/plot_profiles/plot/variable_vs_lat_swcre_ambiguous_dataset_Amon_provenance.xml
new file mode 100644
index 000000000..376244685
--- /dev/null
+++ b/tests/test-data/regression/esmvaltool/cloud-radiative-effects/cmip6_gn_r1i1p1f1_ACCESS-ESM1-5/executions/recipe_20250508_085102/plots/plot_profiles/plot/variable_vs_lat_swcre_ambiguous_dataset_Amon_provenance.xml
@@ -0,0 +1,432 @@
+
+
+
+ OBS_ISCCP-FH
+ ISCCP-FH
+ True
+ plot_profiles
+ 2014
+ /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_profiles/swcre/OBS_ISCCP-FH_sat_v0_Amon_swcre_2005-2014.nc
+ mon
+ TOA Shortwave Cloud Radiative Effect
+ Amon
+ ['atmos']
+ swcre
+ zonal_mean
+ OBS
+ 3
+ swcre
+ 2005
+ 2
+ 2005/2014
+ sat
+ W m-2
+ swcre
+ v0
+ {'period': 'full'}
+ {'short_name': 'swcre', 'standard_name': '', 'long_name': 'TOA Shortwave Cloud Radiative Effect', 'units': 'W m-2'}
+ {'scheme': {'reference': 'esmf_regrid.schemes:ESMFAreaWeighted'}, 'target_grid': '1x1'}
+ {}
+ {'compress': False, 'compute': False, 'filename': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_profiles/swcre/OBS_ISCCP-FH_sat_v0_Amon_swcre_2005-2014.nc')}
+ {'operator': 'mean'}
+
+
+ netCDF Operators version 5.0.6 (Homepage = http://nco.sf.net, Code = http://github.com/nco/nco)
+ CF/CMOR
+ Thu Jan 12 11:09:42 2023: ncatted -a cell_measures,rsut,d,, /work/bd0854/DATA/ESMValTool2/OBS/Tier2/ISCCP-FH/OBS_ISCCP-FH_sat_v0_Amon_rsut_198401-201612.nc
+Thu Jan 12 11:09:41 2023: ncatted -a cell_methods,rsut,m,c,time: mean /work/bd0854/DATA/ESMValTool2/OBS/Tier2/ISCCP-FH/OBS_ISCCP-FH_sat_v0_Amon_rsut_198401-201612.nc
+Created on Fri Nov 8 14:28:57 CET 2019
+ mistralpp3.hpc.dkrz.de
+ Zhang et al., Study of Cloud and Water Processes in Weather and Climate through Satellite Observations (submitted)
+ https://isccp.giss.nasa.gov/projects/flux.html
+ 2
+ ISCCP-FH data reformatted for the ESMValTool v2.0
+ b380103
+
+
+
+
+
+
+
+ CF-1.7 CMIP-6.2
+ CMIP
+ standard
+ 0.0
+ 21915.0
+ 3.4.0
+ 2019-11-15T06:28:40Z
+ 01.00.30
+ all-forcing simulation of the recent past
+ historical
+ areacella
+ 1
+ mon
+ https://furtherinfo.es-doc.org/CMIP6.CSIRO.ACCESS-ESM1-5.historical.none.r1i1p1f1
+ native atmosphere N96 grid (145x192 latxlon)
+ gn
+ 2019-11-15T06:28:40Z ; CMOR rewrote data to be consistent with CMIP6, CF-1.7 CMIP-6.2 and CF standards.
+ 1
+ Commonwealth Scientific and Industrial Research Organisation, Aspendale, Victoria 3195, Australia
+ CSIRO
+ CMIP6 model data produced by CSIRO is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License (https://creativecommons.org/licenses/). Consult https://pcmdi.llnl.gov/CMIP6/TermsOfUse for terms of use governing CMIP6 output, including citation requirements and proper acknowledgment. Further information about this data, including some limitations, can be found via the further_info_url (recorded as a global attribute in this file). The data producers and data providers make no warranty, either express or implied, including, but not limited to, warranties of merchantability and fitness for a particular purpose. All liabilities arising from the supply of the information (including any liability arising in negligence) are excluded to the fullest extent permitted by law.
+ CMIP6
+ 250 km
+ Exp: ESM-historical; Local ID: HI-05; Variable: rsut (['fld_s01i208'])
+ CMIP
+ piControl
+ CMIP6
+ ACCESS-ESM1-5
+ days since 0101-1-1
+ r1i1p1f1
+ 1
+ model-output
+ 1
+ atmos
+ forcing: GHG, Oz, SA, Sl, Vl, BC, OC, (GHG = CO2, N2O, CH4, CFC11, CFC12, CFC113, HCFC22, HFC125, HFC134a)
+ ACCESS-ESM1.5 (2019):
+aerosol: CLASSIC (v1.0)
+atmos: HadGAM2 (r1.1, N96; 192 x 145 longitude/latitude; 38 levels; top level 39255 m)
+atmosChem: none
+land: CABLE2.4
+landIce: none
+ocean: ACCESS-OM2 (MOM5, tripolar primarily 1deg; 360 x 300 longitude/latitude; 50 levels; top grid cell 0-10 m)
+ocnBgchem: WOMBAT (same grid as ocean)
+seaIce: CICE4.1 (same grid as ocean)
+ ACCESS-ESM1-5
+ AOGCM
+ none
+ none
+ Amon
+ Creation Date:(30 April 2019) MD5:e14f55f257cceafb2523e41244962371
+ ACCESS-ESM1-5 output prepared for CMIP6
+ hdl:21.14100/def487a6-592d-4143-930d-1805db1bda0e
+ rsut
+ r1i1p1f1
+ v20191115
+
+
+
+
+
+
+
+
+
+
+
+ CF-1.7 CMIP-6.2
+ CMIP
+ standard
+ 0.0
+ 21915.0
+ 3.4.0
+ 2019-11-15T07:06:27Z
+ 01.00.30
+ all-forcing simulation of the recent past
+ historical
+ areacella
+ 1
+ mon
+ https://furtherinfo.es-doc.org/CMIP6.CSIRO.ACCESS-ESM1-5.historical.none.r1i1p1f1
+ native atmosphere N96 grid (145x192 latxlon)
+ gn
+ 2019-11-15T07:06:27Z ; CMOR rewrote data to be consistent with CMIP6, CF-1.7 CMIP-6.2 and CF standards.
+ 1
+ Commonwealth Scientific and Industrial Research Organisation, Aspendale, Victoria 3195, Australia
+ CSIRO
+ CMIP6 model data produced by CSIRO is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License (https://creativecommons.org/licenses/). Consult https://pcmdi.llnl.gov/CMIP6/TermsOfUse for terms of use governing CMIP6 output, including citation requirements and proper acknowledgment. Further information about this data, including some limitations, can be found via the further_info_url (recorded as a global attribute in this file). The data producers and data providers make no warranty, either express or implied, including, but not limited to, warranties of merchantability and fitness for a particular purpose. All liabilities arising from the supply of the information (including any liability arising in negligence) are excluded to the fullest extent permitted by law.
+ CMIP6
+ 250 km
+ Exp: ESM-historical; Local ID: HI-05; Variable: rsutcs (['fld_s01i209'])
+ CMIP
+ piControl
+ CMIP6
+ ACCESS-ESM1-5
+ days since 0101-1-1
+ r1i1p1f1
+ 1
+ model-output
+ 1
+ atmos
+ forcing: GHG, Oz, SA, Sl, Vl, BC, OC, (GHG = CO2, N2O, CH4, CFC11, CFC12, CFC113, HCFC22, HFC125, HFC134a)
+ ACCESS-ESM1.5 (2019):
+aerosol: CLASSIC (v1.0)
+atmos: HadGAM2 (r1.1, N96; 192 x 145 longitude/latitude; 38 levels; top level 39255 m)
+atmosChem: none
+land: CABLE2.4
+landIce: none
+ocean: ACCESS-OM2 (MOM5, tripolar primarily 1deg; 360 x 300 longitude/latitude; 50 levels; top grid cell 0-10 m)
+ocnBgchem: WOMBAT (same grid as ocean)
+seaIce: CICE4.1 (same grid as ocean)
+ ACCESS-ESM1-5
+ AOGCM
+ none
+ none
+ Amon
+ Creation Date:(30 April 2019) MD5:e14f55f257cceafb2523e41244962371
+ ACCESS-ESM1-5 output prepared for CMIP6
+ hdl:21.14100/1036c69c-3a58-4665-8f96-817d730cd138
+ rsutcs
+ r1i1p1f1
+ v20191115
+
+
+ netCDF Operators version 5.0.6 (Homepage = http://nco.sf.net, Code = http://github.com/nco/nco)
+ CF/CMOR
+ Thu Jan 12 11:09:44 2023: ncatted -a cell_measures,rsutcs,d,, /work/bd0854/DATA/ESMValTool2/OBS/Tier2/ISCCP-FH/OBS_ISCCP-FH_sat_v0_Amon_rsutcs_198401-201612.nc
+Thu Jan 12 11:09:43 2023: ncatted -a cell_methods,rsutcs,m,c,time: mean /work/bd0854/DATA/ESMValTool2/OBS/Tier2/ISCCP-FH/OBS_ISCCP-FH_sat_v0_Amon_rsutcs_198401-201612.nc
+Created on Fri Nov 8 14:29:01 CET 2019
+ mistralpp3.hpc.dkrz.de
+ Zhang et al., Study of Cloud and Water Processes in Weather and Climate through Satellite Observations (submitted)
+ https://isccp.giss.nasa.gov/projects/flux.html
+ 2
+ ISCCP-FH data reformatted for the ESMValTool v2.0
+ b380103
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ OBS_CERES-EBAF
+ CERES-EBAF
+ True
+ plot_profiles
+ 2014
+ /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_profiles/swcre/OBS_CERES-EBAF_sat_Ed4.2_Amon_swcre_2005-2014.nc
+ mon
+ TOA Shortwave Cloud Radiative Effect
+ Amon
+ ['atmos']
+ swcre
+ zonal_mean
+ OBS
+ 1
+ True
+ swcre
+ 2005
+ 2
+ 2005/2014
+ sat
+ W m-2
+ swcre
+ Ed4.2
+ {'period': 'full'}
+ {'short_name': 'swcre', 'standard_name': '', 'long_name': 'TOA Shortwave Cloud Radiative Effect', 'units': 'W m-2'}
+ {'scheme': {'reference': 'esmf_regrid.schemes:ESMFAreaWeighted'}, 'target_grid': '1x1'}
+ {}
+ {'compress': False, 'compute': False, 'filename': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_profiles/swcre/OBS_CERES-EBAF_sat_Ed4.2_Amon_swcre_2005-2014.nc')}
+ {'operator': 'mean'}
+
+
+
+
+
+
+
+ CF/CMOR
+ Created on Thu Mar 21 15:13:40 CET 2024
+ l10390.lvt.dkrz.de
+ Stengel et al., Earth Syst. Sci. Data, doi:10.5194/essd-9-881-2017, 2017
+ https://public.satproj.klima.dwd.de/data/ESA_Cloud_CCI/CLD_PRODUCTS/v3.0/
+ 2
+ ESACCI-CLOUD data reformatted for the ESMValTool v2.0
+ b380103
+
+
+ CF/CMOR
+ Created on Thu Mar 21 15:11:31 CET 2024
+ l10390.lvt.dkrz.de
+ Stengel et al., Earth Syst. Sci. Data, doi:10.5194/essd-9-881-2017, 2017
+ https://public.satproj.klima.dwd.de/data/ESA_Cloud_CCI/CLD_PRODUCTS/v3.0/
+ 2
+ ESACCI-CLOUD data reformatted for the ESMValTool v2.0
+ b380103
+
+
+
+
+
+
+ axel.lauer@dlr.de
+ DLR, Germany
+ https://orcid.org/0000-0002-9270-1044
+
+
+
+
+
+
+
+ Plot climatologies and zonal mean profiles of cloud radiative effects (sw + lw) for the REF.
+
+ []
+
+
+ CF-1.7
+ Created on 2024-03-08 10:54:33
+ levante2.lvt.dkrz.de
+ Amon
+ sat
+ up
+ OBS
+ doi:10.1175/jcli-d-17-0208.1
+ https://ceres-tool.larc.nasa.gov/ord-tool/jsp/EBAFTOA42Selection.jsp
+ 2
+ CERES-EBAF data reformatted for ESMValTool v2.11.0.dev34+g9a8f66d6e.d20240123
+ b309141
+ Ed4.2
+
+
+
+
+
+
+
+ OBS_ESACCI-CLOUD
+ ESACCI-CLOUD
+ True
+ plot_profiles
+ 2014
+ /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_profiles/swcre/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_swcre_2005-2014.nc
+ mon
+ TOA Shortwave Cloud Radiative Effect
+ Amon
+ ['atmos']
+ swcre
+ zonal_mean
+ OBS
+ 2
+ swcre
+ 2005
+ 2
+ 2005/2014
+ sat
+ W m-2
+ swcre
+ AVHRR-AMPM-fv3.0
+ {'period': 'full'}
+ {'short_name': 'swcre', 'standard_name': '', 'long_name': 'TOA Shortwave Cloud Radiative Effect', 'units': 'W m-2'}
+ {'scheme': {'reference': 'esmf_regrid.schemes:ESMFAreaWeighted'}, 'target_grid': '1x1'}
+ {}
+ {'compress': False, 'compute': False, 'filename': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_profiles/swcre/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_swcre_2005-2014.nc')}
+ {'operator': 'mean'}
+
+
+ TOA Shortwave Cloud Radiative Effect vs. latitude for various datasets.
+ ['TOA Shortwave Cloud Radiative Effect']
+ {plot_type}_{real_name}_{dataset}_{mip}
+ {plot_dir}
+ ('line plot',)
+ {'variable_vs_lat': {'legend_kwargs': {'loc': 'upper right'}, 'plot_kwargs': {'CERES-EBAF': {'color': 'black'}, 'ESACCI-CLOUD': {'color': 'black', 'linestyle': 'dashed'}, 'ISCCP-FH': {'color': 'black', 'linestyle': 'dotted'}}}}
+ tcp://127.0.0.1:38045
+ plot
+ monitor/multi_datasets.py
+
+
+
+ CMIP
+ CMIP6
+ ACCESS-ESM1-5
+ True
+ plot_profiles
+ 2014
+ r1i1p1f1
+ historical
+ /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_profiles/swcre/CMIP6_ACCESS-ESM1-5_Amon_historical_r1i1p1f1_swcre_gn_2005-2014.nc
+ mon
+ gn
+ CSIRO
+ TOA Shortwave Cloud Radiative Effect
+ Amon
+ ['atmos']
+ swcre
+ zonal_mean
+ CMIP6
+ 0
+ swcre
+ 2005
+ 2005/2014
+ W m-2
+ swcre
+ v20191115
+ {'period': 'full'}
+ {'short_name': 'swcre', 'standard_name': '', 'long_name': 'TOA Shortwave Cloud Radiative Effect', 'units': 'W m-2'}
+ {'scheme': {'reference': 'esmf_regrid.schemes:ESMFAreaWeighted'}, 'target_grid': '1x1'}
+ {}
+ {'compress': False, 'compute': False, 'filename': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_profiles/swcre/CMIP6_ACCESS-ESM1-5_Amon_historical_r1i1p1f1_swcre_gn_2005-2014.nc')}
+ {'operator': 'mean'}
+
+
+
+
+
+
+
+ ellensarauer
+ DLR, Germany
+
+
+
+
+
+
+
+ CF-1.7
+ Created on 2024-03-08 10:54:34
+ levante2.lvt.dkrz.de
+ Amon
+ sat
+ up
+ OBS
+ doi:10.1175/jcli-d-17-0208.1
+ https://ceres-tool.larc.nasa.gov/ord-tool/jsp/EBAFTOA42Selection.jsp
+ 2
+ CERES-EBAF data reformatted for ESMValTool v2.11.0.dev34+g9a8f66d6e.d20240123
+ b309141
+ Ed4.2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ LisaBock
+ DLR, Germany
+ https://orcid.org/0000-0001-7058-5938
+
+
diff --git a/tests/test-data/regression/esmvaltool/cloud-radiative-effects/cmip6_gn_r1i1p1f1_ACCESS-ESM1-5/executions/recipe_20250508_085102/run/cmor_log.txt b/tests/test-data/regression/esmvaltool/cloud-radiative-effects/cmip6_gn_r1i1p1f1_ACCESS-ESM1-5/executions/recipe_20250508_085102/run/cmor_log.txt
new file mode 100644
index 000000000..8b3bc90c2
--- /dev/null
+++ b/tests/test-data/regression/esmvaltool/cloud-radiative-effects/cmip6_gn_r1i1p1f1_ACCESS-ESM1-5/executions/recipe_20250508_085102/run/cmor_log.txt
@@ -0,0 +1,48 @@
+WARNING [42505] There were warnings in variable rlut:
+ rlut: attribute positive not present
+loaded from file
+WARNING [42505] There were warnings in variable rlutcs:
+ rlutcs: attribute positive not present
+loaded from file
+WARNING [42505] There were warnings in variable rsut:
+ rsut: attribute positive not present
+loaded from file
+WARNING [42505] There were warnings in variable rsutcs:
+ rsutcs: attribute positive not present
+loaded from file
+WARNING [42505] There were warnings in variable rlut:
+ rlut: attribute positive not present
+loaded from file
+WARNING [42505] There were warnings in variable rlutcs:
+ rlutcs: attribute positive not present
+loaded from file
+WARNING [42505] There were warnings in variable rlut:
+ rlut: attribute positive not present
+loaded from file
+WARNING [42505] There were warnings in variable rlutcs:
+ rlutcs: attribute positive not present
+loaded from file
+WARNING [42505] There were warnings in variable rlut:
+ rlut: attribute positive not present
+loaded from file
+WARNING [42505] There were warnings in variable rlutcs:
+ rlutcs: attribute positive not present
+loaded from file
+WARNING [42505] There were warnings in variable rsut:
+ rsut: attribute positive not present
+loaded from file
+WARNING [42505] There were warnings in variable rsutcs:
+ rsutcs: attribute positive not present
+loaded from file
+WARNING [42505] There were warnings in variable rsut:
+ rsut: attribute positive not present
+loaded from file
+WARNING [42505] There were warnings in variable rsutcs:
+ rsutcs: attribute positive not present
+loaded from file
+WARNING [42505] There were warnings in variable rsut:
+ rsut: attribute positive not present
+loaded from file
+WARNING [42505] There were warnings in variable rsutcs:
+ rsutcs: attribute positive not present
+loaded from file
diff --git a/tests/test-data/regression/esmvaltool/cloud-radiative-effects/cmip6_gn_r1i1p1f1_ACCESS-ESM1-5/executions/recipe_20250508_085102/run/main_log.txt b/tests/test-data/regression/esmvaltool/cloud-radiative-effects/cmip6_gn_r1i1p1f1_ACCESS-ESM1-5/executions/recipe_20250508_085102/run/main_log.txt
new file mode 100644
index 000000000..041be965e
--- /dev/null
+++ b/tests/test-data/regression/esmvaltool/cloud-radiative-effects/cmip6_gn_r1i1p1f1_ACCESS-ESM1-5/executions/recipe_20250508_085102/run/main_log.txt
@@ -0,0 +1,137 @@
+INFO [42505]
+______________________________________________________________________
+ _____ ____ __ ____ __ _ _____ _
+ | ____/ ___|| \/ \ \ / /_ _| |_ _|__ ___ | |
+ | _| \___ \| |\/| |\ \ / / _` | | | |/ _ \ / _ \| |
+ | |___ ___) | | | | \ V / (_| | | | | (_) | (_) | |
+ |_____|____/|_| |_| \_/ \__,_|_| |_|\___/ \___/|_|
+______________________________________________________________________
+
+Earth System Model Evaluation Tool
+
+A community tool for the evaluation of Earth system models.
+
+https://esmvaltool.org
+
+The Earth System Model Evaluation Tool (ESMValTool) is a community
+diagnostics and performance metrics tool for the evaluation of Earth
+System Models (ESMs) that allows for routine comparison of single or
+multiple models, either against predecessor versions or against
+observations.
+
+Tutorial: https://tutorial.esmvaltool.org
+Documentation: https://docs.esmvaltool.org
+Contact: esmvaltool-dev@listserv.dfn.de
+
+If you find this software useful for your research, please cite it using
+https://doi.org/10.5281/zenodo.3387139 for ESMValCore or
+https://doi.org/10.5281/zenodo.3401363 for ESMValTool or
+any of the reference papers listed at https://esmvaltool.org/references/.
+
+Have fun!
+
+INFO [42505] Package versions
+INFO [42505] ----------------
+INFO [42505] ESMValCore: 2.12.0
+INFO [42505] ESMValTool: 2.13.0.dev27+ga759ce46d
+INFO [42505] ----------------
+INFO [42505] Reading configuration files from:
+/home/bandela/src/Climate-REF/climate-ref/.ref/software/conda/esmvaltool-3f4f581a6adc96683cb6e79a074c2eadfb5bcaaf/lib/python3.12/site-packages/esmvalcore/config/configurations/defaults (defaults)
+/home/bandela/.config/esmvaltool (default user configuration directory)
+/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/config (command line argument)
+INFO [42505] Writing program log files to:
+/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/run/main_log.txt
+/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/run/main_log_debug.txt
+/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/run/cmor_log.txt
+WARNING [42505] /home/bandela/src/Climate-REF/climate-ref/.ref/software/conda/esmvaltool-3f4f581a6adc96683cb6e79a074c2eadfb5bcaaf/lib/python3.12/site-packages/esmpy/interface/loadESMF.py:94: VersionWarning: ESMF installation version 8.8.0, ESMPy version 8.8.0b0
+ warnings.warn("ESMF installation version {}, ESMPy version {}".format(
+
+INFO [42505] Starting the Earth System Model Evaluation Tool at time: 2025-05-08 08:51:03 UTC
+INFO [42505] ----------------------------------------------------------------------
+INFO [42505] RECIPE = /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/recipe.yml
+INFO [42505] RUNDIR = /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/run
+INFO [42505] WORKDIR = /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/work
+INFO [42505] PREPROCDIR = /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc
+INFO [42505] PLOTDIR = /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/plots
+INFO [42505] ----------------------------------------------------------------------
+INFO [42505] Running tasks using at most 1 processes
+INFO [42505] If your system hangs during execution, it may not have enough memory for keeping this number of tasks in memory.
+INFO [42505] If you experience memory problems, try reducing 'max_parallel_tasks' in your configuration.
+INFO [42505] Creating tasks from recipe
+INFO [42505] Creating tasks for diagnostic plot_maps
+INFO [42505] Creating diagnostic task plot_maps/plot
+INFO [42505] Creating preprocessor task plot_maps/lwcre
+INFO [42505] Creating preprocessor 'full_climatology' task for variable 'lwcre'
+INFO [42505] Found input files for Dataset: lwcre, Amon, CMIP6, ACCESS-ESM1-5, CMIP, historical, r1i1p1f1, gn, v20191115
+INFO [42505] Found input files for Dataset: lwcre, Amon, OBS, CERES-EBAF, Ed4.2
+INFO [42505] PreprocessingTask plot_maps/lwcre created.
+INFO [42505] Creating preprocessor task plot_maps/swcre
+INFO [42505] Creating preprocessor 'full_climatology' task for variable 'swcre'
+INFO [42505] Found input files for Dataset: swcre, Amon, CMIP6, ACCESS-ESM1-5, CMIP, historical, r1i1p1f1, gn, v20191115
+INFO [42505] Found input files for Dataset: swcre, Amon, OBS, CERES-EBAF, Ed4.2
+INFO [42505] PreprocessingTask plot_maps/swcre created.
+INFO [42505] Creating tasks for diagnostic plot_profiles
+INFO [42505] Creating diagnostic task plot_profiles/plot
+INFO [42505] Creating preprocessor task plot_profiles/lwcre
+INFO [42505] Creating preprocessor 'zonal_mean' task for variable 'lwcre'
+INFO [42505] Found input files for Dataset: lwcre, Amon, CMIP6, ACCESS-ESM1-5, CMIP, historical, r1i1p1f1, gn, v20191115
+INFO [42505] Found input files for Dataset: lwcre, Amon, OBS, CERES-EBAF, Ed4.2
+INFO [42505] Found input files for Dataset: lwcre, Amon, OBS, ESACCI-CLOUD, AVHRR-AMPM-fv3.0
+INFO [42505] Found input files for Dataset: lwcre, Amon, OBS, ISCCP-FH, v0
+INFO [42505] PreprocessingTask plot_profiles/lwcre created.
+INFO [42505] Creating preprocessor task plot_profiles/swcre
+INFO [42505] Creating preprocessor 'zonal_mean' task for variable 'swcre'
+INFO [42505] Found input files for Dataset: swcre, Amon, CMIP6, ACCESS-ESM1-5, CMIP, historical, r1i1p1f1, gn, v20191115
+INFO [42505] Found input files for Dataset: swcre, Amon, OBS, CERES-EBAF, Ed4.2
+INFO [42505] Found input files for Dataset: swcre, Amon, OBS, ESACCI-CLOUD, AVHRR-AMPM-fv3.0
+INFO [42505] Found input files for Dataset: swcre, Amon, OBS, ISCCP-FH, v0
+INFO [42505] PreprocessingTask plot_profiles/swcre created.
+INFO [42505] These tasks will be executed: plot_maps/plot, plot_profiles/lwcre, plot_maps/swcre, plot_profiles/swcre, plot_maps/lwcre, plot_profiles/plot
+INFO [42505] Wrote recipe with version numbers and wildcards to:
+file:///tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/run/recipe_filled.yml
+INFO [42505] Using Dask distributed scheduler (address: tcp://127.0.0.1:38045, dashboard link: http://127.0.0.1:8787/status)
+INFO [42505] Running 6 tasks sequentially
+INFO [42505] Starting task plot_maps/lwcre in process [42505]
+INFO [42505] Computing and saving data for preprocessing task plot_maps/lwcre
+INFO [42505] Successfully completed task plot_maps/lwcre (priority 1) in 0:00:01.668889
+INFO [42505] Starting task plot_maps/swcre in process [42505]
+INFO [42505] Computing and saving data for preprocessing task plot_maps/swcre
+INFO [42505] Successfully completed task plot_maps/swcre (priority 2) in 0:00:01.070610
+INFO [42505] Starting task plot_maps/plot in process [42505]
+INFO [42505] Running command ['/home/bandela/src/Climate-REF/climate-ref/.ref/software/conda/esmvaltool-3f4f581a6adc96683cb6e79a074c2eadfb5bcaaf/bin/python', '/home/bandela/src/Climate-REF/climate-ref/.ref/software/conda/esmvaltool-3f4f581a6adc96683cb6e79a074c2eadfb5bcaaf/lib/python3.12/site-packages/esmvaltool/diag_scripts/monitor/multi_datasets.py', '/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/run/plot_maps/plot/settings.yml']
+INFO [42505] Writing output to /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/work/plot_maps/plot
+INFO [42505] Writing plots to /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/plots/plot_maps/plot
+INFO [42505] Writing log to /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/run/plot_maps/plot/log.txt
+INFO [42505] To re-run this diagnostic script, run:
+cd /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/run/plot_maps/plot; MPLBACKEND="Agg" /home/bandela/src/Climate-REF/climate-ref/.ref/software/conda/esmvaltool-3f4f581a6adc96683cb6e79a074c2eadfb5bcaaf/bin/python /home/bandela/src/Climate-REF/climate-ref/.ref/software/conda/esmvaltool-3f4f581a6adc96683cb6e79a074c2eadfb5bcaaf/lib/python3.12/site-packages/esmvaltool/diag_scripts/monitor/multi_datasets.py /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/run/plot_maps/plot/settings.yml
+INFO [42505] Maximum memory used (estimate): 0.5 GB
+INFO [42505] Sampled every second. It may be inaccurate if short but high spikes in memory consumption occur.
+INFO [42505] Successfully completed task plot_maps/plot (priority 0) in 0:00:07.593067
+INFO [42505] Starting task plot_profiles/lwcre in process [42505]
+INFO [42505] Computing and saving data for preprocessing task plot_profiles/lwcre
+INFO [42505] Successfully completed task plot_profiles/lwcre (priority 4) in 0:00:07.359374
+INFO [42505] Starting task plot_profiles/swcre in process [42505]
+INFO [42505] Computing and saving data for preprocessing task plot_profiles/swcre
+INFO [42505] Successfully completed task plot_profiles/swcre (priority 5) in 0:00:07.936432
+INFO [42505] Starting task plot_profiles/plot in process [42505]
+INFO [42505] Running command ['/home/bandela/src/Climate-REF/climate-ref/.ref/software/conda/esmvaltool-3f4f581a6adc96683cb6e79a074c2eadfb5bcaaf/bin/python', '/home/bandela/src/Climate-REF/climate-ref/.ref/software/conda/esmvaltool-3f4f581a6adc96683cb6e79a074c2eadfb5bcaaf/lib/python3.12/site-packages/esmvaltool/diag_scripts/monitor/multi_datasets.py', '/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/run/plot_profiles/plot/settings.yml']
+INFO [42505] Writing output to /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/work/plot_profiles/plot
+INFO [42505] Writing plots to /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/plots/plot_profiles/plot
+INFO [42505] Writing log to /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/run/plot_profiles/plot/log.txt
+INFO [42505] To re-run this diagnostic script, run:
+cd /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/run/plot_profiles/plot; MPLBACKEND="Agg" /home/bandela/src/Climate-REF/climate-ref/.ref/software/conda/esmvaltool-3f4f581a6adc96683cb6e79a074c2eadfb5bcaaf/bin/python /home/bandela/src/Climate-REF/climate-ref/.ref/software/conda/esmvaltool-3f4f581a6adc96683cb6e79a074c2eadfb5bcaaf/lib/python3.12/site-packages/esmvaltool/diag_scripts/monitor/multi_datasets.py /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/run/plot_profiles/plot/settings.yml
+INFO [42505] Maximum memory used (estimate): 0.5 GB
+INFO [42505] Sampled every second. It may be inaccurate if short but high spikes in memory consumption occur.
+INFO [42505] Successfully completed task plot_profiles/plot (priority 3) in 0:00:04.389512
+INFO [42505] Wrote recipe with version numbers and wildcards to:
+file:///tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/run/recipe_filled.yml
+INFO [42505] Wrote recipe output to:
+file:///tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/index.html
+INFO [42505] Ending the Earth System Model Evaluation Tool at time: 2025-05-08 08:51:34 UTC
+INFO [42505] Time for running the recipe was: 0:00:31.196441
+INFO [42505] Maximum memory used (estimate): 2.5 GB
+INFO [42505] Sampled every second. It may be inaccurate if short but high spikes in memory consumption occur.
+INFO [42505] Removing `preproc` directory containing preprocessed data
+INFO [42505] If this data is further needed, then set `remove_preproc_dir` to `false` in your configuration
+WARNING [42505] Input data is not (fully) CMOR-compliant, see /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/run/cmor_log.txt for details
+INFO [42505] Run was successful
diff --git a/tests/test-data/regression/esmvaltool/cloud-radiative-effects/cmip6_gn_r1i1p1f1_ACCESS-ESM1-5/executions/recipe_20250508_085102/run/main_log_debug.txt b/tests/test-data/regression/esmvaltool/cloud-radiative-effects/cmip6_gn_r1i1p1f1_ACCESS-ESM1-5/executions/recipe_20250508_085102/run/main_log_debug.txt
new file mode 100644
index 000000000..179a64f57
--- /dev/null
+++ b/tests/test-data/regression/esmvaltool/cloud-radiative-effects/cmip6_gn_r1i1p1f1_ACCESS-ESM1-5/executions/recipe_20250508_085102/run/main_log_debug.txt
@@ -0,0 +1,7998 @@
+2025-05-08 08:51:02,982 UTC [42505] INFO esmvalcore._main:576
+______________________________________________________________________
+ _____ ____ __ ____ __ _ _____ _
+ | ____/ ___|| \/ \ \ / /_ _| |_ _|__ ___ | |
+ | _| \___ \| |\/| |\ \ / / _` | | | |/ _ \ / _ \| |
+ | |___ ___) | | | | \ V / (_| | | | | (_) | (_) | |
+ |_____|____/|_| |_| \_/ \__,_|_| |_|\___/ \___/|_|
+______________________________________________________________________
+
+Earth System Model Evaluation Tool
+
+A community tool for the evaluation of Earth system models.
+
+https://esmvaltool.org
+
+The Earth System Model Evaluation Tool (ESMValTool) is a community
+diagnostics and performance metrics tool for the evaluation of Earth
+System Models (ESMs) that allows for routine comparison of single or
+multiple models, either against predecessor versions or against
+observations.
+
+Tutorial: https://tutorial.esmvaltool.org
+Documentation: https://docs.esmvaltool.org
+Contact: esmvaltool-dev@listserv.dfn.de
+
+If you find this software useful for your research, please cite it using
+https://doi.org/10.5281/zenodo.3387139 for ESMValCore or
+https://doi.org/10.5281/zenodo.3401363 for ESMValTool or
+any of the reference papers listed at https://esmvaltool.org/references/.
+
+Have fun!
+
+2025-05-08 08:51:02,982 UTC [42505] INFO esmvalcore._main:577 Package versions
+2025-05-08 08:51:02,982 UTC [42505] INFO esmvalcore._main:578 ----------------
+2025-05-08 08:51:02,982 UTC [42505] INFO esmvalcore._main:579 ESMValCore: 2.12.0
+2025-05-08 08:51:02,982 UTC [42505] INFO esmvalcore._main:581 ESMValTool: 2.13.0.dev27+ga759ce46d
+2025-05-08 08:51:02,982 UTC [42505] INFO esmvalcore._main:582 ----------------
+2025-05-08 08:51:02,982 UTC [42505] INFO esmvalcore._main:583 Reading configuration files from:
+/home/bandela/src/Climate-REF/climate-ref/.ref/software/conda/esmvaltool-3f4f581a6adc96683cb6e79a074c2eadfb5bcaaf/lib/python3.12/site-packages/esmvalcore/config/configurations/defaults (defaults)
+/home/bandela/.config/esmvaltool (default user configuration directory)
+/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/config (command line argument)
+2025-05-08 08:51:02,982 UTC [42505] INFO esmvalcore._main:587 Writing program log files to:
+/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/run/main_log.txt
+/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/run/main_log_debug.txt
+/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/run/cmor_log.txt
+2025-05-08 08:51:03,084 UTC [42505] WARNING py.warnings:109 /home/bandela/src/Climate-REF/climate-ref/.ref/software/conda/esmvaltool-3f4f581a6adc96683cb6e79a074c2eadfb5bcaaf/lib/python3.12/site-packages/esmpy/interface/loadESMF.py:94: VersionWarning: ESMF installation version 8.8.0, ESMPy version 8.8.0b0
+ warnings.warn("ESMF installation version {}, ESMPy version {}".format(
+
+2025-05-08 08:51:03,114 UTC [42505] INFO esmvalcore._main:93 Starting the Earth System Model Evaluation Tool at time: 2025-05-08 08:51:03 UTC
+2025-05-08 08:51:03,114 UTC [42505] INFO esmvalcore._main:98 ----------------------------------------------------------------------
+2025-05-08 08:51:03,115 UTC [42505] INFO esmvalcore._main:99 RECIPE = /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/recipe.yml
+2025-05-08 08:51:03,115 UTC [42505] INFO esmvalcore._main:100 RUNDIR = /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/run
+2025-05-08 08:51:03,115 UTC [42505] INFO esmvalcore._main:101 WORKDIR = /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/work
+2025-05-08 08:51:03,115 UTC [42505] INFO esmvalcore._main:102 PREPROCDIR = /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc
+2025-05-08 08:51:03,115 UTC [42505] INFO esmvalcore._main:103 PLOTDIR = /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/plots
+2025-05-08 08:51:03,115 UTC [42505] INFO esmvalcore._main:104 ----------------------------------------------------------------------
+2025-05-08 08:51:03,115 UTC [42505] INFO esmvalcore._main:107 Running tasks using at most 1 processes
+2025-05-08 08:51:03,115 UTC [42505] INFO esmvalcore._main:109 If your system hangs during execution, it may not have enough memory for keeping this number of tasks in memory.
+2025-05-08 08:51:03,115 UTC [42505] INFO esmvalcore._main:113 If you experience memory problems, try reducing 'max_parallel_tasks' in your configuration.
+2025-05-08 08:51:03,115 UTC [42505] DEBUG esmvalcore._recipe.check:67 Checking recipe against schema /home/bandela/src/Climate-REF/climate-ref/.ref/software/conda/esmvaltool-3f4f581a6adc96683cb6e79a074c2eadfb5bcaaf/lib/python3.12/site-packages/esmvalcore/_recipe/recipe_schema.yml
+2025-05-08 08:51:03,125 UTC [42505] DEBUG esmvalcore._recipe.to_datasets:360 Populating list of datasets for variable lwcre in diagnostic plot_maps
+2025-05-08 08:51:03,125 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/lwcre/gn/*/lwcre_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn*.nc')]
+2025-05-08 08:51:03,126 UTC [42505] DEBUG esmvalcore._recipe.to_datasets:386 Found Dataset: lwcre, Amon, CMIP6, ACCESS-ESM1-5, CMIP, historical, r1i1p1f1, gn
+2025-05-08 08:51:03,126 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_lwcre[_.]*nc')]
+2025-05-08 08:51:03,126 UTC [42505] DEBUG esmvalcore._recipe.to_datasets:386 Found Dataset: lwcre, Amon, OBS, CERES-EBAF, Ed4.2
+2025-05-08 08:51:03,126 UTC [42505] DEBUG esmvalcore._recipe.to_datasets:360 Populating list of datasets for variable swcre in diagnostic plot_maps
+2025-05-08 08:51:03,126 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/swcre/gn/*/swcre_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn*.nc')]
+2025-05-08 08:51:03,126 UTC [42505] DEBUG esmvalcore._recipe.to_datasets:386 Found Dataset: swcre, Amon, CMIP6, ACCESS-ESM1-5, CMIP, historical, r1i1p1f1, gn
+2025-05-08 08:51:03,127 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_swcre[_.]*nc')]
+2025-05-08 08:51:03,127 UTC [42505] DEBUG esmvalcore._recipe.to_datasets:386 Found Dataset: swcre, Amon, OBS, CERES-EBAF, Ed4.2
+2025-05-08 08:51:03,127 UTC [42505] DEBUG esmvalcore._recipe.to_datasets:360 Populating list of datasets for variable lwcre in diagnostic plot_profiles
+2025-05-08 08:51:03,127 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/lwcre/gn/*/lwcre_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn*.nc')]
+2025-05-08 08:51:03,127 UTC [42505] DEBUG esmvalcore._recipe.to_datasets:386 Found Dataset: lwcre, Amon, CMIP6, ACCESS-ESM1-5, CMIP, historical, r1i1p1f1, gn
+2025-05-08 08:51:03,127 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_lwcre[_.]*nc')]
+2025-05-08 08:51:03,128 UTC [42505] DEBUG esmvalcore._recipe.to_datasets:386 Found Dataset: lwcre, Amon, OBS, CERES-EBAF, Ed4.2
+2025-05-08 08:51:03,128 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ESACCI-CLOUD/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_lwcre[_.]*nc')]
+2025-05-08 08:51:03,128 UTC [42505] DEBUG esmvalcore._recipe.to_datasets:386 Found Dataset: lwcre, Amon, OBS, ESACCI-CLOUD, AVHRR-AMPM-fv3.0
+2025-05-08 08:51:03,128 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ISCCP-FH/OBS_ISCCP-FH_sat_v0_Amon_lwcre[_.]*nc')]
+2025-05-08 08:51:03,128 UTC [42505] DEBUG esmvalcore._recipe.to_datasets:386 Found Dataset: lwcre, Amon, OBS, ISCCP-FH, v0
+2025-05-08 08:51:03,128 UTC [42505] DEBUG esmvalcore._recipe.to_datasets:360 Populating list of datasets for variable swcre in diagnostic plot_profiles
+2025-05-08 08:51:03,128 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/swcre/gn/*/swcre_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn*.nc')]
+2025-05-08 08:51:03,129 UTC [42505] DEBUG esmvalcore._recipe.to_datasets:386 Found Dataset: swcre, Amon, CMIP6, ACCESS-ESM1-5, CMIP, historical, r1i1p1f1, gn
+2025-05-08 08:51:03,129 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_swcre[_.]*nc')]
+2025-05-08 08:51:03,129 UTC [42505] DEBUG esmvalcore._recipe.to_datasets:386 Found Dataset: swcre, Amon, OBS, CERES-EBAF, Ed4.2
+2025-05-08 08:51:03,129 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ESACCI-CLOUD/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_swcre[_.]*nc')]
+2025-05-08 08:51:03,129 UTC [42505] DEBUG esmvalcore._recipe.to_datasets:386 Found Dataset: swcre, Amon, OBS, ESACCI-CLOUD, AVHRR-AMPM-fv3.0
+2025-05-08 08:51:03,129 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ISCCP-FH/OBS_ISCCP-FH_sat_v0_Amon_swcre[_.]*nc')]
+2025-05-08 08:51:03,129 UTC [42505] DEBUG esmvalcore._recipe.to_datasets:386 Found Dataset: swcre, Amon, OBS, ISCCP-FH, v0
+2025-05-08 08:51:03,129 UTC [42505] DEBUG esmvalcore._recipe.recipe:879 Retrieving diagnostics from recipe
+2025-05-08 08:51:03,130 UTC [42505] DEBUG esmvalcore._recipe.recipe:909 Setting script for diagnostic plot_maps
+2025-05-08 08:51:03,130 UTC [42505] DEBUG esmvalcore._recipe.recipe:909 Setting script for diagnostic plot_profiles
+2025-05-08 08:51:03,130 UTC [42505] INFO esmvalcore._recipe.recipe:1119 Creating tasks from recipe
+2025-05-08 08:51:03,130 UTC [42505] INFO esmvalcore._recipe.recipe:1128 Creating tasks for diagnostic plot_maps
+2025-05-08 08:51:03,130 UTC [42505] INFO esmvalcore._recipe.recipe:1041 Creating diagnostic task plot_maps/plot
+2025-05-08 08:51:03,130 UTC [42505] DEBUG esmvalcore._task:397 No local diagnostic script found. Attempting to load the script from the base repository.
+2025-05-08 08:51:03,130 UTC [42505] INFO esmvalcore._recipe.recipe:1103 Creating preprocessor task plot_maps/lwcre
+2025-05-08 08:51:03,130 UTC [42505] INFO esmvalcore._recipe.recipe:739 Creating preprocessor 'full_climatology' task for variable 'lwcre'
+2025-05-08 08:51:03,130 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/lwcre/gn/*/lwcre_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn*.nc')]
+2025-05-08 08:51:03,132 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/lwcre/gn/*/lwcre_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn*.nc')]
+2025-05-08 08:51:03,132 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/lwcre/gn/*/lwcre_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn*.nc')]
+2025-05-08 08:51:03,132 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlut/gn/*/rlut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn*.nc')]
+2025-05-08 08:51:03,133 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlutcs/gn/*/rlutcs_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn*.nc')]
+2025-05-08 08:51:03,133 UTC [42505] DEBUG esmvalcore._recipe.recipe:313 Using input files for variable rlut of dataset CMIP6:
+ /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlut/gn/v20191115/rlut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200001-201412.nc
+2025-05-08 08:51:03,133 UTC [42505] DEBUG esmvalcore._recipe.recipe:313 Using input files for variable rlutcs of dataset CMIP6:
+ /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlutcs/gn/v20191115/rlutcs_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200501-201412.nc
+2025-05-08 08:51:03,133 UTC [42505] INFO esmvalcore._recipe.recipe:597 Found input files for Dataset: lwcre, Amon, CMIP6, ACCESS-ESM1-5, CMIP, historical, r1i1p1f1, gn, v20191115
+2025-05-08 08:51:03,133 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_lwcre[_.]*nc')]
+2025-05-08 08:51:03,134 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_lwcre[_.]*nc')]
+2025-05-08 08:51:03,134 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_lwcre[_.]*nc')]
+2025-05-08 08:51:03,134 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlut[_.]*nc')]
+2025-05-08 08:51:03,135 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlutcs[_.]*nc')]
+2025-05-08 08:51:03,135 UTC [42505] DEBUG esmvalcore._recipe.recipe:313 Using input files for variable rlut of dataset OBS:
+ /home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlut_200003-202311.nc
+2025-05-08 08:51:03,135 UTC [42505] DEBUG esmvalcore._recipe.recipe:313 Using input files for variable rlutcs of dataset OBS:
+ /home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlutcs_200003-202311.nc
+2025-05-08 08:51:03,135 UTC [42505] INFO esmvalcore._recipe.recipe:597 Found input files for Dataset: lwcre, Amon, OBS, CERES-EBAF, Ed4.2
+2025-05-08 08:51:03,135 UTC [42505] INFO esmvalcore._recipe.recipe:766 PreprocessingTask plot_maps/lwcre created.
+2025-05-08 08:51:03,135 UTC [42505] DEBUG esmvalcore._recipe.recipe:767 PreprocessingTask plot_maps/lwcre will create the files:
+/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_maps/lwcre/CMIP6_ACCESS-ESM1-5_Amon_historical_r1i1p1f1_lwcre_gn_2005-2014.nc
+/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_maps/lwcre/OBS_CERES-EBAF_sat_Ed4.2_Amon_lwcre_2005-2014.nc
+2025-05-08 08:51:03,135 UTC [42505] INFO esmvalcore._recipe.recipe:1103 Creating preprocessor task plot_maps/swcre
+2025-05-08 08:51:03,135 UTC [42505] INFO esmvalcore._recipe.recipe:739 Creating preprocessor 'full_climatology' task for variable 'swcre'
+2025-05-08 08:51:03,136 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/swcre/gn/*/swcre_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn*.nc')]
+2025-05-08 08:51:03,137 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/swcre/gn/*/swcre_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn*.nc')]
+2025-05-08 08:51:03,137 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/swcre/gn/*/swcre_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn*.nc')]
+2025-05-08 08:51:03,137 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rsut/gn/*/rsut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn*.nc')]
+2025-05-08 08:51:03,137 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rsutcs/gn/*/rsutcs_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn*.nc')]
+2025-05-08 08:51:03,137 UTC [42505] DEBUG esmvalcore._recipe.recipe:313 Using input files for variable rsut of dataset CMIP6:
+ /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rsut/gn/v20191115/rsut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200001-201412.nc
+2025-05-08 08:51:03,137 UTC [42505] DEBUG esmvalcore._recipe.recipe:313 Using input files for variable rsutcs of dataset CMIP6:
+ /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rsutcs/gn/v20191115/rsutcs_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200501-201412.nc
+2025-05-08 08:51:03,138 UTC [42505] INFO esmvalcore._recipe.recipe:597 Found input files for Dataset: swcre, Amon, CMIP6, ACCESS-ESM1-5, CMIP, historical, r1i1p1f1, gn, v20191115
+2025-05-08 08:51:03,138 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_swcre[_.]*nc')]
+2025-05-08 08:51:03,138 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_swcre[_.]*nc')]
+2025-05-08 08:51:03,139 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_swcre[_.]*nc')]
+2025-05-08 08:51:03,139 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rsut[_.]*nc')]
+2025-05-08 08:51:03,139 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rsutcs[_.]*nc')]
+2025-05-08 08:51:03,139 UTC [42505] DEBUG esmvalcore._recipe.recipe:313 Using input files for variable rsut of dataset OBS:
+ /home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rsut_200003-202311.nc
+2025-05-08 08:51:03,139 UTC [42505] DEBUG esmvalcore._recipe.recipe:313 Using input files for variable rsutcs of dataset OBS:
+ /home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rsutcs_200003-202311.nc
+2025-05-08 08:51:03,139 UTC [42505] INFO esmvalcore._recipe.recipe:597 Found input files for Dataset: swcre, Amon, OBS, CERES-EBAF, Ed4.2
+2025-05-08 08:51:03,140 UTC [42505] INFO esmvalcore._recipe.recipe:766 PreprocessingTask plot_maps/swcre created.
+2025-05-08 08:51:03,140 UTC [42505] DEBUG esmvalcore._recipe.recipe:767 PreprocessingTask plot_maps/swcre will create the files:
+/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_maps/swcre/CMIP6_ACCESS-ESM1-5_Amon_historical_r1i1p1f1_swcre_gn_2005-2014.nc
+/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_maps/swcre/OBS_CERES-EBAF_sat_Ed4.2_Amon_swcre_2005-2014.nc
+2025-05-08 08:51:03,140 UTC [42505] INFO esmvalcore._recipe.recipe:1128 Creating tasks for diagnostic plot_profiles
+2025-05-08 08:51:03,140 UTC [42505] INFO esmvalcore._recipe.recipe:1041 Creating diagnostic task plot_profiles/plot
+2025-05-08 08:51:03,140 UTC [42505] DEBUG esmvalcore._task:397 No local diagnostic script found. Attempting to load the script from the base repository.
+2025-05-08 08:51:03,140 UTC [42505] INFO esmvalcore._recipe.recipe:1103 Creating preprocessor task plot_profiles/lwcre
+2025-05-08 08:51:03,140 UTC [42505] INFO esmvalcore._recipe.recipe:739 Creating preprocessor 'zonal_mean' task for variable 'lwcre'
+2025-05-08 08:51:03,140 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/lwcre/gn/*/lwcre_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn*.nc')]
+2025-05-08 08:51:03,142 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/lwcre/gn/*/lwcre_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn*.nc')]
+2025-05-08 08:51:03,142 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/lwcre/gn/*/lwcre_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn*.nc')]
+2025-05-08 08:51:03,142 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlut/gn/*/rlut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn*.nc')]
+2025-05-08 08:51:03,142 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlutcs/gn/*/rlutcs_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn*.nc')]
+2025-05-08 08:51:03,142 UTC [42505] DEBUG esmvalcore._recipe.recipe:313 Using input files for variable rlut of dataset CMIP6:
+ /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlut/gn/v20191115/rlut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200001-201412.nc
+2025-05-08 08:51:03,142 UTC [42505] DEBUG esmvalcore._recipe.recipe:313 Using input files for variable rlutcs of dataset CMIP6:
+ /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlutcs/gn/v20191115/rlutcs_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200501-201412.nc
+2025-05-08 08:51:03,142 UTC [42505] INFO esmvalcore._recipe.recipe:597 Found input files for Dataset: lwcre, Amon, CMIP6, ACCESS-ESM1-5, CMIP, historical, r1i1p1f1, gn, v20191115
+2025-05-08 08:51:03,143 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_lwcre[_.]*nc')]
+2025-05-08 08:51:03,144 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_lwcre[_.]*nc')]
+2025-05-08 08:51:03,144 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_lwcre[_.]*nc')]
+2025-05-08 08:51:03,144 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlut[_.]*nc')]
+2025-05-08 08:51:03,144 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlutcs[_.]*nc')]
+2025-05-08 08:51:03,144 UTC [42505] DEBUG esmvalcore._recipe.recipe:313 Using input files for variable rlut of dataset OBS CERES-EBAF:
+ /home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlut_200003-202311.nc
+2025-05-08 08:51:03,144 UTC [42505] DEBUG esmvalcore._recipe.recipe:313 Using input files for variable rlutcs of dataset OBS CERES-EBAF:
+ /home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlutcs_200003-202311.nc
+2025-05-08 08:51:03,144 UTC [42505] INFO esmvalcore._recipe.recipe:597 Found input files for Dataset: lwcre, Amon, OBS, CERES-EBAF, Ed4.2
+2025-05-08 08:51:03,145 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ESACCI-CLOUD/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_lwcre[_.]*nc')]
+2025-05-08 08:51:03,146 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ESACCI-CLOUD/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_lwcre[_.]*nc')]
+2025-05-08 08:51:03,146 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ESACCI-CLOUD/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_lwcre[_.]*nc')]
+2025-05-08 08:51:03,146 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ESACCI-CLOUD/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_rlut[_.]*nc')]
+2025-05-08 08:51:03,146 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ESACCI-CLOUD/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_rlutcs[_.]*nc')]
+2025-05-08 08:51:03,147 UTC [42505] DEBUG esmvalcore._recipe.recipe:313 Using input files for variable rlut of dataset OBS ESACCI-CLOUD:
+ /home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ESACCI-CLOUD/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_rlut_198201-201612.nc
+2025-05-08 08:51:03,147 UTC [42505] DEBUG esmvalcore._recipe.recipe:313 Using input files for variable rlutcs of dataset OBS ESACCI-CLOUD:
+ /home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ESACCI-CLOUD/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_rlutcs_198201-201612.nc
+2025-05-08 08:51:03,147 UTC [42505] INFO esmvalcore._recipe.recipe:597 Found input files for Dataset: lwcre, Amon, OBS, ESACCI-CLOUD, AVHRR-AMPM-fv3.0
+2025-05-08 08:51:03,147 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ISCCP-FH/OBS_ISCCP-FH_sat_v0_Amon_lwcre[_.]*nc')]
+2025-05-08 08:51:03,148 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ISCCP-FH/OBS_ISCCP-FH_sat_v0_Amon_lwcre[_.]*nc')]
+2025-05-08 08:51:03,148 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ISCCP-FH/OBS_ISCCP-FH_sat_v0_Amon_lwcre[_.]*nc')]
+2025-05-08 08:51:03,149 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ISCCP-FH/OBS_ISCCP-FH_sat_v0_Amon_rlut[_.]*nc')]
+2025-05-08 08:51:03,149 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ISCCP-FH/OBS_ISCCP-FH_sat_v0_Amon_rlutcs[_.]*nc')]
+2025-05-08 08:51:03,149 UTC [42505] DEBUG esmvalcore._recipe.recipe:313 Using input files for variable rlut of dataset OBS ISCCP-FH:
+ /home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ISCCP-FH/OBS_ISCCP-FH_sat_v0_Amon_rlut_198401-201612.nc
+2025-05-08 08:51:03,149 UTC [42505] DEBUG esmvalcore._recipe.recipe:313 Using input files for variable rlutcs of dataset OBS ISCCP-FH:
+ /home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ISCCP-FH/OBS_ISCCP-FH_sat_v0_Amon_rlutcs_198401-201612.nc
+2025-05-08 08:51:03,149 UTC [42505] INFO esmvalcore._recipe.recipe:597 Found input files for Dataset: lwcre, Amon, OBS, ISCCP-FH, v0
+2025-05-08 08:51:03,150 UTC [42505] INFO esmvalcore._recipe.recipe:766 PreprocessingTask plot_profiles/lwcre created.
+2025-05-08 08:51:03,150 UTC [42505] DEBUG esmvalcore._recipe.recipe:767 PreprocessingTask plot_profiles/lwcre will create the files:
+/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_profiles/lwcre/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_lwcre_2005-2014.nc
+/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_profiles/lwcre/OBS_ISCCP-FH_sat_v0_Amon_lwcre_2005-2014.nc
+/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_profiles/lwcre/OBS_CERES-EBAF_sat_Ed4.2_Amon_lwcre_2005-2014.nc
+/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_profiles/lwcre/CMIP6_ACCESS-ESM1-5_Amon_historical_r1i1p1f1_lwcre_gn_2005-2014.nc
+2025-05-08 08:51:03,150 UTC [42505] INFO esmvalcore._recipe.recipe:1103 Creating preprocessor task plot_profiles/swcre
+2025-05-08 08:51:03,150 UTC [42505] INFO esmvalcore._recipe.recipe:739 Creating preprocessor 'zonal_mean' task for variable 'swcre'
+2025-05-08 08:51:03,150 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/swcre/gn/*/swcre_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn*.nc')]
+2025-05-08 08:51:03,152 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/swcre/gn/*/swcre_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn*.nc')]
+2025-05-08 08:51:03,152 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/swcre/gn/*/swcre_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn*.nc')]
+2025-05-08 08:51:03,152 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rsut/gn/*/rsut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn*.nc')]
+2025-05-08 08:51:03,152 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rsutcs/gn/*/rsutcs_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn*.nc')]
+2025-05-08 08:51:03,152 UTC [42505] DEBUG esmvalcore._recipe.recipe:313 Using input files for variable rsut of dataset CMIP6:
+ /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rsut/gn/v20191115/rsut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200001-201412.nc
+2025-05-08 08:51:03,152 UTC [42505] DEBUG esmvalcore._recipe.recipe:313 Using input files for variable rsutcs of dataset CMIP6:
+ /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rsutcs/gn/v20191115/rsutcs_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200501-201412.nc
+2025-05-08 08:51:03,152 UTC [42505] INFO esmvalcore._recipe.recipe:597 Found input files for Dataset: swcre, Amon, CMIP6, ACCESS-ESM1-5, CMIP, historical, r1i1p1f1, gn, v20191115
+2025-05-08 08:51:03,152 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_swcre[_.]*nc')]
+2025-05-08 08:51:03,154 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_swcre[_.]*nc')]
+2025-05-08 08:51:03,154 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_swcre[_.]*nc')]
+2025-05-08 08:51:03,154 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rsut[_.]*nc')]
+2025-05-08 08:51:03,154 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rsutcs[_.]*nc')]
+2025-05-08 08:51:03,154 UTC [42505] DEBUG esmvalcore._recipe.recipe:313 Using input files for variable rsut of dataset OBS CERES-EBAF:
+ /home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rsut_200003-202311.nc
+2025-05-08 08:51:03,154 UTC [42505] DEBUG esmvalcore._recipe.recipe:313 Using input files for variable rsutcs of dataset OBS CERES-EBAF:
+ /home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rsutcs_200003-202311.nc
+2025-05-08 08:51:03,154 UTC [42505] INFO esmvalcore._recipe.recipe:597 Found input files for Dataset: swcre, Amon, OBS, CERES-EBAF, Ed4.2
+2025-05-08 08:51:03,155 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ESACCI-CLOUD/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_swcre[_.]*nc')]
+2025-05-08 08:51:03,156 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ESACCI-CLOUD/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_swcre[_.]*nc')]
+2025-05-08 08:51:03,156 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ESACCI-CLOUD/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_swcre[_.]*nc')]
+2025-05-08 08:51:03,156 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ESACCI-CLOUD/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_rsut[_.]*nc')]
+2025-05-08 08:51:03,156 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ESACCI-CLOUD/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_rsutcs[_.]*nc')]
+2025-05-08 08:51:03,157 UTC [42505] DEBUG esmvalcore._recipe.recipe:313 Using input files for variable rsut of dataset OBS ESACCI-CLOUD:
+ /home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ESACCI-CLOUD/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_rsut_198201-201612.nc
+2025-05-08 08:51:03,157 UTC [42505] DEBUG esmvalcore._recipe.recipe:313 Using input files for variable rsutcs of dataset OBS ESACCI-CLOUD:
+ /home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ESACCI-CLOUD/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_rsutcs_198201-201612.nc
+2025-05-08 08:51:03,157 UTC [42505] INFO esmvalcore._recipe.recipe:597 Found input files for Dataset: swcre, Amon, OBS, ESACCI-CLOUD, AVHRR-AMPM-fv3.0
+2025-05-08 08:51:03,157 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ISCCP-FH/OBS_ISCCP-FH_sat_v0_Amon_swcre[_.]*nc')]
+2025-05-08 08:51:03,158 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ISCCP-FH/OBS_ISCCP-FH_sat_v0_Amon_swcre[_.]*nc')]
+2025-05-08 08:51:03,158 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ISCCP-FH/OBS_ISCCP-FH_sat_v0_Amon_swcre[_.]*nc')]
+2025-05-08 08:51:03,158 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ISCCP-FH/OBS_ISCCP-FH_sat_v0_Amon_rsut[_.]*nc')]
+2025-05-08 08:51:03,159 UTC [42505] DEBUG esmvalcore.local:445 Looking for files matching [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ISCCP-FH/OBS_ISCCP-FH_sat_v0_Amon_rsutcs[_.]*nc')]
+2025-05-08 08:51:03,159 UTC [42505] DEBUG esmvalcore._recipe.recipe:313 Using input files for variable rsut of dataset OBS ISCCP-FH:
+ /home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ISCCP-FH/OBS_ISCCP-FH_sat_v0_Amon_rsut_198401-201612.nc
+2025-05-08 08:51:03,159 UTC [42505] DEBUG esmvalcore._recipe.recipe:313 Using input files for variable rsutcs of dataset OBS ISCCP-FH:
+ /home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ISCCP-FH/OBS_ISCCP-FH_sat_v0_Amon_rsutcs_198401-201612.nc
+2025-05-08 08:51:03,159 UTC [42505] INFO esmvalcore._recipe.recipe:597 Found input files for Dataset: swcre, Amon, OBS, ISCCP-FH, v0
+2025-05-08 08:51:03,160 UTC [42505] INFO esmvalcore._recipe.recipe:766 PreprocessingTask plot_profiles/swcre created.
+2025-05-08 08:51:03,160 UTC [42505] DEBUG esmvalcore._recipe.recipe:767 PreprocessingTask plot_profiles/swcre will create the files:
+/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_profiles/swcre/OBS_ISCCP-FH_sat_v0_Amon_swcre_2005-2014.nc
+/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_profiles/swcre/CMIP6_ACCESS-ESM1-5_Amon_historical_r1i1p1f1_swcre_gn_2005-2014.nc
+/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_profiles/swcre/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_swcre_2005-2014.nc
+/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_profiles/swcre/OBS_CERES-EBAF_sat_Ed4.2_Amon_swcre_2005-2014.nc
+2025-05-08 08:51:03,160 UTC [42505] DEBUG esmvalcore._recipe.recipe:962 Linking tasks for diagnostic plot_maps script plot
+2025-05-08 08:51:03,160 UTC [42505] DEBUG esmvalcore._recipe.recipe:975 Pattern plot_maps/lwcre matches ['plot_maps/lwcre']
+2025-05-08 08:51:03,160 UTC [42505] DEBUG esmvalcore._recipe.recipe:975 Pattern plot_maps/swcre matches ['plot_maps/swcre']
+2025-05-08 08:51:03,160 UTC [42505] DEBUG esmvalcore._recipe.recipe:962 Linking tasks for diagnostic plot_profiles script plot
+2025-05-08 08:51:03,160 UTC [42505] DEBUG esmvalcore._recipe.recipe:975 Pattern plot_profiles/lwcre matches ['plot_profiles/lwcre']
+2025-05-08 08:51:03,160 UTC [42505] DEBUG esmvalcore._recipe.recipe:975 Pattern plot_profiles/swcre matches ['plot_profiles/swcre']
+2025-05-08 08:51:03,160 UTC [42505] INFO esmvalcore._recipe.recipe:1171 These tasks will be executed: plot_maps/plot, plot_profiles/lwcre, plot_maps/swcre, plot_profiles/swcre, plot_maps/lwcre, plot_profiles/plot
+2025-05-08 08:51:03,161 UTC [42505] DEBUG esmvalcore._main:133 Recipe summary:
+DiagnosticTask: plot_maps/plot
+script: monitor/multi_datasets.py
+settings:
+{'auxiliary_data_dir': PosixPath('/home/bandela/auxiliary_data'),
+ 'log_level': 'info',
+ 'output_file_type': 'png',
+ 'plot_dir': '/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/plots/plot_maps/plot',
+ 'plot_filename': '{plot_type}_{real_name}_{dataset}_{mip}',
+ 'plot_folder': '{plot_dir}',
+ 'plots': {'map': {'common_cbar': True,
+ 'fontsize': 10,
+ 'x_pos_stats_avg': -0.1}},
+ 'profile_diagnostic': False,
+ 'recipe': PosixPath('recipe.yml'),
+ 'run_dir': '/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/run/plot_maps/plot',
+ 'script': 'plot',
+ 'version': '2.12.0',
+ 'work_dir': '/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/work/plot_maps/plot'}
+ancestors:
+ PreprocessingTask: plot_maps/lwcre
+ order: ['derive', 'regrid', 'climate_statistics', 'remove_supplementary_variables', 'save']
+ PreprocessorFile: /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_maps/lwcre/CMIP6_ACCESS-ESM1-5_Amon_historical_r1i1p1f1_lwcre_gn_2005-2014.nc
+ input files: [LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlut/gn/v20191115/rlut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200001-201412.nc'),
+ LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlutcs/gn/v20191115/rlutcs_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200501-201412.nc')]
+ settings: {'climate_statistics': {'period': 'full'},
+ 'derive': {'long_name': 'TOA Longwave Cloud Radiative Effect',
+ 'short_name': 'lwcre',
+ 'standard_name': '',
+ 'units': 'W m-2'},
+ 'regrid': {'scheme': {'reference': 'esmf_regrid.schemes:ESMFAreaWeighted'},
+ 'target_grid': '1x1'},
+ 'remove_supplementary_variables': {},
+ 'save': {'compress': False,
+ 'compute': False,
+ 'filename': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_maps/lwcre/CMIP6_ACCESS-ESM1-5_Amon_historical_r1i1p1f1_lwcre_gn_2005-2014.nc')}}
+
+ PreprocessorFile: /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_maps/lwcre/OBS_CERES-EBAF_sat_Ed4.2_Amon_lwcre_2005-2014.nc
+ input files: [LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlut_200003-202311.nc'),
+ LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlutcs_200003-202311.nc')]
+ settings: {'climate_statistics': {'period': 'full'},
+ 'derive': {'long_name': 'TOA Longwave Cloud Radiative Effect',
+ 'short_name': 'lwcre',
+ 'standard_name': '',
+ 'units': 'W m-2'},
+ 'regrid': {'scheme': {'reference': 'esmf_regrid.schemes:ESMFAreaWeighted'},
+ 'target_grid': '1x1'},
+ 'remove_supplementary_variables': {},
+ 'save': {'compress': False,
+ 'compute': False,
+ 'filename': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_maps/lwcre/OBS_CERES-EBAF_sat_Ed4.2_Amon_lwcre_2005-2014.nc')}}
+ ancestors:
+ None
+
+ PreprocessingTask: plot_maps/swcre
+ order: ['derive', 'regrid', 'climate_statistics', 'remove_supplementary_variables', 'save']
+ PreprocessorFile: /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_maps/swcre/CMIP6_ACCESS-ESM1-5_Amon_historical_r1i1p1f1_swcre_gn_2005-2014.nc
+ input files: [LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rsut/gn/v20191115/rsut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200001-201412.nc'),
+ LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rsutcs/gn/v20191115/rsutcs_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200501-201412.nc')]
+ settings: {'climate_statistics': {'period': 'full'},
+ 'derive': {'long_name': 'TOA Shortwave Cloud Radiative Effect',
+ 'short_name': 'swcre',
+ 'standard_name': '',
+ 'units': 'W m-2'},
+ 'regrid': {'scheme': {'reference': 'esmf_regrid.schemes:ESMFAreaWeighted'},
+ 'target_grid': '1x1'},
+ 'remove_supplementary_variables': {},
+ 'save': {'compress': False,
+ 'compute': False,
+ 'filename': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_maps/swcre/CMIP6_ACCESS-ESM1-5_Amon_historical_r1i1p1f1_swcre_gn_2005-2014.nc')}}
+
+ PreprocessorFile: /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_maps/swcre/OBS_CERES-EBAF_sat_Ed4.2_Amon_swcre_2005-2014.nc
+ input files: [LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rsut_200003-202311.nc'),
+ LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rsutcs_200003-202311.nc')]
+ settings: {'climate_statistics': {'period': 'full'},
+ 'derive': {'long_name': 'TOA Shortwave Cloud Radiative Effect',
+ 'short_name': 'swcre',
+ 'standard_name': '',
+ 'units': 'W m-2'},
+ 'regrid': {'scheme': {'reference': 'esmf_regrid.schemes:ESMFAreaWeighted'},
+ 'target_grid': '1x1'},
+ 'remove_supplementary_variables': {},
+ 'save': {'compress': False,
+ 'compute': False,
+ 'filename': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_maps/swcre/OBS_CERES-EBAF_sat_Ed4.2_Amon_swcre_2005-2014.nc')}}
+ ancestors:
+ None
+
+
+DiagnosticTask: plot_profiles/plot
+script: monitor/multi_datasets.py
+settings:
+{'auxiliary_data_dir': PosixPath('/home/bandela/auxiliary_data'),
+ 'log_level': 'info',
+ 'output_file_type': 'png',
+ 'plot_dir': '/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/plots/plot_profiles/plot',
+ 'plot_filename': '{plot_type}_{real_name}_{dataset}_{mip}',
+ 'plot_folder': '{plot_dir}',
+ 'plots': {'variable_vs_lat': {'legend_kwargs': {'loc': 'upper right'},
+ 'plot_kwargs': {'CERES-EBAF': {'color': 'black'},
+ 'ESACCI-CLOUD': {'color': 'black',
+ 'linestyle': 'dashed'},
+ 'ISCCP-FH': {'color': 'black',
+ 'linestyle': 'dotted'}}}},
+ 'profile_diagnostic': False,
+ 'recipe': PosixPath('recipe.yml'),
+ 'run_dir': '/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/run/plot_profiles/plot',
+ 'script': 'plot',
+ 'version': '2.12.0',
+ 'work_dir': '/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/work/plot_profiles/plot'}
+ancestors:
+ PreprocessingTask: plot_profiles/lwcre
+ order: ['derive', 'regrid', 'zonal_statistics', 'climate_statistics', 'remove_supplementary_variables', 'save']
+ PreprocessorFile: /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_profiles/lwcre/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_lwcre_2005-2014.nc
+ input files: [LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ESACCI-CLOUD/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_rlut_198201-201612.nc'),
+ LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ESACCI-CLOUD/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_rlutcs_198201-201612.nc')]
+ settings: {'climate_statistics': {'period': 'full'},
+ 'derive': {'long_name': 'TOA Longwave Cloud Radiative Effect',
+ 'short_name': 'lwcre',
+ 'standard_name': '',
+ 'units': 'W m-2'},
+ 'regrid': {'scheme': {'reference': 'esmf_regrid.schemes:ESMFAreaWeighted'},
+ 'target_grid': '1x1'},
+ 'remove_supplementary_variables': {},
+ 'save': {'compress': False,
+ 'compute': False,
+ 'filename': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_profiles/lwcre/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_lwcre_2005-2014.nc')},
+ 'zonal_statistics': {'operator': 'mean'}}
+
+ PreprocessorFile: /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_profiles/lwcre/OBS_ISCCP-FH_sat_v0_Amon_lwcre_2005-2014.nc
+ input files: [LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ISCCP-FH/OBS_ISCCP-FH_sat_v0_Amon_rlut_198401-201612.nc'),
+ LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ISCCP-FH/OBS_ISCCP-FH_sat_v0_Amon_rlutcs_198401-201612.nc')]
+ settings: {'climate_statistics': {'period': 'full'},
+ 'derive': {'long_name': 'TOA Longwave Cloud Radiative Effect',
+ 'short_name': 'lwcre',
+ 'standard_name': '',
+ 'units': 'W m-2'},
+ 'regrid': {'scheme': {'reference': 'esmf_regrid.schemes:ESMFAreaWeighted'},
+ 'target_grid': '1x1'},
+ 'remove_supplementary_variables': {},
+ 'save': {'compress': False,
+ 'compute': False,
+ 'filename': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_profiles/lwcre/OBS_ISCCP-FH_sat_v0_Amon_lwcre_2005-2014.nc')},
+ 'zonal_statistics': {'operator': 'mean'}}
+
+ PreprocessorFile: /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_profiles/lwcre/OBS_CERES-EBAF_sat_Ed4.2_Amon_lwcre_2005-2014.nc
+ input files: [LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlut_200003-202311.nc'),
+ LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlutcs_200003-202311.nc')]
+ settings: {'climate_statistics': {'period': 'full'},
+ 'derive': {'long_name': 'TOA Longwave Cloud Radiative Effect',
+ 'short_name': 'lwcre',
+ 'standard_name': '',
+ 'units': 'W m-2'},
+ 'regrid': {'scheme': {'reference': 'esmf_regrid.schemes:ESMFAreaWeighted'},
+ 'target_grid': '1x1'},
+ 'remove_supplementary_variables': {},
+ 'save': {'compress': False,
+ 'compute': False,
+ 'filename': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_profiles/lwcre/OBS_CERES-EBAF_sat_Ed4.2_Amon_lwcre_2005-2014.nc')},
+ 'zonal_statistics': {'operator': 'mean'}}
+
+ PreprocessorFile: /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_profiles/lwcre/CMIP6_ACCESS-ESM1-5_Amon_historical_r1i1p1f1_lwcre_gn_2005-2014.nc
+ input files: [LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlut/gn/v20191115/rlut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200001-201412.nc'),
+ LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlutcs/gn/v20191115/rlutcs_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200501-201412.nc')]
+ settings: {'climate_statistics': {'period': 'full'},
+ 'derive': {'long_name': 'TOA Longwave Cloud Radiative Effect',
+ 'short_name': 'lwcre',
+ 'standard_name': '',
+ 'units': 'W m-2'},
+ 'regrid': {'scheme': {'reference': 'esmf_regrid.schemes:ESMFAreaWeighted'},
+ 'target_grid': '1x1'},
+ 'remove_supplementary_variables': {},
+ 'save': {'compress': False,
+ 'compute': False,
+ 'filename': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_profiles/lwcre/CMIP6_ACCESS-ESM1-5_Amon_historical_r1i1p1f1_lwcre_gn_2005-2014.nc')},
+ 'zonal_statistics': {'operator': 'mean'}}
+ ancestors:
+ None
+
+ PreprocessingTask: plot_profiles/swcre
+ order: ['derive', 'regrid', 'zonal_statistics', 'climate_statistics', 'remove_supplementary_variables', 'save']
+ PreprocessorFile: /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_profiles/swcre/OBS_ISCCP-FH_sat_v0_Amon_swcre_2005-2014.nc
+ input files: [LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ISCCP-FH/OBS_ISCCP-FH_sat_v0_Amon_rsut_198401-201612.nc'),
+ LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ISCCP-FH/OBS_ISCCP-FH_sat_v0_Amon_rsutcs_198401-201612.nc')]
+ settings: {'climate_statistics': {'period': 'full'},
+ 'derive': {'long_name': 'TOA Shortwave Cloud Radiative Effect',
+ 'short_name': 'swcre',
+ 'standard_name': '',
+ 'units': 'W m-2'},
+ 'regrid': {'scheme': {'reference': 'esmf_regrid.schemes:ESMFAreaWeighted'},
+ 'target_grid': '1x1'},
+ 'remove_supplementary_variables': {},
+ 'save': {'compress': False,
+ 'compute': False,
+ 'filename': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_profiles/swcre/OBS_ISCCP-FH_sat_v0_Amon_swcre_2005-2014.nc')},
+ 'zonal_statistics': {'operator': 'mean'}}
+
+ PreprocessorFile: /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_profiles/swcre/CMIP6_ACCESS-ESM1-5_Amon_historical_r1i1p1f1_swcre_gn_2005-2014.nc
+ input files: [LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rsut/gn/v20191115/rsut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200001-201412.nc'),
+ LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rsutcs/gn/v20191115/rsutcs_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200501-201412.nc')]
+ settings: {'climate_statistics': {'period': 'full'},
+ 'derive': {'long_name': 'TOA Shortwave Cloud Radiative Effect',
+ 'short_name': 'swcre',
+ 'standard_name': '',
+ 'units': 'W m-2'},
+ 'regrid': {'scheme': {'reference': 'esmf_regrid.schemes:ESMFAreaWeighted'},
+ 'target_grid': '1x1'},
+ 'remove_supplementary_variables': {},
+ 'save': {'compress': False,
+ 'compute': False,
+ 'filename': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_profiles/swcre/CMIP6_ACCESS-ESM1-5_Amon_historical_r1i1p1f1_swcre_gn_2005-2014.nc')},
+ 'zonal_statistics': {'operator': 'mean'}}
+
+ PreprocessorFile: /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_profiles/swcre/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_swcre_2005-2014.nc
+ input files: [LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ESACCI-CLOUD/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_rsut_198201-201612.nc'),
+ LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ESACCI-CLOUD/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_rsutcs_198201-201612.nc')]
+ settings: {'climate_statistics': {'period': 'full'},
+ 'derive': {'long_name': 'TOA Shortwave Cloud Radiative Effect',
+ 'short_name': 'swcre',
+ 'standard_name': '',
+ 'units': 'W m-2'},
+ 'regrid': {'scheme': {'reference': 'esmf_regrid.schemes:ESMFAreaWeighted'},
+ 'target_grid': '1x1'},
+ 'remove_supplementary_variables': {},
+ 'save': {'compress': False,
+ 'compute': False,
+ 'filename': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_profiles/swcre/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_swcre_2005-2014.nc')},
+ 'zonal_statistics': {'operator': 'mean'}}
+
+ PreprocessorFile: /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_profiles/swcre/OBS_CERES-EBAF_sat_Ed4.2_Amon_swcre_2005-2014.nc
+ input files: [LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rsut_200003-202311.nc'),
+ LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rsutcs_200003-202311.nc')]
+ settings: {'climate_statistics': {'period': 'full'},
+ 'derive': {'long_name': 'TOA Shortwave Cloud Radiative Effect',
+ 'short_name': 'swcre',
+ 'standard_name': '',
+ 'units': 'W m-2'},
+ 'regrid': {'scheme': {'reference': 'esmf_regrid.schemes:ESMFAreaWeighted'},
+ 'target_grid': '1x1'},
+ 'remove_supplementary_variables': {},
+ 'save': {'compress': False,
+ 'compute': False,
+ 'filename': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_profiles/swcre/OBS_CERES-EBAF_sat_Ed4.2_Amon_swcre_2005-2014.nc')},
+ 'zonal_statistics': {'operator': 'mean'}}
+ ancestors:
+ None
+
+2025-05-08 08:51:03,165 UTC [42505] INFO esmvalcore._recipe.recipe:1238 Wrote recipe with version numbers and wildcards to:
+file:///tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/run/recipe_filled.yml
+2025-05-08 08:51:03,165 UTC [42505] DEBUG esmvalcore.config._dask:170 Using Dask profile 'local_distributed'
+2025-05-08 08:51:03,165 UTC [42505] DEBUG esmvalcore.config._dask:174 Using additional Dask settings {}
+2025-05-08 08:51:03,166 UTC [42505] DEBUG asyncio:64 Using selector: EpollSelector
+2025-05-08 08:51:03,958 UTC [42505] DEBUG esmvalcore.config._dask:192 Using Dask cluster LocalCluster(ba36e215, 'tcp://127.0.0.1:38045', workers=2, threads=4, memory=8.00 GiB)
+2025-05-08 08:51:03,960 UTC [42505] DEBUG asyncio:64 Using selector: EpollSelector
+2025-05-08 08:51:03,971 UTC [42505] INFO esmvalcore.config._dask:205 Using Dask distributed scheduler (address: tcp://127.0.0.1:38045, dashboard link: http://127.0.0.1:8787/status)
+2025-05-08 08:51:03,972 UTC [42505] INFO esmvalcore._task:844 Running 6 tasks sequentially
+2025-05-08 08:51:03,972 UTC [42505] INFO esmvalcore._task:289 Starting task plot_maps/lwcre in process [42505]
+2025-05-08 08:51:03,990 UTC [42505] DEBUG esmvalcore.preprocessor:716 Running block ['derive', 'regrid', 'climate_statistics']
+2025-05-08 08:51:03,990 UTC [42505] DEBUG esmvalcore.preprocessor:724 Applying single-model steps to PreprocessorFile: /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_maps/lwcre/CMIP6_ACCESS-ESM1-5_Amon_historical_r1i1p1f1_lwcre_gn_2005-2014.nc
+2025-05-08 08:51:03,990 UTC [42505] DEBUG esmvalcore.esgf._download:560 All required data is available locally, not downloading anything.
+2025-05-08 08:51:03,990 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step fix_file
+2025-05-08 08:51:03,991 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'fix_file' on the data
+LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlut/gn/v20191115/rlut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200001-201412.nc')
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlut/gn/v20191115/rlut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200001-201412.nc')]
+with function argument(s)
+output_dir = PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/fixed_files/rlut_Amon_CMIP6_ACCESS-ESM1-5_CMIP_historical_r1i1p1f1_gn_v20191115_'),
+add_unique_suffix = True,
+session = Session({'auxiliary_data_dir': PosixPath('/home/bandela/auxiliary_data'),
+ 'check_level': ,
+ 'compress_netcdf': False,
+ 'config_developer_file': PosixPath('/home/bandela/src/esmvalgroup/esmvaltool/config-developer.yml'),
+ 'dask': {'profiles': {'debug': {'scheduler': 'synchronous'},
+ 'local_distributed': {'cluster': {'memory_limit': '4GiB',
+ 'n_workers': 2,
+ 'threads_per_worker': 2,
+ 'type': 'distributed.LocalCluster'}},
+ 'local_threaded': {'scheduler': 'threads'},
+ 'threaded': {'num_workers': 2}},
+ 'use': 'local_distributed'},
+ 'diagnostics': None,
+ 'download_dir': PosixPath('/home/bandela/climate_data'),
+ 'drs': {'CMIP3': 'ESGF',
+ 'CMIP5': 'ESGF',
+ 'CMIP6': 'ESGF',
+ 'CORDEX': 'ESGF',
+ 'OBS': 'default',
+ 'OBS6': 'default',
+ 'native6': 'default',
+ 'obs4MIPs': 'ESGF'},
+ 'exit_on_warning': False,
+ 'extra_facets_dir': [],
+ 'log_level': 'info',
+ 'logging': {'log_progress_interval': 0.0},
+ 'max_datasets': None,
+ 'max_parallel_tasks': 1,
+ 'max_years': None,
+ 'output_dir': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions'),
+ 'output_file_type': 'png',
+ 'profile_diagnostic': False,
+ 'remove_preproc_dir': True,
+ 'resume_from': [],
+ 'rootpath': {'OBS': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS')],
+ 'OBS6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS6')],
+ 'default': [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data')],
+ 'native6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/RAWOBS')],
+ 'obs4MIPs': {'/home/bandela/.cache/ref/ESMValTool/OBS': 'default',
+ '/home/bandela/climate_data': 'ESGF'}},
+ 'run_diagnostic': True,
+ 'save_intermediary_cubes': False,
+ 'search_esgf': 'never',
+ 'skip_nonexistent': False,
+ 'write_ncl_interface': False}),
+timerange = '2005/2014',
+mip = 'Amon',
+preprocessor = 'full_climatology',
+derive = True,
+project = 'CMIP6',
+activity = 'CMIP',
+dataset = 'ACCESS-ESM1-5',
+ensemble = 'r1i1p1f1',
+institute = 'CSIRO',
+exp = 'historical',
+grid = 'gn',
+short_name = 'rlut',
+recipe_dataset_index = 0,
+alias = 'CMIP6',
+original_short_name = 'rlut',
+standard_name = 'toa_outgoing_longwave_flux',
+long_name = 'TOA Outgoing Longwave Radiation',
+units = 'W m-2',
+modeling_realm = ['atmos'],
+frequency = 'mon',
+version = 'v20191115'
+2025-05-08 08:51:04,005 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step load
+2025-05-08 08:51:04,005 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'load' on the data
+LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlut/gn/v20191115/rlut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200001-201412.nc')
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlut/gn/v20191115/rlut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200001-201412.nc')]
+with function argument(s)
+ignore_warnings = None
+2025-05-08 08:51:04,005 UTC [42505] DEBUG esmvalcore.preprocessor._io:103 Loading:
+/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlut/gn/v20191115/rlut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200001-201412.nc
+2025-05-08 08:51:04,015 UTC [42505] DEBUG esmvalcore.preprocessor._io:151 Done with loading /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlut/gn/v20191115/rlut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200001-201412.nc
+2025-05-08 08:51:04,015 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step fix_metadata
+2025-05-08 08:51:04,017 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'fix_metadata' on the data
+[]
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlut/gn/v20191115/rlut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200001-201412.nc')]
+with function argument(s)
+session = Session({'auxiliary_data_dir': PosixPath('/home/bandela/auxiliary_data'),
+ 'check_level': ,
+ 'compress_netcdf': False,
+ 'config_developer_file': PosixPath('/home/bandela/src/esmvalgroup/esmvaltool/config-developer.yml'),
+ 'dask': {'profiles': {'debug': {'scheduler': 'synchronous'},
+ 'local_distributed': {'cluster': {'memory_limit': '4GiB',
+ 'n_workers': 2,
+ 'threads_per_worker': 2,
+ 'type': 'distributed.LocalCluster'}},
+ 'local_threaded': {'scheduler': 'threads'},
+ 'threaded': {'num_workers': 2}},
+ 'use': 'local_distributed'},
+ 'diagnostics': None,
+ 'download_dir': PosixPath('/home/bandela/climate_data'),
+ 'drs': {'CMIP3': 'ESGF',
+ 'CMIP5': 'ESGF',
+ 'CMIP6': 'ESGF',
+ 'CORDEX': 'ESGF',
+ 'OBS': 'default',
+ 'OBS6': 'default',
+ 'native6': 'default',
+ 'obs4MIPs': 'ESGF'},
+ 'exit_on_warning': False,
+ 'extra_facets_dir': [],
+ 'log_level': 'info',
+ 'logging': {'log_progress_interval': 0.0},
+ 'max_datasets': None,
+ 'max_parallel_tasks': 1,
+ 'max_years': None,
+ 'output_dir': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions'),
+ 'output_file_type': 'png',
+ 'profile_diagnostic': False,
+ 'remove_preproc_dir': True,
+ 'resume_from': [],
+ 'rootpath': {'OBS': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS')],
+ 'OBS6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS6')],
+ 'default': [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data')],
+ 'native6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/RAWOBS')],
+ 'obs4MIPs': {'/home/bandela/.cache/ref/ESMValTool/OBS': 'default',
+ '/home/bandela/climate_data': 'ESGF'}},
+ 'run_diagnostic': True,
+ 'save_intermediary_cubes': False,
+ 'search_esgf': 'never',
+ 'skip_nonexistent': False,
+ 'write_ncl_interface': False}),
+timerange = '2005/2014',
+mip = 'Amon',
+preprocessor = 'full_climatology',
+derive = True,
+project = 'CMIP6',
+activity = 'CMIP',
+dataset = 'ACCESS-ESM1-5',
+ensemble = 'r1i1p1f1',
+institute = 'CSIRO',
+exp = 'historical',
+grid = 'gn',
+short_name = 'rlut',
+recipe_dataset_index = 0,
+alias = 'CMIP6',
+original_short_name = 'rlut',
+standard_name = 'toa_outgoing_longwave_flux',
+long_name = 'TOA Outgoing Longwave Radiation',
+units = 'W m-2',
+modeling_realm = ['atmos'],
+frequency = 'mon',
+version = 'v20191115'
+2025-05-08 08:51:04,018 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step concatenate
+2025-05-08 08:51:04,018 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'concatenate' on the data
+[]
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlut/gn/v20191115/rlut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200001-201412.nc')]
+with function argument(s)
+check_level =
+2025-05-08 08:51:04,019 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step cmor_check_metadata
+2025-05-08 08:51:04,019 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'cmor_check_metadata' on the data
+
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlut/gn/v20191115/rlut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200001-201412.nc')]
+with function argument(s)
+check_level = ,
+cmor_table = 'CMIP6',
+mip = 'Amon',
+frequency = 'mon',
+short_name = 'rlut'
+2025-05-08 08:51:04,020 UTC [42505] WARNING esmvalcore.cmor.check:223 There were warnings in variable rlut:
+ rlut: attribute positive not present
+loaded from file
+2025-05-08 08:51:04,020 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step clip_timerange
+2025-05-08 08:51:04,020 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'clip_timerange' on the data
+
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlut/gn/v20191115/rlut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200001-201412.nc')]
+with function argument(s)
+timerange = '2005/2014'
+2025-05-08 08:51:04,023 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step fix_data
+2025-05-08 08:51:04,024 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'fix_data' on the data
+
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlut/gn/v20191115/rlut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200001-201412.nc')]
+with function argument(s)
+session = Session({'auxiliary_data_dir': PosixPath('/home/bandela/auxiliary_data'),
+ 'check_level': ,
+ 'compress_netcdf': False,
+ 'config_developer_file': PosixPath('/home/bandela/src/esmvalgroup/esmvaltool/config-developer.yml'),
+ 'dask': {'profiles': {'debug': {'scheduler': 'synchronous'},
+ 'local_distributed': {'cluster': {'memory_limit': '4GiB',
+ 'n_workers': 2,
+ 'threads_per_worker': 2,
+ 'type': 'distributed.LocalCluster'}},
+ 'local_threaded': {'scheduler': 'threads'},
+ 'threaded': {'num_workers': 2}},
+ 'use': 'local_distributed'},
+ 'diagnostics': None,
+ 'download_dir': PosixPath('/home/bandela/climate_data'),
+ 'drs': {'CMIP3': 'ESGF',
+ 'CMIP5': 'ESGF',
+ 'CMIP6': 'ESGF',
+ 'CORDEX': 'ESGF',
+ 'OBS': 'default',
+ 'OBS6': 'default',
+ 'native6': 'default',
+ 'obs4MIPs': 'ESGF'},
+ 'exit_on_warning': False,
+ 'extra_facets_dir': [],
+ 'log_level': 'info',
+ 'logging': {'log_progress_interval': 0.0},
+ 'max_datasets': None,
+ 'max_parallel_tasks': 1,
+ 'max_years': None,
+ 'output_dir': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions'),
+ 'output_file_type': 'png',
+ 'profile_diagnostic': False,
+ 'remove_preproc_dir': True,
+ 'resume_from': [],
+ 'rootpath': {'OBS': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS')],
+ 'OBS6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS6')],
+ 'default': [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data')],
+ 'native6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/RAWOBS')],
+ 'obs4MIPs': {'/home/bandela/.cache/ref/ESMValTool/OBS': 'default',
+ '/home/bandela/climate_data': 'ESGF'}},
+ 'run_diagnostic': True,
+ 'save_intermediary_cubes': False,
+ 'search_esgf': 'never',
+ 'skip_nonexistent': False,
+ 'write_ncl_interface': False}),
+timerange = '2005/2014',
+mip = 'Amon',
+preprocessor = 'full_climatology',
+derive = True,
+project = 'CMIP6',
+activity = 'CMIP',
+dataset = 'ACCESS-ESM1-5',
+ensemble = 'r1i1p1f1',
+institute = 'CSIRO',
+exp = 'historical',
+grid = 'gn',
+short_name = 'rlut',
+recipe_dataset_index = 0,
+alias = 'CMIP6',
+original_short_name = 'rlut',
+standard_name = 'toa_outgoing_longwave_flux',
+long_name = 'TOA Outgoing Longwave Radiation',
+units = 'W m-2',
+modeling_realm = ['atmos'],
+frequency = 'mon',
+version = 'v20191115'
+2025-05-08 08:51:04,024 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step cmor_check_data
+2025-05-08 08:51:04,024 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'cmor_check_data' on the data
+
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlut/gn/v20191115/rlut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200001-201412.nc')]
+with function argument(s)
+check_level = ,
+cmor_table = 'CMIP6',
+mip = 'Amon',
+frequency = 'mon',
+short_name = 'rlut'
+2025-05-08 08:51:04,025 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step add_supplementary_variables
+2025-05-08 08:51:04,025 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'add_supplementary_variables' on the data
+
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlut/gn/v20191115/rlut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200001-201412.nc')]
+with function argument(s)
+supplementary_cubes = []
+2025-05-08 08:51:04,025 UTC [42505] DEBUG esmvalcore.esgf._download:560 All required data is available locally, not downloading anything.
+2025-05-08 08:51:04,025 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step fix_file
+2025-05-08 08:51:04,025 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'fix_file' on the data
+LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlutcs/gn/v20191115/rlutcs_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200501-201412.nc')
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlutcs/gn/v20191115/rlutcs_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200501-201412.nc')]
+with function argument(s)
+output_dir = PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/fixed_files/rlutcs_Amon_CMIP6_ACCESS-ESM1-5_CMIP_historical_r1i1p1f1_gn_v20191115_'),
+add_unique_suffix = True,
+session = Session({'auxiliary_data_dir': PosixPath('/home/bandela/auxiliary_data'),
+ 'check_level': ,
+ 'compress_netcdf': False,
+ 'config_developer_file': PosixPath('/home/bandela/src/esmvalgroup/esmvaltool/config-developer.yml'),
+ 'dask': {'profiles': {'debug': {'scheduler': 'synchronous'},
+ 'local_distributed': {'cluster': {'memory_limit': '4GiB',
+ 'n_workers': 2,
+ 'threads_per_worker': 2,
+ 'type': 'distributed.LocalCluster'}},
+ 'local_threaded': {'scheduler': 'threads'},
+ 'threaded': {'num_workers': 2}},
+ 'use': 'local_distributed'},
+ 'diagnostics': None,
+ 'download_dir': PosixPath('/home/bandela/climate_data'),
+ 'drs': {'CMIP3': 'ESGF',
+ 'CMIP5': 'ESGF',
+ 'CMIP6': 'ESGF',
+ 'CORDEX': 'ESGF',
+ 'OBS': 'default',
+ 'OBS6': 'default',
+ 'native6': 'default',
+ 'obs4MIPs': 'ESGF'},
+ 'exit_on_warning': False,
+ 'extra_facets_dir': [],
+ 'log_level': 'info',
+ 'logging': {'log_progress_interval': 0.0},
+ 'max_datasets': None,
+ 'max_parallel_tasks': 1,
+ 'max_years': None,
+ 'output_dir': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions'),
+ 'output_file_type': 'png',
+ 'profile_diagnostic': False,
+ 'remove_preproc_dir': True,
+ 'resume_from': [],
+ 'rootpath': {'OBS': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS')],
+ 'OBS6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS6')],
+ 'default': [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data')],
+ 'native6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/RAWOBS')],
+ 'obs4MIPs': {'/home/bandela/.cache/ref/ESMValTool/OBS': 'default',
+ '/home/bandela/climate_data': 'ESGF'}},
+ 'run_diagnostic': True,
+ 'save_intermediary_cubes': False,
+ 'search_esgf': 'never',
+ 'skip_nonexistent': False,
+ 'write_ncl_interface': False}),
+timerange = '2005/2014',
+mip = 'Amon',
+preprocessor = 'full_climatology',
+derive = True,
+project = 'CMIP6',
+activity = 'CMIP',
+dataset = 'ACCESS-ESM1-5',
+ensemble = 'r1i1p1f1',
+institute = 'CSIRO',
+exp = 'historical',
+grid = 'gn',
+short_name = 'rlutcs',
+recipe_dataset_index = 0,
+alias = 'CMIP6',
+original_short_name = 'rlutcs',
+standard_name = 'toa_outgoing_longwave_flux_assuming_clear_sky',
+long_name = 'TOA Outgoing Clear-Sky Longwave Radiation',
+units = 'W m-2',
+modeling_realm = ['atmos'],
+frequency = 'mon',
+version = 'v20191115'
+2025-05-08 08:51:04,026 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step load
+2025-05-08 08:51:04,026 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'load' on the data
+LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlutcs/gn/v20191115/rlutcs_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200501-201412.nc')
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlutcs/gn/v20191115/rlutcs_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200501-201412.nc')]
+with function argument(s)
+ignore_warnings = None
+2025-05-08 08:51:04,026 UTC [42505] DEBUG esmvalcore.preprocessor._io:103 Loading:
+/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlutcs/gn/v20191115/rlutcs_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200501-201412.nc
+2025-05-08 08:51:04,032 UTC [42505] DEBUG esmvalcore.preprocessor._io:151 Done with loading /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlutcs/gn/v20191115/rlutcs_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200501-201412.nc
+2025-05-08 08:51:04,032 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step fix_metadata
+2025-05-08 08:51:04,033 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'fix_metadata' on the data
+[]
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlutcs/gn/v20191115/rlutcs_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200501-201412.nc')]
+with function argument(s)
+session = Session({'auxiliary_data_dir': PosixPath('/home/bandela/auxiliary_data'),
+ 'check_level': ,
+ 'compress_netcdf': False,
+ 'config_developer_file': PosixPath('/home/bandela/src/esmvalgroup/esmvaltool/config-developer.yml'),
+ 'dask': {'profiles': {'debug': {'scheduler': 'synchronous'},
+ 'local_distributed': {'cluster': {'memory_limit': '4GiB',
+ 'n_workers': 2,
+ 'threads_per_worker': 2,
+ 'type': 'distributed.LocalCluster'}},
+ 'local_threaded': {'scheduler': 'threads'},
+ 'threaded': {'num_workers': 2}},
+ 'use': 'local_distributed'},
+ 'diagnostics': None,
+ 'download_dir': PosixPath('/home/bandela/climate_data'),
+ 'drs': {'CMIP3': 'ESGF',
+ 'CMIP5': 'ESGF',
+ 'CMIP6': 'ESGF',
+ 'CORDEX': 'ESGF',
+ 'OBS': 'default',
+ 'OBS6': 'default',
+ 'native6': 'default',
+ 'obs4MIPs': 'ESGF'},
+ 'exit_on_warning': False,
+ 'extra_facets_dir': [],
+ 'log_level': 'info',
+ 'logging': {'log_progress_interval': 0.0},
+ 'max_datasets': None,
+ 'max_parallel_tasks': 1,
+ 'max_years': None,
+ 'output_dir': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions'),
+ 'output_file_type': 'png',
+ 'profile_diagnostic': False,
+ 'remove_preproc_dir': True,
+ 'resume_from': [],
+ 'rootpath': {'OBS': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS')],
+ 'OBS6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS6')],
+ 'default': [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data')],
+ 'native6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/RAWOBS')],
+ 'obs4MIPs': {'/home/bandela/.cache/ref/ESMValTool/OBS': 'default',
+ '/home/bandela/climate_data': 'ESGF'}},
+ 'run_diagnostic': True,
+ 'save_intermediary_cubes': False,
+ 'search_esgf': 'never',
+ 'skip_nonexistent': False,
+ 'write_ncl_interface': False}),
+timerange = '2005/2014',
+mip = 'Amon',
+preprocessor = 'full_climatology',
+derive = True,
+project = 'CMIP6',
+activity = 'CMIP',
+dataset = 'ACCESS-ESM1-5',
+ensemble = 'r1i1p1f1',
+institute = 'CSIRO',
+exp = 'historical',
+grid = 'gn',
+short_name = 'rlutcs',
+recipe_dataset_index = 0,
+alias = 'CMIP6',
+original_short_name = 'rlutcs',
+standard_name = 'toa_outgoing_longwave_flux_assuming_clear_sky',
+long_name = 'TOA Outgoing Clear-Sky Longwave Radiation',
+units = 'W m-2',
+modeling_realm = ['atmos'],
+frequency = 'mon',
+version = 'v20191115'
+2025-05-08 08:51:04,034 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step concatenate
+2025-05-08 08:51:04,034 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'concatenate' on the data
+[]
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlutcs/gn/v20191115/rlutcs_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200501-201412.nc')]
+with function argument(s)
+check_level =
+2025-05-08 08:51:04,034 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step cmor_check_metadata
+2025-05-08 08:51:04,035 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'cmor_check_metadata' on the data
+
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlutcs/gn/v20191115/rlutcs_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200501-201412.nc')]
+with function argument(s)
+check_level = ,
+cmor_table = 'CMIP6',
+mip = 'Amon',
+frequency = 'mon',
+short_name = 'rlutcs'
+2025-05-08 08:51:04,036 UTC [42505] WARNING esmvalcore.cmor.check:223 There were warnings in variable rlutcs:
+ rlutcs: attribute positive not present
+loaded from file
+2025-05-08 08:51:04,036 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step clip_timerange
+2025-05-08 08:51:04,036 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'clip_timerange' on the data
+
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlutcs/gn/v20191115/rlutcs_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200501-201412.nc')]
+with function argument(s)
+timerange = '2005/2014'
+2025-05-08 08:51:04,037 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step fix_data
+2025-05-08 08:51:04,038 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'fix_data' on the data
+
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlutcs/gn/v20191115/rlutcs_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200501-201412.nc')]
+with function argument(s)
+session = Session({'auxiliary_data_dir': PosixPath('/home/bandela/auxiliary_data'),
+ 'check_level': ,
+ 'compress_netcdf': False,
+ 'config_developer_file': PosixPath('/home/bandela/src/esmvalgroup/esmvaltool/config-developer.yml'),
+ 'dask': {'profiles': {'debug': {'scheduler': 'synchronous'},
+ 'local_distributed': {'cluster': {'memory_limit': '4GiB',
+ 'n_workers': 2,
+ 'threads_per_worker': 2,
+ 'type': 'distributed.LocalCluster'}},
+ 'local_threaded': {'scheduler': 'threads'},
+ 'threaded': {'num_workers': 2}},
+ 'use': 'local_distributed'},
+ 'diagnostics': None,
+ 'download_dir': PosixPath('/home/bandela/climate_data'),
+ 'drs': {'CMIP3': 'ESGF',
+ 'CMIP5': 'ESGF',
+ 'CMIP6': 'ESGF',
+ 'CORDEX': 'ESGF',
+ 'OBS': 'default',
+ 'OBS6': 'default',
+ 'native6': 'default',
+ 'obs4MIPs': 'ESGF'},
+ 'exit_on_warning': False,
+ 'extra_facets_dir': [],
+ 'log_level': 'info',
+ 'logging': {'log_progress_interval': 0.0},
+ 'max_datasets': None,
+ 'max_parallel_tasks': 1,
+ 'max_years': None,
+ 'output_dir': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions'),
+ 'output_file_type': 'png',
+ 'profile_diagnostic': False,
+ 'remove_preproc_dir': True,
+ 'resume_from': [],
+ 'rootpath': {'OBS': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS')],
+ 'OBS6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS6')],
+ 'default': [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data')],
+ 'native6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/RAWOBS')],
+ 'obs4MIPs': {'/home/bandela/.cache/ref/ESMValTool/OBS': 'default',
+ '/home/bandela/climate_data': 'ESGF'}},
+ 'run_diagnostic': True,
+ 'save_intermediary_cubes': False,
+ 'search_esgf': 'never',
+ 'skip_nonexistent': False,
+ 'write_ncl_interface': False}),
+timerange = '2005/2014',
+mip = 'Amon',
+preprocessor = 'full_climatology',
+derive = True,
+project = 'CMIP6',
+activity = 'CMIP',
+dataset = 'ACCESS-ESM1-5',
+ensemble = 'r1i1p1f1',
+institute = 'CSIRO',
+exp = 'historical',
+grid = 'gn',
+short_name = 'rlutcs',
+recipe_dataset_index = 0,
+alias = 'CMIP6',
+original_short_name = 'rlutcs',
+standard_name = 'toa_outgoing_longwave_flux_assuming_clear_sky',
+long_name = 'TOA Outgoing Clear-Sky Longwave Radiation',
+units = 'W m-2',
+modeling_realm = ['atmos'],
+frequency = 'mon',
+version = 'v20191115'
+2025-05-08 08:51:04,038 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step cmor_check_data
+2025-05-08 08:51:04,039 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'cmor_check_data' on the data
+
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlutcs/gn/v20191115/rlutcs_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200501-201412.nc')]
+with function argument(s)
+check_level = ,
+cmor_table = 'CMIP6',
+mip = 'Amon',
+frequency = 'mon',
+short_name = 'rlutcs'
+2025-05-08 08:51:04,039 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step add_supplementary_variables
+2025-05-08 08:51:04,039 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'add_supplementary_variables' on the data
+
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlutcs/gn/v20191115/rlutcs_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200501-201412.nc')]
+with function argument(s)
+supplementary_cubes = []
+2025-05-08 08:51:04,039 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step derive
+2025-05-08 08:51:04,040 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'derive' on the data
+[,
+ ]
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlut/gn/v20191115/rlut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200001-201412.nc'),
+ LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlutcs/gn/v20191115/rlutcs_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200501-201412.nc')]
+with function argument(s)
+short_name = 'lwcre',
+standard_name = '',
+long_name = 'TOA Longwave Cloud Radiative Effect',
+units = 'W m-2'
+2025-05-08 08:51:04,044 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step regrid
+2025-05-08 08:51:04,044 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'regrid' on the data
+
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlut/gn/v20191115/rlut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200001-201412.nc'),
+ LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlutcs/gn/v20191115/rlutcs_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200501-201412.nc')]
+with function argument(s)
+target_grid = '1x1',
+scheme = {'reference': 'esmf_regrid.schemes:ESMFAreaWeighted'}
+2025-05-08 08:51:04,045 UTC [42505] DEBUG esmvalcore.preprocessor._regrid:634 Loaded regridding scheme ESMFAreaWeighted(mdtol=0)
+2025-05-08 08:51:04,638 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step climate_statistics
+2025-05-08 08:51:04,638 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'climate_statistics' on the data
+
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlut/gn/v20191115/rlut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200001-201412.nc'),
+ LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlutcs/gn/v20191115/rlutcs_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200501-201412.nc')]
+with function argument(s)
+period = 'full'
+2025-05-08 08:51:04,650 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step save
+2025-05-08 08:51:04,651 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'save' on the data
+[]
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlut/gn/v20191115/rlut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200001-201412.nc'),
+ LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlutcs/gn/v20191115/rlutcs_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200501-201412.nc')]
+with function argument(s)
+compress = False,
+compute = False,
+filename = PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_maps/lwcre/CMIP6_ACCESS-ESM1-5_Amon_historical_r1i1p1f1_lwcre_gn_2005-2014.nc')
+2025-05-08 08:51:04,651 UTC [42505] DEBUG esmvalcore.preprocessor._io:497 Saving cube:
+TOA Longwave Cloud Radiative Effect / (W m-2) (latitude: 180; longitude: 360)
+ Dimension coordinates:
+ latitude x -
+ longitude - x
+ Scalar coordinates:
+ time 2010-01-01 00:00:00, bound=(2005-01-01 00:00:00, 2015-01-01 00:00:00)
+ Cell methods:
+ 0 time: mean
+ Attributes:
+ Conventions 'CF-1.7 CMIP-6.2'
+ activity_id 'CMIP'
+ branch_method 'standard'
+ branch_time_in_child np.float64(0.0)
+ branch_time_in_parent np.int64(-616894)
+ cmor_version '3.4.0'
+ data_specs_version '01.00.30'
+ experiment 'all-forcing simulation of the recent past'
+ experiment_id 'historical'
+ external_variables 'areacella'
+ forcing_index np.int32(1)
+ frequency 'mon'
+ further_info_url 'https://furtherinfo.es-doc.org/CMIP6.CSIRO.ACCESS-ESM1-5.historical.no ...'
+ grid 'native atmosphere N96 grid (145x192 latxlon)'
+ grid_label 'gn'
+ initialization_index np.int32(1)
+ institution 'Commonwealth Scientific and Industrial Research Organisation, Aspendale, ...'
+ institution_id 'CSIRO'
+ license 'CMIP6 model data produced by CSIRO is licensed under a Creative Commons ...'
+ mip_era 'CMIP6'
+ nominal_resolution '250 km'
+ parent_activity_id 'CMIP'
+ parent_experiment_id 'piControl'
+ parent_mip_era 'CMIP6'
+ parent_source_id 'ACCESS-ESM1-5'
+ parent_time_units 'days since 1850-1-1 00:00:00'
+ parent_variant_label 'r1i1p1f1'
+ physics_index np.int32(1)
+ positive 'down'
+ product 'model-output'
+ realization_index np.int32(1)
+ realm 'atmos'
+ regrid_method 'bilinear'
+ run_variant 'forcing: GHG, Oz, SA, Sl, Vl, BC, OC, (GHG = CO2, N2O, CH4, CFC11, CFC12, ...'
+ source 'ACCESS-ESM1.5 (2019): \naerosol: CLASSIC (v1.0)\natmos: HadGAM2 (r1.1, ...'
+ source_id 'ACCESS-ESM1-5'
+ source_type 'AOGCM'
+ sub_experiment 'none'
+ sub_experiment_id 'none'
+ table_id 'Amon'
+ table_info 'Creation Date:(30 April 2019) MD5:e14f55f257cceafb2523e41244962371'
+ title 'ACCESS-ESM1-5 output prepared for CMIP6'
+ variant_label 'r1i1p1f1'
+ version 'v20191115'
+with lazy data to /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_maps/lwcre/CMIP6_ACCESS-ESM1-5_Amon_historical_r1i1p1f1_lwcre_gn_2005-2014.nc
+2025-05-08 08:51:04,706 UTC [42505] DEBUG esmvalcore.preprocessor:724 Applying single-model steps to PreprocessorFile: /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_maps/lwcre/OBS_CERES-EBAF_sat_Ed4.2_Amon_lwcre_2005-2014.nc
+2025-05-08 08:51:04,706 UTC [42505] DEBUG esmvalcore.esgf._download:560 All required data is available locally, not downloading anything.
+2025-05-08 08:51:04,707 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step fix_file
+2025-05-08 08:51:04,707 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'fix_file' on the data
+LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlut_200003-202311.nc')
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlut_200003-202311.nc')]
+with function argument(s)
+output_dir = PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/fixed_files/rlut_Amon_OBS_CERES-EBAF_Ed4.2_'),
+add_unique_suffix = True,
+session = Session({'auxiliary_data_dir': PosixPath('/home/bandela/auxiliary_data'),
+ 'check_level': ,
+ 'compress_netcdf': False,
+ 'config_developer_file': PosixPath('/home/bandela/src/esmvalgroup/esmvaltool/config-developer.yml'),
+ 'dask': {'profiles': {'debug': {'scheduler': 'synchronous'},
+ 'local_distributed': {'cluster': {'memory_limit': '4GiB',
+ 'n_workers': 2,
+ 'threads_per_worker': 2,
+ 'type': 'distributed.LocalCluster'}},
+ 'local_threaded': {'scheduler': 'threads'},
+ 'threaded': {'num_workers': 2}},
+ 'use': 'local_distributed'},
+ 'diagnostics': None,
+ 'download_dir': PosixPath('/home/bandela/climate_data'),
+ 'drs': {'CMIP3': 'ESGF',
+ 'CMIP5': 'ESGF',
+ 'CMIP6': 'ESGF',
+ 'CORDEX': 'ESGF',
+ 'OBS': 'default',
+ 'OBS6': 'default',
+ 'native6': 'default',
+ 'obs4MIPs': 'ESGF'},
+ 'exit_on_warning': False,
+ 'extra_facets_dir': [],
+ 'log_level': 'info',
+ 'logging': {'log_progress_interval': 0.0},
+ 'max_datasets': None,
+ 'max_parallel_tasks': 1,
+ 'max_years': None,
+ 'output_dir': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions'),
+ 'output_file_type': 'png',
+ 'profile_diagnostic': False,
+ 'remove_preproc_dir': True,
+ 'resume_from': [],
+ 'rootpath': {'OBS': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS')],
+ 'OBS6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS6')],
+ 'default': [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data')],
+ 'native6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/RAWOBS')],
+ 'obs4MIPs': {'/home/bandela/.cache/ref/ESMValTool/OBS': 'default',
+ '/home/bandela/climate_data': 'ESGF'}},
+ 'run_diagnostic': True,
+ 'save_intermediary_cubes': False,
+ 'search_esgf': 'never',
+ 'skip_nonexistent': False,
+ 'write_ncl_interface': False}),
+timerange = '2005/2014',
+mip = 'Amon',
+preprocessor = 'full_climatology',
+derive = True,
+dataset = 'CERES-EBAF',
+project = 'OBS',
+type = 'sat',
+version = 'Ed4.2',
+tier = 2,
+reference_for_monitor_diags = True,
+short_name = 'rlut',
+recipe_dataset_index = 1,
+alias = 'OBS',
+original_short_name = 'rlut',
+standard_name = 'toa_outgoing_longwave_flux',
+long_name = 'TOA Outgoing Longwave Radiation',
+units = 'W m-2',
+modeling_realm = ['atmos'],
+frequency = 'mon'
+2025-05-08 08:51:04,707 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step load
+2025-05-08 08:51:04,707 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'load' on the data
+LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlut_200003-202311.nc')
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlut_200003-202311.nc')]
+with function argument(s)
+ignore_warnings = None
+2025-05-08 08:51:04,707 UTC [42505] DEBUG esmvalcore.preprocessor._io:103 Loading:
+/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlut_200003-202311.nc
+2025-05-08 08:51:04,716 UTC [42505] DEBUG esmvalcore.preprocessor._io:151 Done with loading /home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlut_200003-202311.nc
+2025-05-08 08:51:04,716 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step fix_metadata
+2025-05-08 08:51:04,717 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'fix_metadata' on the data
+[]
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlut_200003-202311.nc')]
+with function argument(s)
+session = Session({'auxiliary_data_dir': PosixPath('/home/bandela/auxiliary_data'),
+ 'check_level': ,
+ 'compress_netcdf': False,
+ 'config_developer_file': PosixPath('/home/bandela/src/esmvalgroup/esmvaltool/config-developer.yml'),
+ 'dask': {'profiles': {'debug': {'scheduler': 'synchronous'},
+ 'local_distributed': {'cluster': {'memory_limit': '4GiB',
+ 'n_workers': 2,
+ 'threads_per_worker': 2,
+ 'type': 'distributed.LocalCluster'}},
+ 'local_threaded': {'scheduler': 'threads'},
+ 'threaded': {'num_workers': 2}},
+ 'use': 'local_distributed'},
+ 'diagnostics': None,
+ 'download_dir': PosixPath('/home/bandela/climate_data'),
+ 'drs': {'CMIP3': 'ESGF',
+ 'CMIP5': 'ESGF',
+ 'CMIP6': 'ESGF',
+ 'CORDEX': 'ESGF',
+ 'OBS': 'default',
+ 'OBS6': 'default',
+ 'native6': 'default',
+ 'obs4MIPs': 'ESGF'},
+ 'exit_on_warning': False,
+ 'extra_facets_dir': [],
+ 'log_level': 'info',
+ 'logging': {'log_progress_interval': 0.0},
+ 'max_datasets': None,
+ 'max_parallel_tasks': 1,
+ 'max_years': None,
+ 'output_dir': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions'),
+ 'output_file_type': 'png',
+ 'profile_diagnostic': False,
+ 'remove_preproc_dir': True,
+ 'resume_from': [],
+ 'rootpath': {'OBS': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS')],
+ 'OBS6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS6')],
+ 'default': [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data')],
+ 'native6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/RAWOBS')],
+ 'obs4MIPs': {'/home/bandela/.cache/ref/ESMValTool/OBS': 'default',
+ '/home/bandela/climate_data': 'ESGF'}},
+ 'run_diagnostic': True,
+ 'save_intermediary_cubes': False,
+ 'search_esgf': 'never',
+ 'skip_nonexistent': False,
+ 'write_ncl_interface': False}),
+timerange = '2005/2014',
+mip = 'Amon',
+preprocessor = 'full_climatology',
+derive = True,
+dataset = 'CERES-EBAF',
+project = 'OBS',
+type = 'sat',
+version = 'Ed4.2',
+tier = 2,
+reference_for_monitor_diags = True,
+short_name = 'rlut',
+recipe_dataset_index = 1,
+alias = 'OBS',
+original_short_name = 'rlut',
+standard_name = 'toa_outgoing_longwave_flux',
+long_name = 'TOA Outgoing Longwave Radiation',
+units = 'W m-2',
+modeling_realm = ['atmos'],
+frequency = 'mon'
+2025-05-08 08:51:04,718 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step concatenate
+2025-05-08 08:51:04,719 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'concatenate' on the data
+[]
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlut_200003-202311.nc')]
+with function argument(s)
+check_level =
+2025-05-08 08:51:04,719 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step cmor_check_metadata
+2025-05-08 08:51:04,719 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'cmor_check_metadata' on the data
+
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlut_200003-202311.nc')]
+with function argument(s)
+check_level = ,
+cmor_table = 'OBS',
+mip = 'Amon',
+frequency = 'mon',
+short_name = 'rlut'
+2025-05-08 08:51:04,721 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step clip_timerange
+2025-05-08 08:51:04,721 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'clip_timerange' on the data
+
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlut_200003-202311.nc')]
+with function argument(s)
+timerange = '2005/2014'
+2025-05-08 08:51:04,723 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step fix_data
+2025-05-08 08:51:04,724 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'fix_data' on the data
+
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlut_200003-202311.nc')]
+with function argument(s)
+session = Session({'auxiliary_data_dir': PosixPath('/home/bandela/auxiliary_data'),
+ 'check_level': ,
+ 'compress_netcdf': False,
+ 'config_developer_file': PosixPath('/home/bandela/src/esmvalgroup/esmvaltool/config-developer.yml'),
+ 'dask': {'profiles': {'debug': {'scheduler': 'synchronous'},
+ 'local_distributed': {'cluster': {'memory_limit': '4GiB',
+ 'n_workers': 2,
+ 'threads_per_worker': 2,
+ 'type': 'distributed.LocalCluster'}},
+ 'local_threaded': {'scheduler': 'threads'},
+ 'threaded': {'num_workers': 2}},
+ 'use': 'local_distributed'},
+ 'diagnostics': None,
+ 'download_dir': PosixPath('/home/bandela/climate_data'),
+ 'drs': {'CMIP3': 'ESGF',
+ 'CMIP5': 'ESGF',
+ 'CMIP6': 'ESGF',
+ 'CORDEX': 'ESGF',
+ 'OBS': 'default',
+ 'OBS6': 'default',
+ 'native6': 'default',
+ 'obs4MIPs': 'ESGF'},
+ 'exit_on_warning': False,
+ 'extra_facets_dir': [],
+ 'log_level': 'info',
+ 'logging': {'log_progress_interval': 0.0},
+ 'max_datasets': None,
+ 'max_parallel_tasks': 1,
+ 'max_years': None,
+ 'output_dir': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions'),
+ 'output_file_type': 'png',
+ 'profile_diagnostic': False,
+ 'remove_preproc_dir': True,
+ 'resume_from': [],
+ 'rootpath': {'OBS': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS')],
+ 'OBS6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS6')],
+ 'default': [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data')],
+ 'native6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/RAWOBS')],
+ 'obs4MIPs': {'/home/bandela/.cache/ref/ESMValTool/OBS': 'default',
+ '/home/bandela/climate_data': 'ESGF'}},
+ 'run_diagnostic': True,
+ 'save_intermediary_cubes': False,
+ 'search_esgf': 'never',
+ 'skip_nonexistent': False,
+ 'write_ncl_interface': False}),
+timerange = '2005/2014',
+mip = 'Amon',
+preprocessor = 'full_climatology',
+derive = True,
+dataset = 'CERES-EBAF',
+project = 'OBS',
+type = 'sat',
+version = 'Ed4.2',
+tier = 2,
+reference_for_monitor_diags = True,
+short_name = 'rlut',
+recipe_dataset_index = 1,
+alias = 'OBS',
+original_short_name = 'rlut',
+standard_name = 'toa_outgoing_longwave_flux',
+long_name = 'TOA Outgoing Longwave Radiation',
+units = 'W m-2',
+modeling_realm = ['atmos'],
+frequency = 'mon'
+2025-05-08 08:51:04,724 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step cmor_check_data
+2025-05-08 08:51:04,724 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'cmor_check_data' on the data
+
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlut_200003-202311.nc')]
+with function argument(s)
+check_level = ,
+cmor_table = 'OBS',
+mip = 'Amon',
+frequency = 'mon',
+short_name = 'rlut'
+2025-05-08 08:51:04,724 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step add_supplementary_variables
+2025-05-08 08:51:04,725 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'add_supplementary_variables' on the data
+
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlut_200003-202311.nc')]
+with function argument(s)
+supplementary_cubes = []
+2025-05-08 08:51:04,725 UTC [42505] DEBUG esmvalcore.esgf._download:560 All required data is available locally, not downloading anything.
+2025-05-08 08:51:04,725 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step fix_file
+2025-05-08 08:51:04,725 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'fix_file' on the data
+LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlutcs_200003-202311.nc')
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlutcs_200003-202311.nc')]
+with function argument(s)
+output_dir = PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/fixed_files/rlutcs_Amon_OBS_CERES-EBAF_Ed4.2_'),
+add_unique_suffix = True,
+session = Session({'auxiliary_data_dir': PosixPath('/home/bandela/auxiliary_data'),
+ 'check_level': ,
+ 'compress_netcdf': False,
+ 'config_developer_file': PosixPath('/home/bandela/src/esmvalgroup/esmvaltool/config-developer.yml'),
+ 'dask': {'profiles': {'debug': {'scheduler': 'synchronous'},
+ 'local_distributed': {'cluster': {'memory_limit': '4GiB',
+ 'n_workers': 2,
+ 'threads_per_worker': 2,
+ 'type': 'distributed.LocalCluster'}},
+ 'local_threaded': {'scheduler': 'threads'},
+ 'threaded': {'num_workers': 2}},
+ 'use': 'local_distributed'},
+ 'diagnostics': None,
+ 'download_dir': PosixPath('/home/bandela/climate_data'),
+ 'drs': {'CMIP3': 'ESGF',
+ 'CMIP5': 'ESGF',
+ 'CMIP6': 'ESGF',
+ 'CORDEX': 'ESGF',
+ 'OBS': 'default',
+ 'OBS6': 'default',
+ 'native6': 'default',
+ 'obs4MIPs': 'ESGF'},
+ 'exit_on_warning': False,
+ 'extra_facets_dir': [],
+ 'log_level': 'info',
+ 'logging': {'log_progress_interval': 0.0},
+ 'max_datasets': None,
+ 'max_parallel_tasks': 1,
+ 'max_years': None,
+ 'output_dir': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions'),
+ 'output_file_type': 'png',
+ 'profile_diagnostic': False,
+ 'remove_preproc_dir': True,
+ 'resume_from': [],
+ 'rootpath': {'OBS': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS')],
+ 'OBS6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS6')],
+ 'default': [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data')],
+ 'native6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/RAWOBS')],
+ 'obs4MIPs': {'/home/bandela/.cache/ref/ESMValTool/OBS': 'default',
+ '/home/bandela/climate_data': 'ESGF'}},
+ 'run_diagnostic': True,
+ 'save_intermediary_cubes': False,
+ 'search_esgf': 'never',
+ 'skip_nonexistent': False,
+ 'write_ncl_interface': False}),
+timerange = '2005/2014',
+mip = 'Amon',
+preprocessor = 'full_climatology',
+derive = True,
+dataset = 'CERES-EBAF',
+project = 'OBS',
+type = 'sat',
+version = 'Ed4.2',
+tier = 2,
+reference_for_monitor_diags = True,
+short_name = 'rlutcs',
+recipe_dataset_index = 1,
+alias = 'OBS',
+original_short_name = 'rlutcs',
+standard_name = 'toa_outgoing_longwave_flux_assuming_clear_sky',
+long_name = 'TOA Outgoing Clear-Sky Longwave Radiation',
+units = 'W m-2',
+modeling_realm = ['atmos'],
+frequency = 'mon'
+2025-05-08 08:51:04,725 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step load
+2025-05-08 08:51:04,725 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'load' on the data
+LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlutcs_200003-202311.nc')
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlutcs_200003-202311.nc')]
+with function argument(s)
+ignore_warnings = None
+2025-05-08 08:51:04,725 UTC [42505] DEBUG esmvalcore.preprocessor._io:103 Loading:
+/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlutcs_200003-202311.nc
+2025-05-08 08:51:04,733 UTC [42505] DEBUG esmvalcore.preprocessor._io:151 Done with loading /home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlutcs_200003-202311.nc
+2025-05-08 08:51:04,733 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step fix_metadata
+2025-05-08 08:51:04,734 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'fix_metadata' on the data
+[]
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlutcs_200003-202311.nc')]
+with function argument(s)
+session = Session({'auxiliary_data_dir': PosixPath('/home/bandela/auxiliary_data'),
+ 'check_level': ,
+ 'compress_netcdf': False,
+ 'config_developer_file': PosixPath('/home/bandela/src/esmvalgroup/esmvaltool/config-developer.yml'),
+ 'dask': {'profiles': {'debug': {'scheduler': 'synchronous'},
+ 'local_distributed': {'cluster': {'memory_limit': '4GiB',
+ 'n_workers': 2,
+ 'threads_per_worker': 2,
+ 'type': 'distributed.LocalCluster'}},
+ 'local_threaded': {'scheduler': 'threads'},
+ 'threaded': {'num_workers': 2}},
+ 'use': 'local_distributed'},
+ 'diagnostics': None,
+ 'download_dir': PosixPath('/home/bandela/climate_data'),
+ 'drs': {'CMIP3': 'ESGF',
+ 'CMIP5': 'ESGF',
+ 'CMIP6': 'ESGF',
+ 'CORDEX': 'ESGF',
+ 'OBS': 'default',
+ 'OBS6': 'default',
+ 'native6': 'default',
+ 'obs4MIPs': 'ESGF'},
+ 'exit_on_warning': False,
+ 'extra_facets_dir': [],
+ 'log_level': 'info',
+ 'logging': {'log_progress_interval': 0.0},
+ 'max_datasets': None,
+ 'max_parallel_tasks': 1,
+ 'max_years': None,
+ 'output_dir': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions'),
+ 'output_file_type': 'png',
+ 'profile_diagnostic': False,
+ 'remove_preproc_dir': True,
+ 'resume_from': [],
+ 'rootpath': {'OBS': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS')],
+ 'OBS6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS6')],
+ 'default': [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data')],
+ 'native6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/RAWOBS')],
+ 'obs4MIPs': {'/home/bandela/.cache/ref/ESMValTool/OBS': 'default',
+ '/home/bandela/climate_data': 'ESGF'}},
+ 'run_diagnostic': True,
+ 'save_intermediary_cubes': False,
+ 'search_esgf': 'never',
+ 'skip_nonexistent': False,
+ 'write_ncl_interface': False}),
+timerange = '2005/2014',
+mip = 'Amon',
+preprocessor = 'full_climatology',
+derive = True,
+dataset = 'CERES-EBAF',
+project = 'OBS',
+type = 'sat',
+version = 'Ed4.2',
+tier = 2,
+reference_for_monitor_diags = True,
+short_name = 'rlutcs',
+recipe_dataset_index = 1,
+alias = 'OBS',
+original_short_name = 'rlutcs',
+standard_name = 'toa_outgoing_longwave_flux_assuming_clear_sky',
+long_name = 'TOA Outgoing Clear-Sky Longwave Radiation',
+units = 'W m-2',
+modeling_realm = ['atmos'],
+frequency = 'mon'
+2025-05-08 08:51:04,734 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step concatenate
+2025-05-08 08:51:04,735 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'concatenate' on the data
+[]
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlutcs_200003-202311.nc')]
+with function argument(s)
+check_level =
+2025-05-08 08:51:04,735 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step cmor_check_metadata
+2025-05-08 08:51:04,735 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'cmor_check_metadata' on the data
+
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlutcs_200003-202311.nc')]
+with function argument(s)
+check_level = ,
+cmor_table = 'OBS',
+mip = 'Amon',
+frequency = 'mon',
+short_name = 'rlutcs'
+2025-05-08 08:51:04,736 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step clip_timerange
+2025-05-08 08:51:04,737 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'clip_timerange' on the data
+
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlutcs_200003-202311.nc')]
+with function argument(s)
+timerange = '2005/2014'
+2025-05-08 08:51:04,738 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step fix_data
+2025-05-08 08:51:04,739 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'fix_data' on the data
+
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlutcs_200003-202311.nc')]
+with function argument(s)
+session = Session({'auxiliary_data_dir': PosixPath('/home/bandela/auxiliary_data'),
+ 'check_level': ,
+ 'compress_netcdf': False,
+ 'config_developer_file': PosixPath('/home/bandela/src/esmvalgroup/esmvaltool/config-developer.yml'),
+ 'dask': {'profiles': {'debug': {'scheduler': 'synchronous'},
+ 'local_distributed': {'cluster': {'memory_limit': '4GiB',
+ 'n_workers': 2,
+ 'threads_per_worker': 2,
+ 'type': 'distributed.LocalCluster'}},
+ 'local_threaded': {'scheduler': 'threads'},
+ 'threaded': {'num_workers': 2}},
+ 'use': 'local_distributed'},
+ 'diagnostics': None,
+ 'download_dir': PosixPath('/home/bandela/climate_data'),
+ 'drs': {'CMIP3': 'ESGF',
+ 'CMIP5': 'ESGF',
+ 'CMIP6': 'ESGF',
+ 'CORDEX': 'ESGF',
+ 'OBS': 'default',
+ 'OBS6': 'default',
+ 'native6': 'default',
+ 'obs4MIPs': 'ESGF'},
+ 'exit_on_warning': False,
+ 'extra_facets_dir': [],
+ 'log_level': 'info',
+ 'logging': {'log_progress_interval': 0.0},
+ 'max_datasets': None,
+ 'max_parallel_tasks': 1,
+ 'max_years': None,
+ 'output_dir': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions'),
+ 'output_file_type': 'png',
+ 'profile_diagnostic': False,
+ 'remove_preproc_dir': True,
+ 'resume_from': [],
+ 'rootpath': {'OBS': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS')],
+ 'OBS6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS6')],
+ 'default': [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data')],
+ 'native6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/RAWOBS')],
+ 'obs4MIPs': {'/home/bandela/.cache/ref/ESMValTool/OBS': 'default',
+ '/home/bandela/climate_data': 'ESGF'}},
+ 'run_diagnostic': True,
+ 'save_intermediary_cubes': False,
+ 'search_esgf': 'never',
+ 'skip_nonexistent': False,
+ 'write_ncl_interface': False}),
+timerange = '2005/2014',
+mip = 'Amon',
+preprocessor = 'full_climatology',
+derive = True,
+dataset = 'CERES-EBAF',
+project = 'OBS',
+type = 'sat',
+version = 'Ed4.2',
+tier = 2,
+reference_for_monitor_diags = True,
+short_name = 'rlutcs',
+recipe_dataset_index = 1,
+alias = 'OBS',
+original_short_name = 'rlutcs',
+standard_name = 'toa_outgoing_longwave_flux_assuming_clear_sky',
+long_name = 'TOA Outgoing Clear-Sky Longwave Radiation',
+units = 'W m-2',
+modeling_realm = ['atmos'],
+frequency = 'mon'
+2025-05-08 08:51:04,739 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step cmor_check_data
+2025-05-08 08:51:04,739 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'cmor_check_data' on the data
+
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlutcs_200003-202311.nc')]
+with function argument(s)
+check_level = ,
+cmor_table = 'OBS',
+mip = 'Amon',
+frequency = 'mon',
+short_name = 'rlutcs'
+2025-05-08 08:51:04,740 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step add_supplementary_variables
+2025-05-08 08:51:04,740 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'add_supplementary_variables' on the data
+
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlutcs_200003-202311.nc')]
+with function argument(s)
+supplementary_cubes = []
+2025-05-08 08:51:04,740 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step derive
+2025-05-08 08:51:04,741 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'derive' on the data
+[,
+ ]
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlut_200003-202311.nc'),
+ LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlutcs_200003-202311.nc')]
+with function argument(s)
+short_name = 'lwcre',
+standard_name = '',
+long_name = 'TOA Longwave Cloud Radiative Effect',
+units = 'W m-2'
+2025-05-08 08:51:04,743 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step regrid
+2025-05-08 08:51:04,744 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'regrid' on the data
+
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlut_200003-202311.nc'),
+ LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlutcs_200003-202311.nc')]
+with function argument(s)
+target_grid = '1x1',
+scheme = {'reference': 'esmf_regrid.schemes:ESMFAreaWeighted'}
+2025-05-08 08:51:04,745 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step climate_statistics
+2025-05-08 08:51:04,745 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'climate_statistics' on the data
+
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlut_200003-202311.nc'),
+ LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlutcs_200003-202311.nc')]
+with function argument(s)
+period = 'full'
+2025-05-08 08:51:04,755 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step save
+2025-05-08 08:51:04,756 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'save' on the data
+[]
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlut_200003-202311.nc'),
+ LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlutcs_200003-202311.nc')]
+with function argument(s)
+compress = False,
+compute = False,
+filename = PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_maps/lwcre/OBS_CERES-EBAF_sat_Ed4.2_Amon_lwcre_2005-2014.nc')
+2025-05-08 08:51:04,757 UTC [42505] DEBUG esmvalcore.preprocessor._io:497 Saving cube:
+TOA Longwave Cloud Radiative Effect / (W m-2) (latitude: 180; longitude: 360)
+ Dimension coordinates:
+ latitude x -
+ longitude - x
+ Scalar coordinates:
+ time 2009-12-30 12:00:00, bound=(2004-12-30 12:00:00, 2014-12-30 12:00:00)
+ Cell methods:
+ 0 time: mean
+ Attributes:
+ Conventions 'CF-1.7'
+ host 'levante2.lvt.dkrz.de'
+ mip 'Amon'
+ modeling_realm 'sat'
+ positive 'down'
+ project_id 'OBS'
+ reference 'doi:10.1175/jcli-d-17-0208.1'
+ source 'https://ceres-tool.larc.nasa.gov/ord-tool/jsp/EBAFTOA42Selection.jsp'
+ tier '2'
+ title 'CERES-EBAF data reformatted for ESMValTool v2.11.0.dev34+g9a8f66d6e.d2 ...'
+ user 'b309141'
+ version 'Ed4.2'
+with lazy data to /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_maps/lwcre/OBS_CERES-EBAF_sat_Ed4.2_Amon_lwcre_2005-2014.nc
+2025-05-08 08:51:04,764 UTC [42505] INFO esmvalcore.preprocessor:747 Computing and saving data for preprocessing task plot_maps/lwcre
+2025-05-08 08:51:04,767 UTC [42505] DEBUG asyncio:64 Using selector: EpollSelector
+2025-05-08 08:51:05,641 UTC [42505] INFO esmvalcore._task:295 Successfully completed task plot_maps/lwcre (priority 1) in 0:00:01.668889
+2025-05-08 08:51:05,641 UTC [42505] INFO esmvalcore._task:289 Starting task plot_maps/swcre in process [42505]
+2025-05-08 08:51:05,655 UTC [42505] DEBUG esmvalcore.preprocessor:716 Running block ['derive', 'regrid', 'climate_statistics']
+2025-05-08 08:51:05,655 UTC [42505] DEBUG esmvalcore.preprocessor:724 Applying single-model steps to PreprocessorFile: /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_maps/swcre/CMIP6_ACCESS-ESM1-5_Amon_historical_r1i1p1f1_swcre_gn_2005-2014.nc
+2025-05-08 08:51:05,655 UTC [42505] DEBUG esmvalcore.esgf._download:560 All required data is available locally, not downloading anything.
+2025-05-08 08:51:05,655 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step fix_file
+2025-05-08 08:51:05,656 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'fix_file' on the data
+LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rsut/gn/v20191115/rsut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200001-201412.nc')
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rsut/gn/v20191115/rsut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200001-201412.nc')]
+with function argument(s)
+output_dir = PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/fixed_files/rsut_Amon_CMIP6_ACCESS-ESM1-5_CMIP_historical_r1i1p1f1_gn_v20191115_'),
+add_unique_suffix = True,
+session = Session({'auxiliary_data_dir': PosixPath('/home/bandela/auxiliary_data'),
+ 'check_level': ,
+ 'compress_netcdf': False,
+ 'config_developer_file': PosixPath('/home/bandela/src/esmvalgroup/esmvaltool/config-developer.yml'),
+ 'dask': {'profiles': {'debug': {'scheduler': 'synchronous'},
+ 'local_distributed': {'cluster': {'memory_limit': '4GiB',
+ 'n_workers': 2,
+ 'threads_per_worker': 2,
+ 'type': 'distributed.LocalCluster'}},
+ 'local_threaded': {'scheduler': 'threads'},
+ 'threaded': {'num_workers': 2}},
+ 'use': 'local_distributed'},
+ 'diagnostics': None,
+ 'download_dir': PosixPath('/home/bandela/climate_data'),
+ 'drs': {'CMIP3': 'ESGF',
+ 'CMIP5': 'ESGF',
+ 'CMIP6': 'ESGF',
+ 'CORDEX': 'ESGF',
+ 'OBS': 'default',
+ 'OBS6': 'default',
+ 'native6': 'default',
+ 'obs4MIPs': 'ESGF'},
+ 'exit_on_warning': False,
+ 'extra_facets_dir': [],
+ 'log_level': 'info',
+ 'logging': {'log_progress_interval': 0.0},
+ 'max_datasets': None,
+ 'max_parallel_tasks': 1,
+ 'max_years': None,
+ 'output_dir': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions'),
+ 'output_file_type': 'png',
+ 'profile_diagnostic': False,
+ 'remove_preproc_dir': True,
+ 'resume_from': [],
+ 'rootpath': {'OBS': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS')],
+ 'OBS6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS6')],
+ 'default': [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data')],
+ 'native6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/RAWOBS')],
+ 'obs4MIPs': {'/home/bandela/.cache/ref/ESMValTool/OBS': 'default',
+ '/home/bandela/climate_data': 'ESGF'}},
+ 'run_diagnostic': True,
+ 'save_intermediary_cubes': False,
+ 'search_esgf': 'never',
+ 'skip_nonexistent': False,
+ 'write_ncl_interface': False}),
+timerange = '2005/2014',
+mip = 'Amon',
+preprocessor = 'full_climatology',
+derive = True,
+project = 'CMIP6',
+activity = 'CMIP',
+dataset = 'ACCESS-ESM1-5',
+ensemble = 'r1i1p1f1',
+institute = 'CSIRO',
+exp = 'historical',
+grid = 'gn',
+short_name = 'rsut',
+recipe_dataset_index = 0,
+alias = 'CMIP6',
+original_short_name = 'rsut',
+standard_name = 'toa_outgoing_shortwave_flux',
+long_name = 'TOA Outgoing Shortwave Radiation',
+units = 'W m-2',
+modeling_realm = ['atmos'],
+frequency = 'mon',
+version = 'v20191115'
+2025-05-08 08:51:05,656 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step load
+2025-05-08 08:51:05,656 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'load' on the data
+LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rsut/gn/v20191115/rsut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200001-201412.nc')
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rsut/gn/v20191115/rsut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200001-201412.nc')]
+with function argument(s)
+ignore_warnings = None
+2025-05-08 08:51:05,656 UTC [42505] DEBUG esmvalcore.preprocessor._io:103 Loading:
+/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rsut/gn/v20191115/rsut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200001-201412.nc
+2025-05-08 08:51:05,664 UTC [42505] DEBUG esmvalcore.preprocessor._io:151 Done with loading /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rsut/gn/v20191115/rsut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200001-201412.nc
+2025-05-08 08:51:05,664 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step fix_metadata
+2025-05-08 08:51:05,665 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'fix_metadata' on the data
+[]
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rsut/gn/v20191115/rsut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200001-201412.nc')]
+with function argument(s)
+session = Session({'auxiliary_data_dir': PosixPath('/home/bandela/auxiliary_data'),
+ 'check_level': ,
+ 'compress_netcdf': False,
+ 'config_developer_file': PosixPath('/home/bandela/src/esmvalgroup/esmvaltool/config-developer.yml'),
+ 'dask': {'profiles': {'debug': {'scheduler': 'synchronous'},
+ 'local_distributed': {'cluster': {'memory_limit': '4GiB',
+ 'n_workers': 2,
+ 'threads_per_worker': 2,
+ 'type': 'distributed.LocalCluster'}},
+ 'local_threaded': {'scheduler': 'threads'},
+ 'threaded': {'num_workers': 2}},
+ 'use': 'local_distributed'},
+ 'diagnostics': None,
+ 'download_dir': PosixPath('/home/bandela/climate_data'),
+ 'drs': {'CMIP3': 'ESGF',
+ 'CMIP5': 'ESGF',
+ 'CMIP6': 'ESGF',
+ 'CORDEX': 'ESGF',
+ 'OBS': 'default',
+ 'OBS6': 'default',
+ 'native6': 'default',
+ 'obs4MIPs': 'ESGF'},
+ 'exit_on_warning': False,
+ 'extra_facets_dir': [],
+ 'log_level': 'info',
+ 'logging': {'log_progress_interval': 0.0},
+ 'max_datasets': None,
+ 'max_parallel_tasks': 1,
+ 'max_years': None,
+ 'output_dir': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions'),
+ 'output_file_type': 'png',
+ 'profile_diagnostic': False,
+ 'remove_preproc_dir': True,
+ 'resume_from': [],
+ 'rootpath': {'OBS': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS')],
+ 'OBS6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS6')],
+ 'default': [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data')],
+ 'native6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/RAWOBS')],
+ 'obs4MIPs': {'/home/bandela/.cache/ref/ESMValTool/OBS': 'default',
+ '/home/bandela/climate_data': 'ESGF'}},
+ 'run_diagnostic': True,
+ 'save_intermediary_cubes': False,
+ 'search_esgf': 'never',
+ 'skip_nonexistent': False,
+ 'write_ncl_interface': False}),
+timerange = '2005/2014',
+mip = 'Amon',
+preprocessor = 'full_climatology',
+derive = True,
+project = 'CMIP6',
+activity = 'CMIP',
+dataset = 'ACCESS-ESM1-5',
+ensemble = 'r1i1p1f1',
+institute = 'CSIRO',
+exp = 'historical',
+grid = 'gn',
+short_name = 'rsut',
+recipe_dataset_index = 0,
+alias = 'CMIP6',
+original_short_name = 'rsut',
+standard_name = 'toa_outgoing_shortwave_flux',
+long_name = 'TOA Outgoing Shortwave Radiation',
+units = 'W m-2',
+modeling_realm = ['atmos'],
+frequency = 'mon',
+version = 'v20191115'
+2025-05-08 08:51:05,666 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step concatenate
+2025-05-08 08:51:05,666 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'concatenate' on the data
+[]
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rsut/gn/v20191115/rsut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200001-201412.nc')]
+with function argument(s)
+check_level =
+2025-05-08 08:51:05,666 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step cmor_check_metadata
+2025-05-08 08:51:05,667 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'cmor_check_metadata' on the data
+
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rsut/gn/v20191115/rsut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200001-201412.nc')]
+with function argument(s)
+check_level = ,
+cmor_table = 'CMIP6',
+mip = 'Amon',
+frequency = 'mon',
+short_name = 'rsut'
+2025-05-08 08:51:05,668 UTC [42505] WARNING esmvalcore.cmor.check:223 There were warnings in variable rsut:
+ rsut: attribute positive not present
+loaded from file
+2025-05-08 08:51:05,668 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step clip_timerange
+2025-05-08 08:51:05,668 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'clip_timerange' on the data
+
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rsut/gn/v20191115/rsut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200001-201412.nc')]
+with function argument(s)
+timerange = '2005/2014'
+2025-05-08 08:51:05,670 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step fix_data
+2025-05-08 08:51:05,671 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'fix_data' on the data
+
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rsut/gn/v20191115/rsut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200001-201412.nc')]
+with function argument(s)
+session = Session({'auxiliary_data_dir': PosixPath('/home/bandela/auxiliary_data'),
+ 'check_level': ,
+ 'compress_netcdf': False,
+ 'config_developer_file': PosixPath('/home/bandela/src/esmvalgroup/esmvaltool/config-developer.yml'),
+ 'dask': {'profiles': {'debug': {'scheduler': 'synchronous'},
+ 'local_distributed': {'cluster': {'memory_limit': '4GiB',
+ 'n_workers': 2,
+ 'threads_per_worker': 2,
+ 'type': 'distributed.LocalCluster'}},
+ 'local_threaded': {'scheduler': 'threads'},
+ 'threaded': {'num_workers': 2}},
+ 'use': 'local_distributed'},
+ 'diagnostics': None,
+ 'download_dir': PosixPath('/home/bandela/climate_data'),
+ 'drs': {'CMIP3': 'ESGF',
+ 'CMIP5': 'ESGF',
+ 'CMIP6': 'ESGF',
+ 'CORDEX': 'ESGF',
+ 'OBS': 'default',
+ 'OBS6': 'default',
+ 'native6': 'default',
+ 'obs4MIPs': 'ESGF'},
+ 'exit_on_warning': False,
+ 'extra_facets_dir': [],
+ 'log_level': 'info',
+ 'logging': {'log_progress_interval': 0.0},
+ 'max_datasets': None,
+ 'max_parallel_tasks': 1,
+ 'max_years': None,
+ 'output_dir': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions'),
+ 'output_file_type': 'png',
+ 'profile_diagnostic': False,
+ 'remove_preproc_dir': True,
+ 'resume_from': [],
+ 'rootpath': {'OBS': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS')],
+ 'OBS6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS6')],
+ 'default': [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data')],
+ 'native6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/RAWOBS')],
+ 'obs4MIPs': {'/home/bandela/.cache/ref/ESMValTool/OBS': 'default',
+ '/home/bandela/climate_data': 'ESGF'}},
+ 'run_diagnostic': True,
+ 'save_intermediary_cubes': False,
+ 'search_esgf': 'never',
+ 'skip_nonexistent': False,
+ 'write_ncl_interface': False}),
+timerange = '2005/2014',
+mip = 'Amon',
+preprocessor = 'full_climatology',
+derive = True,
+project = 'CMIP6',
+activity = 'CMIP',
+dataset = 'ACCESS-ESM1-5',
+ensemble = 'r1i1p1f1',
+institute = 'CSIRO',
+exp = 'historical',
+grid = 'gn',
+short_name = 'rsut',
+recipe_dataset_index = 0,
+alias = 'CMIP6',
+original_short_name = 'rsut',
+standard_name = 'toa_outgoing_shortwave_flux',
+long_name = 'TOA Outgoing Shortwave Radiation',
+units = 'W m-2',
+modeling_realm = ['atmos'],
+frequency = 'mon',
+version = 'v20191115'
+2025-05-08 08:51:05,671 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step cmor_check_data
+2025-05-08 08:51:05,671 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'cmor_check_data' on the data
+
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rsut/gn/v20191115/rsut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200001-201412.nc')]
+with function argument(s)
+check_level = ,
+cmor_table = 'CMIP6',
+mip = 'Amon',
+frequency = 'mon',
+short_name = 'rsut'
+2025-05-08 08:51:05,671 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step add_supplementary_variables
+2025-05-08 08:51:05,672 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'add_supplementary_variables' on the data
+
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rsut/gn/v20191115/rsut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200001-201412.nc')]
+with function argument(s)
+supplementary_cubes = []
+2025-05-08 08:51:05,672 UTC [42505] DEBUG esmvalcore.esgf._download:560 All required data is available locally, not downloading anything.
+2025-05-08 08:51:05,672 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step fix_file
+2025-05-08 08:51:05,672 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'fix_file' on the data
+LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rsutcs/gn/v20191115/rsutcs_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200501-201412.nc')
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rsutcs/gn/v20191115/rsutcs_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200501-201412.nc')]
+with function argument(s)
+output_dir = PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/fixed_files/rsutcs_Amon_CMIP6_ACCESS-ESM1-5_CMIP_historical_r1i1p1f1_gn_v20191115_'),
+add_unique_suffix = True,
+session = Session({'auxiliary_data_dir': PosixPath('/home/bandela/auxiliary_data'),
+ 'check_level': ,
+ 'compress_netcdf': False,
+ 'config_developer_file': PosixPath('/home/bandela/src/esmvalgroup/esmvaltool/config-developer.yml'),
+ 'dask': {'profiles': {'debug': {'scheduler': 'synchronous'},
+ 'local_distributed': {'cluster': {'memory_limit': '4GiB',
+ 'n_workers': 2,
+ 'threads_per_worker': 2,
+ 'type': 'distributed.LocalCluster'}},
+ 'local_threaded': {'scheduler': 'threads'},
+ 'threaded': {'num_workers': 2}},
+ 'use': 'local_distributed'},
+ 'diagnostics': None,
+ 'download_dir': PosixPath('/home/bandela/climate_data'),
+ 'drs': {'CMIP3': 'ESGF',
+ 'CMIP5': 'ESGF',
+ 'CMIP6': 'ESGF',
+ 'CORDEX': 'ESGF',
+ 'OBS': 'default',
+ 'OBS6': 'default',
+ 'native6': 'default',
+ 'obs4MIPs': 'ESGF'},
+ 'exit_on_warning': False,
+ 'extra_facets_dir': [],
+ 'log_level': 'info',
+ 'logging': {'log_progress_interval': 0.0},
+ 'max_datasets': None,
+ 'max_parallel_tasks': 1,
+ 'max_years': None,
+ 'output_dir': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions'),
+ 'output_file_type': 'png',
+ 'profile_diagnostic': False,
+ 'remove_preproc_dir': True,
+ 'resume_from': [],
+ 'rootpath': {'OBS': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS')],
+ 'OBS6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS6')],
+ 'default': [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data')],
+ 'native6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/RAWOBS')],
+ 'obs4MIPs': {'/home/bandela/.cache/ref/ESMValTool/OBS': 'default',
+ '/home/bandela/climate_data': 'ESGF'}},
+ 'run_diagnostic': True,
+ 'save_intermediary_cubes': False,
+ 'search_esgf': 'never',
+ 'skip_nonexistent': False,
+ 'write_ncl_interface': False}),
+timerange = '2005/2014',
+mip = 'Amon',
+preprocessor = 'full_climatology',
+derive = True,
+project = 'CMIP6',
+activity = 'CMIP',
+dataset = 'ACCESS-ESM1-5',
+ensemble = 'r1i1p1f1',
+institute = 'CSIRO',
+exp = 'historical',
+grid = 'gn',
+short_name = 'rsutcs',
+recipe_dataset_index = 0,
+alias = 'CMIP6',
+original_short_name = 'rsutcs',
+standard_name = 'toa_outgoing_shortwave_flux_assuming_clear_sky',
+long_name = 'TOA Outgoing Clear-Sky Shortwave Radiation',
+units = 'W m-2',
+modeling_realm = ['atmos'],
+frequency = 'mon',
+version = 'v20191115'
+2025-05-08 08:51:05,673 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step load
+2025-05-08 08:51:05,673 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'load' on the data
+LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rsutcs/gn/v20191115/rsutcs_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200501-201412.nc')
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rsutcs/gn/v20191115/rsutcs_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200501-201412.nc')]
+with function argument(s)
+ignore_warnings = None
+2025-05-08 08:51:05,673 UTC [42505] DEBUG esmvalcore.preprocessor._io:103 Loading:
+/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rsutcs/gn/v20191115/rsutcs_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200501-201412.nc
+2025-05-08 08:51:05,680 UTC [42505] DEBUG esmvalcore.preprocessor._io:151 Done with loading /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rsutcs/gn/v20191115/rsutcs_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200501-201412.nc
+2025-05-08 08:51:05,680 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step fix_metadata
+2025-05-08 08:51:05,681 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'fix_metadata' on the data
+[]
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rsutcs/gn/v20191115/rsutcs_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200501-201412.nc')]
+with function argument(s)
+session = Session({'auxiliary_data_dir': PosixPath('/home/bandela/auxiliary_data'),
+ 'check_level': ,
+ 'compress_netcdf': False,
+ 'config_developer_file': PosixPath('/home/bandela/src/esmvalgroup/esmvaltool/config-developer.yml'),
+ 'dask': {'profiles': {'debug': {'scheduler': 'synchronous'},
+ 'local_distributed': {'cluster': {'memory_limit': '4GiB',
+ 'n_workers': 2,
+ 'threads_per_worker': 2,
+ 'type': 'distributed.LocalCluster'}},
+ 'local_threaded': {'scheduler': 'threads'},
+ 'threaded': {'num_workers': 2}},
+ 'use': 'local_distributed'},
+ 'diagnostics': None,
+ 'download_dir': PosixPath('/home/bandela/climate_data'),
+ 'drs': {'CMIP3': 'ESGF',
+ 'CMIP5': 'ESGF',
+ 'CMIP6': 'ESGF',
+ 'CORDEX': 'ESGF',
+ 'OBS': 'default',
+ 'OBS6': 'default',
+ 'native6': 'default',
+ 'obs4MIPs': 'ESGF'},
+ 'exit_on_warning': False,
+ 'extra_facets_dir': [],
+ 'log_level': 'info',
+ 'logging': {'log_progress_interval': 0.0},
+ 'max_datasets': None,
+ 'max_parallel_tasks': 1,
+ 'max_years': None,
+ 'output_dir': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions'),
+ 'output_file_type': 'png',
+ 'profile_diagnostic': False,
+ 'remove_preproc_dir': True,
+ 'resume_from': [],
+ 'rootpath': {'OBS': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS')],
+ 'OBS6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS6')],
+ 'default': [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data')],
+ 'native6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/RAWOBS')],
+ 'obs4MIPs': {'/home/bandela/.cache/ref/ESMValTool/OBS': 'default',
+ '/home/bandela/climate_data': 'ESGF'}},
+ 'run_diagnostic': True,
+ 'save_intermediary_cubes': False,
+ 'search_esgf': 'never',
+ 'skip_nonexistent': False,
+ 'write_ncl_interface': False}),
+timerange = '2005/2014',
+mip = 'Amon',
+preprocessor = 'full_climatology',
+derive = True,
+project = 'CMIP6',
+activity = 'CMIP',
+dataset = 'ACCESS-ESM1-5',
+ensemble = 'r1i1p1f1',
+institute = 'CSIRO',
+exp = 'historical',
+grid = 'gn',
+short_name = 'rsutcs',
+recipe_dataset_index = 0,
+alias = 'CMIP6',
+original_short_name = 'rsutcs',
+standard_name = 'toa_outgoing_shortwave_flux_assuming_clear_sky',
+long_name = 'TOA Outgoing Clear-Sky Shortwave Radiation',
+units = 'W m-2',
+modeling_realm = ['atmos'],
+frequency = 'mon',
+version = 'v20191115'
+2025-05-08 08:51:05,681 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step concatenate
+2025-05-08 08:51:05,682 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'concatenate' on the data
+[]
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rsutcs/gn/v20191115/rsutcs_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200501-201412.nc')]
+with function argument(s)
+check_level =
+2025-05-08 08:51:05,682 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step cmor_check_metadata
+2025-05-08 08:51:05,682 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'cmor_check_metadata' on the data
+
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rsutcs/gn/v20191115/rsutcs_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200501-201412.nc')]
+with function argument(s)
+check_level = ,
+cmor_table = 'CMIP6',
+mip = 'Amon',
+frequency = 'mon',
+short_name = 'rsutcs'
+2025-05-08 08:51:05,683 UTC [42505] WARNING esmvalcore.cmor.check:223 There were warnings in variable rsutcs:
+ rsutcs: attribute positive not present
+loaded from file
+2025-05-08 08:51:05,683 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step clip_timerange
+2025-05-08 08:51:05,683 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'clip_timerange' on the data
+
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rsutcs/gn/v20191115/rsutcs_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200501-201412.nc')]
+with function argument(s)
+timerange = '2005/2014'
+2025-05-08 08:51:05,685 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step fix_data
+2025-05-08 08:51:05,686 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'fix_data' on the data
+
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rsutcs/gn/v20191115/rsutcs_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200501-201412.nc')]
+with function argument(s)
+session = Session({'auxiliary_data_dir': PosixPath('/home/bandela/auxiliary_data'),
+ 'check_level': ,
+ 'compress_netcdf': False,
+ 'config_developer_file': PosixPath('/home/bandela/src/esmvalgroup/esmvaltool/config-developer.yml'),
+ 'dask': {'profiles': {'debug': {'scheduler': 'synchronous'},
+ 'local_distributed': {'cluster': {'memory_limit': '4GiB',
+ 'n_workers': 2,
+ 'threads_per_worker': 2,
+ 'type': 'distributed.LocalCluster'}},
+ 'local_threaded': {'scheduler': 'threads'},
+ 'threaded': {'num_workers': 2}},
+ 'use': 'local_distributed'},
+ 'diagnostics': None,
+ 'download_dir': PosixPath('/home/bandela/climate_data'),
+ 'drs': {'CMIP3': 'ESGF',
+ 'CMIP5': 'ESGF',
+ 'CMIP6': 'ESGF',
+ 'CORDEX': 'ESGF',
+ 'OBS': 'default',
+ 'OBS6': 'default',
+ 'native6': 'default',
+ 'obs4MIPs': 'ESGF'},
+ 'exit_on_warning': False,
+ 'extra_facets_dir': [],
+ 'log_level': 'info',
+ 'logging': {'log_progress_interval': 0.0},
+ 'max_datasets': None,
+ 'max_parallel_tasks': 1,
+ 'max_years': None,
+ 'output_dir': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions'),
+ 'output_file_type': 'png',
+ 'profile_diagnostic': False,
+ 'remove_preproc_dir': True,
+ 'resume_from': [],
+ 'rootpath': {'OBS': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS')],
+ 'OBS6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS6')],
+ 'default': [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data')],
+ 'native6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/RAWOBS')],
+ 'obs4MIPs': {'/home/bandela/.cache/ref/ESMValTool/OBS': 'default',
+ '/home/bandela/climate_data': 'ESGF'}},
+ 'run_diagnostic': True,
+ 'save_intermediary_cubes': False,
+ 'search_esgf': 'never',
+ 'skip_nonexistent': False,
+ 'write_ncl_interface': False}),
+timerange = '2005/2014',
+mip = 'Amon',
+preprocessor = 'full_climatology',
+derive = True,
+project = 'CMIP6',
+activity = 'CMIP',
+dataset = 'ACCESS-ESM1-5',
+ensemble = 'r1i1p1f1',
+institute = 'CSIRO',
+exp = 'historical',
+grid = 'gn',
+short_name = 'rsutcs',
+recipe_dataset_index = 0,
+alias = 'CMIP6',
+original_short_name = 'rsutcs',
+standard_name = 'toa_outgoing_shortwave_flux_assuming_clear_sky',
+long_name = 'TOA Outgoing Clear-Sky Shortwave Radiation',
+units = 'W m-2',
+modeling_realm = ['atmos'],
+frequency = 'mon',
+version = 'v20191115'
+2025-05-08 08:51:05,686 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step cmor_check_data
+2025-05-08 08:51:05,686 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'cmor_check_data' on the data
+
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rsutcs/gn/v20191115/rsutcs_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200501-201412.nc')]
+with function argument(s)
+check_level = ,
+cmor_table = 'CMIP6',
+mip = 'Amon',
+frequency = 'mon',
+short_name = 'rsutcs'
+2025-05-08 08:51:05,686 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step add_supplementary_variables
+2025-05-08 08:51:05,687 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'add_supplementary_variables' on the data
+
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rsutcs/gn/v20191115/rsutcs_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200501-201412.nc')]
+with function argument(s)
+supplementary_cubes = []
+2025-05-08 08:51:05,687 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step derive
+2025-05-08 08:51:05,688 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'derive' on the data
+[,
+ ]
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rsut/gn/v20191115/rsut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200001-201412.nc'),
+ LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rsutcs/gn/v20191115/rsutcs_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200501-201412.nc')]
+with function argument(s)
+short_name = 'swcre',
+standard_name = '',
+long_name = 'TOA Shortwave Cloud Radiative Effect',
+units = 'W m-2'
+2025-05-08 08:51:05,690 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step regrid
+2025-05-08 08:51:05,691 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'regrid' on the data
+
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rsut/gn/v20191115/rsut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200001-201412.nc'),
+ LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rsutcs/gn/v20191115/rsutcs_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200501-201412.nc')]
+with function argument(s)
+target_grid = '1x1',
+scheme = {'reference': 'esmf_regrid.schemes:ESMFAreaWeighted'}
+2025-05-08 08:51:05,691 UTC [42505] DEBUG esmvalcore.preprocessor._regrid:634 Loaded regridding scheme ESMFAreaWeighted(mdtol=0)
+2025-05-08 08:51:06,266 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step climate_statistics
+2025-05-08 08:51:06,266 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'climate_statistics' on the data
+
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rsut/gn/v20191115/rsut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200001-201412.nc'),
+ LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rsutcs/gn/v20191115/rsutcs_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200501-201412.nc')]
+with function argument(s)
+period = 'full'
+2025-05-08 08:51:06,277 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step save
+2025-05-08 08:51:06,278 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'save' on the data
+[]
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rsut/gn/v20191115/rsut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200001-201412.nc'),
+ LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rsutcs/gn/v20191115/rsutcs_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200501-201412.nc')]
+with function argument(s)
+compress = False,
+compute = False,
+filename = PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_maps/swcre/CMIP6_ACCESS-ESM1-5_Amon_historical_r1i1p1f1_swcre_gn_2005-2014.nc')
+2025-05-08 08:51:06,278 UTC [42505] DEBUG esmvalcore.preprocessor._io:497 Saving cube:
+TOA Shortwave Cloud Radiative Effect / (W m-2) (latitude: 180; longitude: 360)
+ Dimension coordinates:
+ latitude x -
+ longitude - x
+ Scalar coordinates:
+ time 2010-01-01 00:00:00, bound=(2005-01-01 00:00:00, 2015-01-01 00:00:00)
+ Cell methods:
+ 0 time: mean
+ Attributes:
+ Conventions 'CF-1.7 CMIP-6.2'
+ activity_id 'CMIP'
+ branch_method 'standard'
+ branch_time_in_child np.float64(0.0)
+ branch_time_in_parent np.int64(-616894)
+ cmor_version '3.4.0'
+ data_specs_version '01.00.30'
+ experiment 'all-forcing simulation of the recent past'
+ experiment_id 'historical'
+ external_variables 'areacella'
+ forcing_index np.int32(1)
+ frequency 'mon'
+ further_info_url 'https://furtherinfo.es-doc.org/CMIP6.CSIRO.ACCESS-ESM1-5.historical.no ...'
+ grid 'native atmosphere N96 grid (145x192 latxlon)'
+ grid_label 'gn'
+ initialization_index np.int32(1)
+ institution 'Commonwealth Scientific and Industrial Research Organisation, Aspendale, ...'
+ institution_id 'CSIRO'
+ license 'CMIP6 model data produced by CSIRO is licensed under a Creative Commons ...'
+ mip_era 'CMIP6'
+ nominal_resolution '250 km'
+ parent_activity_id 'CMIP'
+ parent_experiment_id 'piControl'
+ parent_mip_era 'CMIP6'
+ parent_source_id 'ACCESS-ESM1-5'
+ parent_time_units 'days since 1850-1-1 00:00:00'
+ parent_variant_label 'r1i1p1f1'
+ physics_index np.int32(1)
+ positive 'down'
+ product 'model-output'
+ realization_index np.int32(1)
+ realm 'atmos'
+ regrid_method 'bilinear'
+ run_variant 'forcing: GHG, Oz, SA, Sl, Vl, BC, OC, (GHG = CO2, N2O, CH4, CFC11, CFC12, ...'
+ source 'ACCESS-ESM1.5 (2019): \naerosol: CLASSIC (v1.0)\natmos: HadGAM2 (r1.1, ...'
+ source_id 'ACCESS-ESM1-5'
+ source_type 'AOGCM'
+ sub_experiment 'none'
+ sub_experiment_id 'none'
+ table_id 'Amon'
+ table_info 'Creation Date:(30 April 2019) MD5:e14f55f257cceafb2523e41244962371'
+ title 'ACCESS-ESM1-5 output prepared for CMIP6'
+ variant_label 'r1i1p1f1'
+ version 'v20191115'
+with lazy data to /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_maps/swcre/CMIP6_ACCESS-ESM1-5_Amon_historical_r1i1p1f1_swcre_gn_2005-2014.nc
+2025-05-08 08:51:06,287 UTC [42505] DEBUG esmvalcore.preprocessor:724 Applying single-model steps to PreprocessorFile: /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_maps/swcre/OBS_CERES-EBAF_sat_Ed4.2_Amon_swcre_2005-2014.nc
+2025-05-08 08:51:06,287 UTC [42505] DEBUG esmvalcore.esgf._download:560 All required data is available locally, not downloading anything.
+2025-05-08 08:51:06,287 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step fix_file
+2025-05-08 08:51:06,287 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'fix_file' on the data
+LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rsut_200003-202311.nc')
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rsut_200003-202311.nc')]
+with function argument(s)
+output_dir = PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/fixed_files/rsut_Amon_OBS_CERES-EBAF_Ed4.2_'),
+add_unique_suffix = True,
+session = Session({'auxiliary_data_dir': PosixPath('/home/bandela/auxiliary_data'),
+ 'check_level': ,
+ 'compress_netcdf': False,
+ 'config_developer_file': PosixPath('/home/bandela/src/esmvalgroup/esmvaltool/config-developer.yml'),
+ 'dask': {'profiles': {'debug': {'scheduler': 'synchronous'},
+ 'local_distributed': {'cluster': {'memory_limit': '4GiB',
+ 'n_workers': 2,
+ 'threads_per_worker': 2,
+ 'type': 'distributed.LocalCluster'}},
+ 'local_threaded': {'scheduler': 'threads'},
+ 'threaded': {'num_workers': 2}},
+ 'use': 'local_distributed'},
+ 'diagnostics': None,
+ 'download_dir': PosixPath('/home/bandela/climate_data'),
+ 'drs': {'CMIP3': 'ESGF',
+ 'CMIP5': 'ESGF',
+ 'CMIP6': 'ESGF',
+ 'CORDEX': 'ESGF',
+ 'OBS': 'default',
+ 'OBS6': 'default',
+ 'native6': 'default',
+ 'obs4MIPs': 'ESGF'},
+ 'exit_on_warning': False,
+ 'extra_facets_dir': [],
+ 'log_level': 'info',
+ 'logging': {'log_progress_interval': 0.0},
+ 'max_datasets': None,
+ 'max_parallel_tasks': 1,
+ 'max_years': None,
+ 'output_dir': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions'),
+ 'output_file_type': 'png',
+ 'profile_diagnostic': False,
+ 'remove_preproc_dir': True,
+ 'resume_from': [],
+ 'rootpath': {'OBS': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS')],
+ 'OBS6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS6')],
+ 'default': [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data')],
+ 'native6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/RAWOBS')],
+ 'obs4MIPs': {'/home/bandela/.cache/ref/ESMValTool/OBS': 'default',
+ '/home/bandela/climate_data': 'ESGF'}},
+ 'run_diagnostic': True,
+ 'save_intermediary_cubes': False,
+ 'search_esgf': 'never',
+ 'skip_nonexistent': False,
+ 'write_ncl_interface': False}),
+timerange = '2005/2014',
+mip = 'Amon',
+preprocessor = 'full_climatology',
+derive = True,
+dataset = 'CERES-EBAF',
+project = 'OBS',
+type = 'sat',
+version = 'Ed4.2',
+tier = 2,
+reference_for_monitor_diags = True,
+short_name = 'rsut',
+recipe_dataset_index = 1,
+alias = 'OBS',
+original_short_name = 'rsut',
+standard_name = 'toa_outgoing_shortwave_flux',
+long_name = 'TOA Outgoing Shortwave Radiation',
+units = 'W m-2',
+modeling_realm = ['atmos'],
+frequency = 'mon'
+2025-05-08 08:51:06,287 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step load
+2025-05-08 08:51:06,287 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'load' on the data
+LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rsut_200003-202311.nc')
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rsut_200003-202311.nc')]
+with function argument(s)
+ignore_warnings = None
+2025-05-08 08:51:06,287 UTC [42505] DEBUG esmvalcore.preprocessor._io:103 Loading:
+/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rsut_200003-202311.nc
+2025-05-08 08:51:06,296 UTC [42505] DEBUG esmvalcore.preprocessor._io:151 Done with loading /home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rsut_200003-202311.nc
+2025-05-08 08:51:06,296 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step fix_metadata
+2025-05-08 08:51:06,297 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'fix_metadata' on the data
+[]
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rsut_200003-202311.nc')]
+with function argument(s)
+session = Session({'auxiliary_data_dir': PosixPath('/home/bandela/auxiliary_data'),
+ 'check_level': ,
+ 'compress_netcdf': False,
+ 'config_developer_file': PosixPath('/home/bandela/src/esmvalgroup/esmvaltool/config-developer.yml'),
+ 'dask': {'profiles': {'debug': {'scheduler': 'synchronous'},
+ 'local_distributed': {'cluster': {'memory_limit': '4GiB',
+ 'n_workers': 2,
+ 'threads_per_worker': 2,
+ 'type': 'distributed.LocalCluster'}},
+ 'local_threaded': {'scheduler': 'threads'},
+ 'threaded': {'num_workers': 2}},
+ 'use': 'local_distributed'},
+ 'diagnostics': None,
+ 'download_dir': PosixPath('/home/bandela/climate_data'),
+ 'drs': {'CMIP3': 'ESGF',
+ 'CMIP5': 'ESGF',
+ 'CMIP6': 'ESGF',
+ 'CORDEX': 'ESGF',
+ 'OBS': 'default',
+ 'OBS6': 'default',
+ 'native6': 'default',
+ 'obs4MIPs': 'ESGF'},
+ 'exit_on_warning': False,
+ 'extra_facets_dir': [],
+ 'log_level': 'info',
+ 'logging': {'log_progress_interval': 0.0},
+ 'max_datasets': None,
+ 'max_parallel_tasks': 1,
+ 'max_years': None,
+ 'output_dir': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions'),
+ 'output_file_type': 'png',
+ 'profile_diagnostic': False,
+ 'remove_preproc_dir': True,
+ 'resume_from': [],
+ 'rootpath': {'OBS': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS')],
+ 'OBS6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS6')],
+ 'default': [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data')],
+ 'native6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/RAWOBS')],
+ 'obs4MIPs': {'/home/bandela/.cache/ref/ESMValTool/OBS': 'default',
+ '/home/bandela/climate_data': 'ESGF'}},
+ 'run_diagnostic': True,
+ 'save_intermediary_cubes': False,
+ 'search_esgf': 'never',
+ 'skip_nonexistent': False,
+ 'write_ncl_interface': False}),
+timerange = '2005/2014',
+mip = 'Amon',
+preprocessor = 'full_climatology',
+derive = True,
+dataset = 'CERES-EBAF',
+project = 'OBS',
+type = 'sat',
+version = 'Ed4.2',
+tier = 2,
+reference_for_monitor_diags = True,
+short_name = 'rsut',
+recipe_dataset_index = 1,
+alias = 'OBS',
+original_short_name = 'rsut',
+standard_name = 'toa_outgoing_shortwave_flux',
+long_name = 'TOA Outgoing Shortwave Radiation',
+units = 'W m-2',
+modeling_realm = ['atmos'],
+frequency = 'mon'
+2025-05-08 08:51:06,297 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step concatenate
+2025-05-08 08:51:06,298 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'concatenate' on the data
+[]
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rsut_200003-202311.nc')]
+with function argument(s)
+check_level =
+2025-05-08 08:51:06,298 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step cmor_check_metadata
+2025-05-08 08:51:06,298 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'cmor_check_metadata' on the data
+
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rsut_200003-202311.nc')]
+with function argument(s)
+check_level = ,
+cmor_table = 'OBS',
+mip = 'Amon',
+frequency = 'mon',
+short_name = 'rsut'
+2025-05-08 08:51:06,299 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step clip_timerange
+2025-05-08 08:51:06,300 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'clip_timerange' on the data
+
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rsut_200003-202311.nc')]
+with function argument(s)
+timerange = '2005/2014'
+2025-05-08 08:51:06,301 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step fix_data
+2025-05-08 08:51:06,302 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'fix_data' on the data
+
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rsut_200003-202311.nc')]
+with function argument(s)
+session = Session({'auxiliary_data_dir': PosixPath('/home/bandela/auxiliary_data'),
+ 'check_level': ,
+ 'compress_netcdf': False,
+ 'config_developer_file': PosixPath('/home/bandela/src/esmvalgroup/esmvaltool/config-developer.yml'),
+ 'dask': {'profiles': {'debug': {'scheduler': 'synchronous'},
+ 'local_distributed': {'cluster': {'memory_limit': '4GiB',
+ 'n_workers': 2,
+ 'threads_per_worker': 2,
+ 'type': 'distributed.LocalCluster'}},
+ 'local_threaded': {'scheduler': 'threads'},
+ 'threaded': {'num_workers': 2}},
+ 'use': 'local_distributed'},
+ 'diagnostics': None,
+ 'download_dir': PosixPath('/home/bandela/climate_data'),
+ 'drs': {'CMIP3': 'ESGF',
+ 'CMIP5': 'ESGF',
+ 'CMIP6': 'ESGF',
+ 'CORDEX': 'ESGF',
+ 'OBS': 'default',
+ 'OBS6': 'default',
+ 'native6': 'default',
+ 'obs4MIPs': 'ESGF'},
+ 'exit_on_warning': False,
+ 'extra_facets_dir': [],
+ 'log_level': 'info',
+ 'logging': {'log_progress_interval': 0.0},
+ 'max_datasets': None,
+ 'max_parallel_tasks': 1,
+ 'max_years': None,
+ 'output_dir': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions'),
+ 'output_file_type': 'png',
+ 'profile_diagnostic': False,
+ 'remove_preproc_dir': True,
+ 'resume_from': [],
+ 'rootpath': {'OBS': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS')],
+ 'OBS6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS6')],
+ 'default': [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data')],
+ 'native6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/RAWOBS')],
+ 'obs4MIPs': {'/home/bandela/.cache/ref/ESMValTool/OBS': 'default',
+ '/home/bandela/climate_data': 'ESGF'}},
+ 'run_diagnostic': True,
+ 'save_intermediary_cubes': False,
+ 'search_esgf': 'never',
+ 'skip_nonexistent': False,
+ 'write_ncl_interface': False}),
+timerange = '2005/2014',
+mip = 'Amon',
+preprocessor = 'full_climatology',
+derive = True,
+dataset = 'CERES-EBAF',
+project = 'OBS',
+type = 'sat',
+version = 'Ed4.2',
+tier = 2,
+reference_for_monitor_diags = True,
+short_name = 'rsut',
+recipe_dataset_index = 1,
+alias = 'OBS',
+original_short_name = 'rsut',
+standard_name = 'toa_outgoing_shortwave_flux',
+long_name = 'TOA Outgoing Shortwave Radiation',
+units = 'W m-2',
+modeling_realm = ['atmos'],
+frequency = 'mon'
+2025-05-08 08:51:06,302 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step cmor_check_data
+2025-05-08 08:51:06,303 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'cmor_check_data' on the data
+
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rsut_200003-202311.nc')]
+with function argument(s)
+check_level = ,
+cmor_table = 'OBS',
+mip = 'Amon',
+frequency = 'mon',
+short_name = 'rsut'
+2025-05-08 08:51:06,303 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step add_supplementary_variables
+2025-05-08 08:51:06,303 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'add_supplementary_variables' on the data
+
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rsut_200003-202311.nc')]
+with function argument(s)
+supplementary_cubes = []
+2025-05-08 08:51:06,303 UTC [42505] DEBUG esmvalcore.esgf._download:560 All required data is available locally, not downloading anything.
+2025-05-08 08:51:06,303 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step fix_file
+2025-05-08 08:51:06,304 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'fix_file' on the data
+LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rsutcs_200003-202311.nc')
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rsutcs_200003-202311.nc')]
+with function argument(s)
+output_dir = PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/fixed_files/rsutcs_Amon_OBS_CERES-EBAF_Ed4.2_'),
+add_unique_suffix = True,
+session = Session({'auxiliary_data_dir': PosixPath('/home/bandela/auxiliary_data'),
+ 'check_level': ,
+ 'compress_netcdf': False,
+ 'config_developer_file': PosixPath('/home/bandela/src/esmvalgroup/esmvaltool/config-developer.yml'),
+ 'dask': {'profiles': {'debug': {'scheduler': 'synchronous'},
+ 'local_distributed': {'cluster': {'memory_limit': '4GiB',
+ 'n_workers': 2,
+ 'threads_per_worker': 2,
+ 'type': 'distributed.LocalCluster'}},
+ 'local_threaded': {'scheduler': 'threads'},
+ 'threaded': {'num_workers': 2}},
+ 'use': 'local_distributed'},
+ 'diagnostics': None,
+ 'download_dir': PosixPath('/home/bandela/climate_data'),
+ 'drs': {'CMIP3': 'ESGF',
+ 'CMIP5': 'ESGF',
+ 'CMIP6': 'ESGF',
+ 'CORDEX': 'ESGF',
+ 'OBS': 'default',
+ 'OBS6': 'default',
+ 'native6': 'default',
+ 'obs4MIPs': 'ESGF'},
+ 'exit_on_warning': False,
+ 'extra_facets_dir': [],
+ 'log_level': 'info',
+ 'logging': {'log_progress_interval': 0.0},
+ 'max_datasets': None,
+ 'max_parallel_tasks': 1,
+ 'max_years': None,
+ 'output_dir': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions'),
+ 'output_file_type': 'png',
+ 'profile_diagnostic': False,
+ 'remove_preproc_dir': True,
+ 'resume_from': [],
+ 'rootpath': {'OBS': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS')],
+ 'OBS6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS6')],
+ 'default': [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data')],
+ 'native6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/RAWOBS')],
+ 'obs4MIPs': {'/home/bandela/.cache/ref/ESMValTool/OBS': 'default',
+ '/home/bandela/climate_data': 'ESGF'}},
+ 'run_diagnostic': True,
+ 'save_intermediary_cubes': False,
+ 'search_esgf': 'never',
+ 'skip_nonexistent': False,
+ 'write_ncl_interface': False}),
+timerange = '2005/2014',
+mip = 'Amon',
+preprocessor = 'full_climatology',
+derive = True,
+dataset = 'CERES-EBAF',
+project = 'OBS',
+type = 'sat',
+version = 'Ed4.2',
+tier = 2,
+reference_for_monitor_diags = True,
+short_name = 'rsutcs',
+recipe_dataset_index = 1,
+alias = 'OBS',
+original_short_name = 'rsutcs',
+standard_name = 'toa_outgoing_shortwave_flux_assuming_clear_sky',
+long_name = 'TOA Outgoing Clear-Sky Shortwave Radiation',
+units = 'W m-2',
+modeling_realm = ['atmos'],
+frequency = 'mon'
+2025-05-08 08:51:06,304 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step load
+2025-05-08 08:51:06,304 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'load' on the data
+LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rsutcs_200003-202311.nc')
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rsutcs_200003-202311.nc')]
+with function argument(s)
+ignore_warnings = None
+2025-05-08 08:51:06,304 UTC [42505] DEBUG esmvalcore.preprocessor._io:103 Loading:
+/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rsutcs_200003-202311.nc
+2025-05-08 08:51:06,312 UTC [42505] DEBUG esmvalcore.preprocessor._io:151 Done with loading /home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rsutcs_200003-202311.nc
+2025-05-08 08:51:06,312 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step fix_metadata
+2025-05-08 08:51:06,313 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'fix_metadata' on the data
+[]
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rsutcs_200003-202311.nc')]
+with function argument(s)
+session = Session({'auxiliary_data_dir': PosixPath('/home/bandela/auxiliary_data'),
+ 'check_level': ,
+ 'compress_netcdf': False,
+ 'config_developer_file': PosixPath('/home/bandela/src/esmvalgroup/esmvaltool/config-developer.yml'),
+ 'dask': {'profiles': {'debug': {'scheduler': 'synchronous'},
+ 'local_distributed': {'cluster': {'memory_limit': '4GiB',
+ 'n_workers': 2,
+ 'threads_per_worker': 2,
+ 'type': 'distributed.LocalCluster'}},
+ 'local_threaded': {'scheduler': 'threads'},
+ 'threaded': {'num_workers': 2}},
+ 'use': 'local_distributed'},
+ 'diagnostics': None,
+ 'download_dir': PosixPath('/home/bandela/climate_data'),
+ 'drs': {'CMIP3': 'ESGF',
+ 'CMIP5': 'ESGF',
+ 'CMIP6': 'ESGF',
+ 'CORDEX': 'ESGF',
+ 'OBS': 'default',
+ 'OBS6': 'default',
+ 'native6': 'default',
+ 'obs4MIPs': 'ESGF'},
+ 'exit_on_warning': False,
+ 'extra_facets_dir': [],
+ 'log_level': 'info',
+ 'logging': {'log_progress_interval': 0.0},
+ 'max_datasets': None,
+ 'max_parallel_tasks': 1,
+ 'max_years': None,
+ 'output_dir': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions'),
+ 'output_file_type': 'png',
+ 'profile_diagnostic': False,
+ 'remove_preproc_dir': True,
+ 'resume_from': [],
+ 'rootpath': {'OBS': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS')],
+ 'OBS6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS6')],
+ 'default': [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data')],
+ 'native6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/RAWOBS')],
+ 'obs4MIPs': {'/home/bandela/.cache/ref/ESMValTool/OBS': 'default',
+ '/home/bandela/climate_data': 'ESGF'}},
+ 'run_diagnostic': True,
+ 'save_intermediary_cubes': False,
+ 'search_esgf': 'never',
+ 'skip_nonexistent': False,
+ 'write_ncl_interface': False}),
+timerange = '2005/2014',
+mip = 'Amon',
+preprocessor = 'full_climatology',
+derive = True,
+dataset = 'CERES-EBAF',
+project = 'OBS',
+type = 'sat',
+version = 'Ed4.2',
+tier = 2,
+reference_for_monitor_diags = True,
+short_name = 'rsutcs',
+recipe_dataset_index = 1,
+alias = 'OBS',
+original_short_name = 'rsutcs',
+standard_name = 'toa_outgoing_shortwave_flux_assuming_clear_sky',
+long_name = 'TOA Outgoing Clear-Sky Shortwave Radiation',
+units = 'W m-2',
+modeling_realm = ['atmos'],
+frequency = 'mon'
+2025-05-08 08:51:06,313 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step concatenate
+2025-05-08 08:51:06,314 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'concatenate' on the data
+[]
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rsutcs_200003-202311.nc')]
+with function argument(s)
+check_level =
+2025-05-08 08:51:06,314 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step cmor_check_metadata
+2025-05-08 08:51:06,314 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'cmor_check_metadata' on the data
+
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rsutcs_200003-202311.nc')]
+with function argument(s)
+check_level = ,
+cmor_table = 'OBS',
+mip = 'Amon',
+frequency = 'mon',
+short_name = 'rsutcs'
+2025-05-08 08:51:06,315 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step clip_timerange
+2025-05-08 08:51:06,315 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'clip_timerange' on the data
+
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rsutcs_200003-202311.nc')]
+with function argument(s)
+timerange = '2005/2014'
+2025-05-08 08:51:06,317 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step fix_data
+2025-05-08 08:51:06,318 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'fix_data' on the data
+
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rsutcs_200003-202311.nc')]
+with function argument(s)
+session = Session({'auxiliary_data_dir': PosixPath('/home/bandela/auxiliary_data'),
+ 'check_level': ,
+ 'compress_netcdf': False,
+ 'config_developer_file': PosixPath('/home/bandela/src/esmvalgroup/esmvaltool/config-developer.yml'),
+ 'dask': {'profiles': {'debug': {'scheduler': 'synchronous'},
+ 'local_distributed': {'cluster': {'memory_limit': '4GiB',
+ 'n_workers': 2,
+ 'threads_per_worker': 2,
+ 'type': 'distributed.LocalCluster'}},
+ 'local_threaded': {'scheduler': 'threads'},
+ 'threaded': {'num_workers': 2}},
+ 'use': 'local_distributed'},
+ 'diagnostics': None,
+ 'download_dir': PosixPath('/home/bandela/climate_data'),
+ 'drs': {'CMIP3': 'ESGF',
+ 'CMIP5': 'ESGF',
+ 'CMIP6': 'ESGF',
+ 'CORDEX': 'ESGF',
+ 'OBS': 'default',
+ 'OBS6': 'default',
+ 'native6': 'default',
+ 'obs4MIPs': 'ESGF'},
+ 'exit_on_warning': False,
+ 'extra_facets_dir': [],
+ 'log_level': 'info',
+ 'logging': {'log_progress_interval': 0.0},
+ 'max_datasets': None,
+ 'max_parallel_tasks': 1,
+ 'max_years': None,
+ 'output_dir': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions'),
+ 'output_file_type': 'png',
+ 'profile_diagnostic': False,
+ 'remove_preproc_dir': True,
+ 'resume_from': [],
+ 'rootpath': {'OBS': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS')],
+ 'OBS6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS6')],
+ 'default': [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data')],
+ 'native6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/RAWOBS')],
+ 'obs4MIPs': {'/home/bandela/.cache/ref/ESMValTool/OBS': 'default',
+ '/home/bandela/climate_data': 'ESGF'}},
+ 'run_diagnostic': True,
+ 'save_intermediary_cubes': False,
+ 'search_esgf': 'never',
+ 'skip_nonexistent': False,
+ 'write_ncl_interface': False}),
+timerange = '2005/2014',
+mip = 'Amon',
+preprocessor = 'full_climatology',
+derive = True,
+dataset = 'CERES-EBAF',
+project = 'OBS',
+type = 'sat',
+version = 'Ed4.2',
+tier = 2,
+reference_for_monitor_diags = True,
+short_name = 'rsutcs',
+recipe_dataset_index = 1,
+alias = 'OBS',
+original_short_name = 'rsutcs',
+standard_name = 'toa_outgoing_shortwave_flux_assuming_clear_sky',
+long_name = 'TOA Outgoing Clear-Sky Shortwave Radiation',
+units = 'W m-2',
+modeling_realm = ['atmos'],
+frequency = 'mon'
+2025-05-08 08:51:06,318 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step cmor_check_data
+2025-05-08 08:51:06,318 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'cmor_check_data' on the data
+
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rsutcs_200003-202311.nc')]
+with function argument(s)
+check_level = ,
+cmor_table = 'OBS',
+mip = 'Amon',
+frequency = 'mon',
+short_name = 'rsutcs'
+2025-05-08 08:51:06,318 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step add_supplementary_variables
+2025-05-08 08:51:06,319 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'add_supplementary_variables' on the data
+
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rsutcs_200003-202311.nc')]
+with function argument(s)
+supplementary_cubes = []
+2025-05-08 08:51:06,319 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step derive
+2025-05-08 08:51:06,320 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'derive' on the data
+[,
+ ]
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rsut_200003-202311.nc'),
+ LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rsutcs_200003-202311.nc')]
+with function argument(s)
+short_name = 'swcre',
+standard_name = '',
+long_name = 'TOA Shortwave Cloud Radiative Effect',
+units = 'W m-2'
+2025-05-08 08:51:06,322 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step regrid
+2025-05-08 08:51:06,322 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'regrid' on the data
+
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rsut_200003-202311.nc'),
+ LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rsutcs_200003-202311.nc')]
+with function argument(s)
+target_grid = '1x1',
+scheme = {'reference': 'esmf_regrid.schemes:ESMFAreaWeighted'}
+2025-05-08 08:51:06,323 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step climate_statistics
+2025-05-08 08:51:06,323 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'climate_statistics' on the data
+
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rsut_200003-202311.nc'),
+ LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rsutcs_200003-202311.nc')]
+with function argument(s)
+period = 'full'
+2025-05-08 08:51:06,334 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step save
+2025-05-08 08:51:06,335 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'save' on the data
+[]
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rsut_200003-202311.nc'),
+ LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rsutcs_200003-202311.nc')]
+with function argument(s)
+compress = False,
+compute = False,
+filename = PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_maps/swcre/OBS_CERES-EBAF_sat_Ed4.2_Amon_swcre_2005-2014.nc')
+2025-05-08 08:51:06,335 UTC [42505] DEBUG esmvalcore.preprocessor._io:497 Saving cube:
+TOA Shortwave Cloud Radiative Effect / (W m-2) (latitude: 180; longitude: 360)
+ Dimension coordinates:
+ latitude x -
+ longitude - x
+ Scalar coordinates:
+ time 2009-12-30 12:00:00, bound=(2004-12-30 12:00:00, 2014-12-30 12:00:00)
+ Cell methods:
+ 0 time: mean
+ Attributes:
+ Conventions 'CF-1.7'
+ host 'levante2.lvt.dkrz.de'
+ mip 'Amon'
+ modeling_realm 'sat'
+ positive 'down'
+ project_id 'OBS'
+ reference 'doi:10.1175/jcli-d-17-0208.1'
+ source 'https://ceres-tool.larc.nasa.gov/ord-tool/jsp/EBAFTOA42Selection.jsp'
+ tier '2'
+ title 'CERES-EBAF data reformatted for ESMValTool v2.11.0.dev34+g9a8f66d6e.d2 ...'
+ user 'b309141'
+ version 'Ed4.2'
+with lazy data to /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_maps/swcre/OBS_CERES-EBAF_sat_Ed4.2_Amon_swcre_2005-2014.nc
+2025-05-08 08:51:06,342 UTC [42505] INFO esmvalcore.preprocessor:747 Computing and saving data for preprocessing task plot_maps/swcre
+2025-05-08 08:51:06,344 UTC [42505] DEBUG asyncio:64 Using selector: EpollSelector
+2025-05-08 08:51:06,712 UTC [42505] INFO esmvalcore._task:295 Successfully completed task plot_maps/swcre (priority 2) in 0:00:01.070610
+2025-05-08 08:51:06,712 UTC [42505] INFO esmvalcore._task:289 Starting task plot_maps/plot in process [42505]
+2025-05-08 08:51:06,714 UTC [42505] INFO esmvalcore._task:564 Running command ['/home/bandela/src/Climate-REF/climate-ref/.ref/software/conda/esmvaltool-3f4f581a6adc96683cb6e79a074c2eadfb5bcaaf/bin/python', '/home/bandela/src/Climate-REF/climate-ref/.ref/software/conda/esmvaltool-3f4f581a6adc96683cb6e79a074c2eadfb5bcaaf/lib/python3.12/site-packages/esmvaltool/diag_scripts/monitor/multi_datasets.py', '/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/run/plot_maps/plot/settings.yml']
+2025-05-08 08:51:06,714 UTC [42505] DEBUG esmvalcore._task:565 in environment
+{'MPLBACKEND': 'Agg'}
+2025-05-08 08:51:06,714 UTC [42505] DEBUG esmvalcore._task:567 in current working directory: /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/run/plot_maps/plot
+2025-05-08 08:51:06,715 UTC [42505] INFO esmvalcore._task:568 Writing output to /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/work/plot_maps/plot
+2025-05-08 08:51:06,715 UTC [42505] INFO esmvalcore._task:569 Writing plots to /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/plots/plot_maps/plot
+2025-05-08 08:51:06,715 UTC [42505] INFO esmvalcore._task:570 Writing log to /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/run/plot_maps/plot/log.txt
+2025-05-08 08:51:06,715 UTC [42505] INFO esmvalcore._task:580 To re-run this diagnostic script, run:
+cd /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/run/plot_maps/plot; MPLBACKEND="Agg" /home/bandela/src/Climate-REF/climate-ref/.ref/software/conda/esmvaltool-3f4f581a6adc96683cb6e79a074c2eadfb5bcaaf/bin/python /home/bandela/src/Climate-REF/climate-ref/.ref/software/conda/esmvaltool-3f4f581a6adc96683cb6e79a074c2eadfb5bcaaf/lib/python3.12/site-packages/esmvaltool/diag_scripts/monitor/multi_datasets.py /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/run/plot_maps/plot/settings.yml
+2025-05-08 08:51:13,761 UTC [42505] INFO esmvalcore._task:141 Maximum memory used (estimate): 0.5 GB
+2025-05-08 08:51:13,762 UTC [42505] INFO esmvalcore._task:144 Sampled every second. It may be inaccurate if short but high spikes in memory consumption occur.
+2025-05-08 08:51:13,762 UTC [42505] DEBUG esmvalcore._task:657 Script monitor/multi_datasets.py completed successfully
+2025-05-08 08:51:13,762 UTC [42505] DEBUG esmvalcore._task:682 Collecting provenance from /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/run/plot_maps/plot/diagnostic_provenance.yml
+2025-05-08 08:51:13,770 UTC [42505] DEBUG urllib3.connectionpool:1051 Starting new HTTPS connection (1): cera-www.dkrz.de:443
+2025-05-08 08:51:13,853 UTC [42505] DEBUG urllib3.connectionpool:546 https://cera-www.dkrz.de:443 "GET /WDCC/ui/cerasearch/cerarest/exportcmip6?input=CMIP6.CMIP.CSIRO.ACCESS-ESM1-5.historical HTTP/11" 302 280
+2025-05-08 08:51:13,870 UTC [42505] DEBUG urllib3.connectionpool:546 https://cera-www.dkrz.de:443 "GET /ui/cerarest/exportcmip6?input=CMIP6.CMIP.CSIRO.ACCESS-ESM1-5.historical HTTP/11" 302 282
+2025-05-08 08:51:13,871 UTC [42505] DEBUG urllib3.connectionpool:1051 Starting new HTTPS connection (1): www.wdc-climate.de:443
+2025-05-08 08:51:14,034 UTC [42505] DEBUG urllib3.connectionpool:546 https://www.wdc-climate.de:443 "GET /ui/cerarest/exportcmip6?input=CMIP6.CMIP.CSIRO.ACCESS-ESM1-5.historical HTTP/11" 200 12025
+2025-05-08 08:51:14,042 UTC [42505] DEBUG PIL.PngImagePlugin:198 STREAM b'IHDR' 16 13
+2025-05-08 08:51:14,042 UTC [42505] DEBUG PIL.PngImagePlugin:198 STREAM b'tEXt' 41 58
+2025-05-08 08:51:14,042 UTC [42505] DEBUG PIL.PngImagePlugin:198 STREAM b'pHYs' 111 9
+2025-05-08 08:51:14,042 UTC [42505] DEBUG PIL.PngImagePlugin:198 STREAM b'IDAT' 132 65536
+2025-05-08 08:51:14,167 UTC [42505] DEBUG PIL.PngImagePlugin:198 STREAM b'IHDR' 16 13
+2025-05-08 08:51:14,167 UTC [42505] DEBUG PIL.PngImagePlugin:198 STREAM b'tEXt' 41 58
+2025-05-08 08:51:14,167 UTC [42505] DEBUG PIL.PngImagePlugin:198 STREAM b'pHYs' 111 9
+2025-05-08 08:51:14,167 UTC [42505] DEBUG PIL.PngImagePlugin:198 STREAM b'IDAT' 132 65536
+2025-05-08 08:51:14,305 UTC [42505] DEBUG esmvalcore._task:770 Collecting provenance of task plot_maps/plot took 0.5 seconds
+2025-05-08 08:51:14,305 UTC [42505] INFO esmvalcore._task:295 Successfully completed task plot_maps/plot (priority 0) in 0:00:07.593067
+2025-05-08 08:51:14,305 UTC [42505] INFO esmvalcore._task:289 Starting task plot_profiles/lwcre in process [42505]
+2025-05-08 08:51:14,352 UTC [42505] DEBUG esmvalcore.preprocessor:716 Running block ['derive', 'regrid', 'zonal_statistics', 'climate_statistics']
+2025-05-08 08:51:14,352 UTC [42505] DEBUG esmvalcore.preprocessor:724 Applying single-model steps to PreprocessorFile: /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_profiles/lwcre/CMIP6_ACCESS-ESM1-5_Amon_historical_r1i1p1f1_lwcre_gn_2005-2014.nc
+2025-05-08 08:51:14,352 UTC [42505] DEBUG esmvalcore.esgf._download:560 All required data is available locally, not downloading anything.
+2025-05-08 08:51:14,352 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step fix_file
+2025-05-08 08:51:14,353 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'fix_file' on the data
+LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlut/gn/v20191115/rlut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200001-201412.nc')
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlut/gn/v20191115/rlut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200001-201412.nc')]
+with function argument(s)
+output_dir = PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/fixed_files/rlut_Amon_CMIP6_ACCESS-ESM1-5_CMIP_historical_r1i1p1f1_gn_v20191115_'),
+add_unique_suffix = True,
+session = Session({'auxiliary_data_dir': PosixPath('/home/bandela/auxiliary_data'),
+ 'check_level': ,
+ 'compress_netcdf': False,
+ 'config_developer_file': PosixPath('/home/bandela/src/esmvalgroup/esmvaltool/config-developer.yml'),
+ 'dask': {'profiles': {'debug': {'scheduler': 'synchronous'},
+ 'local_distributed': {'cluster': {'memory_limit': '4GiB',
+ 'n_workers': 2,
+ 'threads_per_worker': 2,
+ 'type': 'distributed.LocalCluster'}},
+ 'local_threaded': {'scheduler': 'threads'},
+ 'threaded': {'num_workers': 2}},
+ 'use': 'local_distributed'},
+ 'diagnostics': None,
+ 'download_dir': PosixPath('/home/bandela/climate_data'),
+ 'drs': {'CMIP3': 'ESGF',
+ 'CMIP5': 'ESGF',
+ 'CMIP6': 'ESGF',
+ 'CORDEX': 'ESGF',
+ 'OBS': 'default',
+ 'OBS6': 'default',
+ 'native6': 'default',
+ 'obs4MIPs': 'ESGF'},
+ 'exit_on_warning': False,
+ 'extra_facets_dir': [],
+ 'log_level': 'info',
+ 'logging': {'log_progress_interval': 0.0},
+ 'max_datasets': None,
+ 'max_parallel_tasks': 1,
+ 'max_years': None,
+ 'output_dir': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions'),
+ 'output_file_type': 'png',
+ 'profile_diagnostic': False,
+ 'remove_preproc_dir': True,
+ 'resume_from': [],
+ 'rootpath': {'OBS': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS')],
+ 'OBS6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS6')],
+ 'default': [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data')],
+ 'native6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/RAWOBS')],
+ 'obs4MIPs': {'/home/bandela/.cache/ref/ESMValTool/OBS': 'default',
+ '/home/bandela/climate_data': 'ESGF'}},
+ 'run_diagnostic': True,
+ 'save_intermediary_cubes': False,
+ 'search_esgf': 'never',
+ 'skip_nonexistent': False,
+ 'write_ncl_interface': False}),
+timerange = '2005/2014',
+mip = 'Amon',
+preprocessor = 'zonal_mean',
+derive = True,
+project = 'CMIP6',
+activity = 'CMIP',
+dataset = 'ACCESS-ESM1-5',
+ensemble = 'r1i1p1f1',
+institute = 'CSIRO',
+exp = 'historical',
+grid = 'gn',
+short_name = 'rlut',
+recipe_dataset_index = 0,
+alias = 'CMIP6',
+original_short_name = 'rlut',
+standard_name = 'toa_outgoing_longwave_flux',
+long_name = 'TOA Outgoing Longwave Radiation',
+units = 'W m-2',
+modeling_realm = ['atmos'],
+frequency = 'mon',
+version = 'v20191115'
+2025-05-08 08:51:14,353 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step load
+2025-05-08 08:51:14,353 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'load' on the data
+LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlut/gn/v20191115/rlut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200001-201412.nc')
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlut/gn/v20191115/rlut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200001-201412.nc')]
+with function argument(s)
+ignore_warnings = None
+2025-05-08 08:51:14,353 UTC [42505] DEBUG esmvalcore.preprocessor._io:103 Loading:
+/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlut/gn/v20191115/rlut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200001-201412.nc
+2025-05-08 08:51:14,361 UTC [42505] DEBUG esmvalcore.preprocessor._io:151 Done with loading /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlut/gn/v20191115/rlut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200001-201412.nc
+2025-05-08 08:51:14,361 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step fix_metadata
+2025-05-08 08:51:14,362 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'fix_metadata' on the data
+[]
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlut/gn/v20191115/rlut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200001-201412.nc')]
+with function argument(s)
+session = Session({'auxiliary_data_dir': PosixPath('/home/bandela/auxiliary_data'),
+ 'check_level': ,
+ 'compress_netcdf': False,
+ 'config_developer_file': PosixPath('/home/bandela/src/esmvalgroup/esmvaltool/config-developer.yml'),
+ 'dask': {'profiles': {'debug': {'scheduler': 'synchronous'},
+ 'local_distributed': {'cluster': {'memory_limit': '4GiB',
+ 'n_workers': 2,
+ 'threads_per_worker': 2,
+ 'type': 'distributed.LocalCluster'}},
+ 'local_threaded': {'scheduler': 'threads'},
+ 'threaded': {'num_workers': 2}},
+ 'use': 'local_distributed'},
+ 'diagnostics': None,
+ 'download_dir': PosixPath('/home/bandela/climate_data'),
+ 'drs': {'CMIP3': 'ESGF',
+ 'CMIP5': 'ESGF',
+ 'CMIP6': 'ESGF',
+ 'CORDEX': 'ESGF',
+ 'OBS': 'default',
+ 'OBS6': 'default',
+ 'native6': 'default',
+ 'obs4MIPs': 'ESGF'},
+ 'exit_on_warning': False,
+ 'extra_facets_dir': [],
+ 'log_level': 'info',
+ 'logging': {'log_progress_interval': 0.0},
+ 'max_datasets': None,
+ 'max_parallel_tasks': 1,
+ 'max_years': None,
+ 'output_dir': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions'),
+ 'output_file_type': 'png',
+ 'profile_diagnostic': False,
+ 'remove_preproc_dir': True,
+ 'resume_from': [],
+ 'rootpath': {'OBS': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS')],
+ 'OBS6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS6')],
+ 'default': [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data')],
+ 'native6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/RAWOBS')],
+ 'obs4MIPs': {'/home/bandela/.cache/ref/ESMValTool/OBS': 'default',
+ '/home/bandela/climate_data': 'ESGF'}},
+ 'run_diagnostic': True,
+ 'save_intermediary_cubes': False,
+ 'search_esgf': 'never',
+ 'skip_nonexistent': False,
+ 'write_ncl_interface': False}),
+timerange = '2005/2014',
+mip = 'Amon',
+preprocessor = 'zonal_mean',
+derive = True,
+project = 'CMIP6',
+activity = 'CMIP',
+dataset = 'ACCESS-ESM1-5',
+ensemble = 'r1i1p1f1',
+institute = 'CSIRO',
+exp = 'historical',
+grid = 'gn',
+short_name = 'rlut',
+recipe_dataset_index = 0,
+alias = 'CMIP6',
+original_short_name = 'rlut',
+standard_name = 'toa_outgoing_longwave_flux',
+long_name = 'TOA Outgoing Longwave Radiation',
+units = 'W m-2',
+modeling_realm = ['atmos'],
+frequency = 'mon',
+version = 'v20191115'
+2025-05-08 08:51:14,363 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step concatenate
+2025-05-08 08:51:14,364 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'concatenate' on the data
+[]
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlut/gn/v20191115/rlut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200001-201412.nc')]
+with function argument(s)
+check_level =
+2025-05-08 08:51:14,364 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step cmor_check_metadata
+2025-05-08 08:51:14,364 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'cmor_check_metadata' on the data
+
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlut/gn/v20191115/rlut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200001-201412.nc')]
+with function argument(s)
+check_level = ,
+cmor_table = 'CMIP6',
+mip = 'Amon',
+frequency = 'mon',
+short_name = 'rlut'
+2025-05-08 08:51:14,365 UTC [42505] WARNING esmvalcore.cmor.check:223 There were warnings in variable rlut:
+ rlut: attribute positive not present
+loaded from file
+2025-05-08 08:51:14,365 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step clip_timerange
+2025-05-08 08:51:14,366 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'clip_timerange' on the data
+
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlut/gn/v20191115/rlut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200001-201412.nc')]
+with function argument(s)
+timerange = '2005/2014'
+2025-05-08 08:51:14,368 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step fix_data
+2025-05-08 08:51:14,368 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'fix_data' on the data
+
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlut/gn/v20191115/rlut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200001-201412.nc')]
+with function argument(s)
+session = Session({'auxiliary_data_dir': PosixPath('/home/bandela/auxiliary_data'),
+ 'check_level': ,
+ 'compress_netcdf': False,
+ 'config_developer_file': PosixPath('/home/bandela/src/esmvalgroup/esmvaltool/config-developer.yml'),
+ 'dask': {'profiles': {'debug': {'scheduler': 'synchronous'},
+ 'local_distributed': {'cluster': {'memory_limit': '4GiB',
+ 'n_workers': 2,
+ 'threads_per_worker': 2,
+ 'type': 'distributed.LocalCluster'}},
+ 'local_threaded': {'scheduler': 'threads'},
+ 'threaded': {'num_workers': 2}},
+ 'use': 'local_distributed'},
+ 'diagnostics': None,
+ 'download_dir': PosixPath('/home/bandela/climate_data'),
+ 'drs': {'CMIP3': 'ESGF',
+ 'CMIP5': 'ESGF',
+ 'CMIP6': 'ESGF',
+ 'CORDEX': 'ESGF',
+ 'OBS': 'default',
+ 'OBS6': 'default',
+ 'native6': 'default',
+ 'obs4MIPs': 'ESGF'},
+ 'exit_on_warning': False,
+ 'extra_facets_dir': [],
+ 'log_level': 'info',
+ 'logging': {'log_progress_interval': 0.0},
+ 'max_datasets': None,
+ 'max_parallel_tasks': 1,
+ 'max_years': None,
+ 'output_dir': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions'),
+ 'output_file_type': 'png',
+ 'profile_diagnostic': False,
+ 'remove_preproc_dir': True,
+ 'resume_from': [],
+ 'rootpath': {'OBS': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS')],
+ 'OBS6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS6')],
+ 'default': [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data')],
+ 'native6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/RAWOBS')],
+ 'obs4MIPs': {'/home/bandela/.cache/ref/ESMValTool/OBS': 'default',
+ '/home/bandela/climate_data': 'ESGF'}},
+ 'run_diagnostic': True,
+ 'save_intermediary_cubes': False,
+ 'search_esgf': 'never',
+ 'skip_nonexistent': False,
+ 'write_ncl_interface': False}),
+timerange = '2005/2014',
+mip = 'Amon',
+preprocessor = 'zonal_mean',
+derive = True,
+project = 'CMIP6',
+activity = 'CMIP',
+dataset = 'ACCESS-ESM1-5',
+ensemble = 'r1i1p1f1',
+institute = 'CSIRO',
+exp = 'historical',
+grid = 'gn',
+short_name = 'rlut',
+recipe_dataset_index = 0,
+alias = 'CMIP6',
+original_short_name = 'rlut',
+standard_name = 'toa_outgoing_longwave_flux',
+long_name = 'TOA Outgoing Longwave Radiation',
+units = 'W m-2',
+modeling_realm = ['atmos'],
+frequency = 'mon',
+version = 'v20191115'
+2025-05-08 08:51:14,368 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step cmor_check_data
+2025-05-08 08:51:14,369 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'cmor_check_data' on the data
+
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlut/gn/v20191115/rlut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200001-201412.nc')]
+with function argument(s)
+check_level = ,
+cmor_table = 'CMIP6',
+mip = 'Amon',
+frequency = 'mon',
+short_name = 'rlut'
+2025-05-08 08:51:14,369 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step add_supplementary_variables
+2025-05-08 08:51:14,369 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'add_supplementary_variables' on the data
+
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlut/gn/v20191115/rlut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200001-201412.nc')]
+with function argument(s)
+supplementary_cubes = []
+2025-05-08 08:51:14,370 UTC [42505] DEBUG esmvalcore.esgf._download:560 All required data is available locally, not downloading anything.
+2025-05-08 08:51:14,370 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step fix_file
+2025-05-08 08:51:14,370 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'fix_file' on the data
+LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlutcs/gn/v20191115/rlutcs_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200501-201412.nc')
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlutcs/gn/v20191115/rlutcs_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200501-201412.nc')]
+with function argument(s)
+output_dir = PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/fixed_files/rlutcs_Amon_CMIP6_ACCESS-ESM1-5_CMIP_historical_r1i1p1f1_gn_v20191115_'),
+add_unique_suffix = True,
+session = Session({'auxiliary_data_dir': PosixPath('/home/bandela/auxiliary_data'),
+ 'check_level': ,
+ 'compress_netcdf': False,
+ 'config_developer_file': PosixPath('/home/bandela/src/esmvalgroup/esmvaltool/config-developer.yml'),
+ 'dask': {'profiles': {'debug': {'scheduler': 'synchronous'},
+ 'local_distributed': {'cluster': {'memory_limit': '4GiB',
+ 'n_workers': 2,
+ 'threads_per_worker': 2,
+ 'type': 'distributed.LocalCluster'}},
+ 'local_threaded': {'scheduler': 'threads'},
+ 'threaded': {'num_workers': 2}},
+ 'use': 'local_distributed'},
+ 'diagnostics': None,
+ 'download_dir': PosixPath('/home/bandela/climate_data'),
+ 'drs': {'CMIP3': 'ESGF',
+ 'CMIP5': 'ESGF',
+ 'CMIP6': 'ESGF',
+ 'CORDEX': 'ESGF',
+ 'OBS': 'default',
+ 'OBS6': 'default',
+ 'native6': 'default',
+ 'obs4MIPs': 'ESGF'},
+ 'exit_on_warning': False,
+ 'extra_facets_dir': [],
+ 'log_level': 'info',
+ 'logging': {'log_progress_interval': 0.0},
+ 'max_datasets': None,
+ 'max_parallel_tasks': 1,
+ 'max_years': None,
+ 'output_dir': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions'),
+ 'output_file_type': 'png',
+ 'profile_diagnostic': False,
+ 'remove_preproc_dir': True,
+ 'resume_from': [],
+ 'rootpath': {'OBS': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS')],
+ 'OBS6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS6')],
+ 'default': [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data')],
+ 'native6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/RAWOBS')],
+ 'obs4MIPs': {'/home/bandela/.cache/ref/ESMValTool/OBS': 'default',
+ '/home/bandela/climate_data': 'ESGF'}},
+ 'run_diagnostic': True,
+ 'save_intermediary_cubes': False,
+ 'search_esgf': 'never',
+ 'skip_nonexistent': False,
+ 'write_ncl_interface': False}),
+timerange = '2005/2014',
+mip = 'Amon',
+preprocessor = 'zonal_mean',
+derive = True,
+project = 'CMIP6',
+activity = 'CMIP',
+dataset = 'ACCESS-ESM1-5',
+ensemble = 'r1i1p1f1',
+institute = 'CSIRO',
+exp = 'historical',
+grid = 'gn',
+short_name = 'rlutcs',
+recipe_dataset_index = 0,
+alias = 'CMIP6',
+original_short_name = 'rlutcs',
+standard_name = 'toa_outgoing_longwave_flux_assuming_clear_sky',
+long_name = 'TOA Outgoing Clear-Sky Longwave Radiation',
+units = 'W m-2',
+modeling_realm = ['atmos'],
+frequency = 'mon',
+version = 'v20191115'
+2025-05-08 08:51:14,370 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step load
+2025-05-08 08:51:14,370 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'load' on the data
+LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlutcs/gn/v20191115/rlutcs_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200501-201412.nc')
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlutcs/gn/v20191115/rlutcs_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200501-201412.nc')]
+with function argument(s)
+ignore_warnings = None
+2025-05-08 08:51:14,370 UTC [42505] DEBUG esmvalcore.preprocessor._io:103 Loading:
+/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlutcs/gn/v20191115/rlutcs_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200501-201412.nc
+2025-05-08 08:51:14,378 UTC [42505] DEBUG esmvalcore.preprocessor._io:151 Done with loading /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlutcs/gn/v20191115/rlutcs_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200501-201412.nc
+2025-05-08 08:51:14,378 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step fix_metadata
+2025-05-08 08:51:14,379 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'fix_metadata' on the data
+[]
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlutcs/gn/v20191115/rlutcs_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200501-201412.nc')]
+with function argument(s)
+session = Session({'auxiliary_data_dir': PosixPath('/home/bandela/auxiliary_data'),
+ 'check_level': ,
+ 'compress_netcdf': False,
+ 'config_developer_file': PosixPath('/home/bandela/src/esmvalgroup/esmvaltool/config-developer.yml'),
+ 'dask': {'profiles': {'debug': {'scheduler': 'synchronous'},
+ 'local_distributed': {'cluster': {'memory_limit': '4GiB',
+ 'n_workers': 2,
+ 'threads_per_worker': 2,
+ 'type': 'distributed.LocalCluster'}},
+ 'local_threaded': {'scheduler': 'threads'},
+ 'threaded': {'num_workers': 2}},
+ 'use': 'local_distributed'},
+ 'diagnostics': None,
+ 'download_dir': PosixPath('/home/bandela/climate_data'),
+ 'drs': {'CMIP3': 'ESGF',
+ 'CMIP5': 'ESGF',
+ 'CMIP6': 'ESGF',
+ 'CORDEX': 'ESGF',
+ 'OBS': 'default',
+ 'OBS6': 'default',
+ 'native6': 'default',
+ 'obs4MIPs': 'ESGF'},
+ 'exit_on_warning': False,
+ 'extra_facets_dir': [],
+ 'log_level': 'info',
+ 'logging': {'log_progress_interval': 0.0},
+ 'max_datasets': None,
+ 'max_parallel_tasks': 1,
+ 'max_years': None,
+ 'output_dir': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions'),
+ 'output_file_type': 'png',
+ 'profile_diagnostic': False,
+ 'remove_preproc_dir': True,
+ 'resume_from': [],
+ 'rootpath': {'OBS': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS')],
+ 'OBS6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS6')],
+ 'default': [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data')],
+ 'native6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/RAWOBS')],
+ 'obs4MIPs': {'/home/bandela/.cache/ref/ESMValTool/OBS': 'default',
+ '/home/bandela/climate_data': 'ESGF'}},
+ 'run_diagnostic': True,
+ 'save_intermediary_cubes': False,
+ 'search_esgf': 'never',
+ 'skip_nonexistent': False,
+ 'write_ncl_interface': False}),
+timerange = '2005/2014',
+mip = 'Amon',
+preprocessor = 'zonal_mean',
+derive = True,
+project = 'CMIP6',
+activity = 'CMIP',
+dataset = 'ACCESS-ESM1-5',
+ensemble = 'r1i1p1f1',
+institute = 'CSIRO',
+exp = 'historical',
+grid = 'gn',
+short_name = 'rlutcs',
+recipe_dataset_index = 0,
+alias = 'CMIP6',
+original_short_name = 'rlutcs',
+standard_name = 'toa_outgoing_longwave_flux_assuming_clear_sky',
+long_name = 'TOA Outgoing Clear-Sky Longwave Radiation',
+units = 'W m-2',
+modeling_realm = ['atmos'],
+frequency = 'mon',
+version = 'v20191115'
+2025-05-08 08:51:14,379 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step concatenate
+2025-05-08 08:51:14,380 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'concatenate' on the data
+[]
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlutcs/gn/v20191115/rlutcs_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200501-201412.nc')]
+with function argument(s)
+check_level =
+2025-05-08 08:51:14,380 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step cmor_check_metadata
+2025-05-08 08:51:14,380 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'cmor_check_metadata' on the data
+
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlutcs/gn/v20191115/rlutcs_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200501-201412.nc')]
+with function argument(s)
+check_level = ,
+cmor_table = 'CMIP6',
+mip = 'Amon',
+frequency = 'mon',
+short_name = 'rlutcs'
+2025-05-08 08:51:14,381 UTC [42505] WARNING esmvalcore.cmor.check:223 There were warnings in variable rlutcs:
+ rlutcs: attribute positive not present
+loaded from file
+2025-05-08 08:51:14,381 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step clip_timerange
+2025-05-08 08:51:14,382 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'clip_timerange' on the data
+
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlutcs/gn/v20191115/rlutcs_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200501-201412.nc')]
+with function argument(s)
+timerange = '2005/2014'
+2025-05-08 08:51:14,383 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step fix_data
+2025-05-08 08:51:14,384 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'fix_data' on the data
+
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlutcs/gn/v20191115/rlutcs_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200501-201412.nc')]
+with function argument(s)
+session = Session({'auxiliary_data_dir': PosixPath('/home/bandela/auxiliary_data'),
+ 'check_level': ,
+ 'compress_netcdf': False,
+ 'config_developer_file': PosixPath('/home/bandela/src/esmvalgroup/esmvaltool/config-developer.yml'),
+ 'dask': {'profiles': {'debug': {'scheduler': 'synchronous'},
+ 'local_distributed': {'cluster': {'memory_limit': '4GiB',
+ 'n_workers': 2,
+ 'threads_per_worker': 2,
+ 'type': 'distributed.LocalCluster'}},
+ 'local_threaded': {'scheduler': 'threads'},
+ 'threaded': {'num_workers': 2}},
+ 'use': 'local_distributed'},
+ 'diagnostics': None,
+ 'download_dir': PosixPath('/home/bandela/climate_data'),
+ 'drs': {'CMIP3': 'ESGF',
+ 'CMIP5': 'ESGF',
+ 'CMIP6': 'ESGF',
+ 'CORDEX': 'ESGF',
+ 'OBS': 'default',
+ 'OBS6': 'default',
+ 'native6': 'default',
+ 'obs4MIPs': 'ESGF'},
+ 'exit_on_warning': False,
+ 'extra_facets_dir': [],
+ 'log_level': 'info',
+ 'logging': {'log_progress_interval': 0.0},
+ 'max_datasets': None,
+ 'max_parallel_tasks': 1,
+ 'max_years': None,
+ 'output_dir': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions'),
+ 'output_file_type': 'png',
+ 'profile_diagnostic': False,
+ 'remove_preproc_dir': True,
+ 'resume_from': [],
+ 'rootpath': {'OBS': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS')],
+ 'OBS6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS6')],
+ 'default': [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data')],
+ 'native6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/RAWOBS')],
+ 'obs4MIPs': {'/home/bandela/.cache/ref/ESMValTool/OBS': 'default',
+ '/home/bandela/climate_data': 'ESGF'}},
+ 'run_diagnostic': True,
+ 'save_intermediary_cubes': False,
+ 'search_esgf': 'never',
+ 'skip_nonexistent': False,
+ 'write_ncl_interface': False}),
+timerange = '2005/2014',
+mip = 'Amon',
+preprocessor = 'zonal_mean',
+derive = True,
+project = 'CMIP6',
+activity = 'CMIP',
+dataset = 'ACCESS-ESM1-5',
+ensemble = 'r1i1p1f1',
+institute = 'CSIRO',
+exp = 'historical',
+grid = 'gn',
+short_name = 'rlutcs',
+recipe_dataset_index = 0,
+alias = 'CMIP6',
+original_short_name = 'rlutcs',
+standard_name = 'toa_outgoing_longwave_flux_assuming_clear_sky',
+long_name = 'TOA Outgoing Clear-Sky Longwave Radiation',
+units = 'W m-2',
+modeling_realm = ['atmos'],
+frequency = 'mon',
+version = 'v20191115'
+2025-05-08 08:51:14,384 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step cmor_check_data
+2025-05-08 08:51:14,384 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'cmor_check_data' on the data
+
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlutcs/gn/v20191115/rlutcs_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200501-201412.nc')]
+with function argument(s)
+check_level = ,
+cmor_table = 'CMIP6',
+mip = 'Amon',
+frequency = 'mon',
+short_name = 'rlutcs'
+2025-05-08 08:51:14,384 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step add_supplementary_variables
+2025-05-08 08:51:14,385 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'add_supplementary_variables' on the data
+
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlutcs/gn/v20191115/rlutcs_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200501-201412.nc')]
+with function argument(s)
+supplementary_cubes = []
+2025-05-08 08:51:14,385 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step derive
+2025-05-08 08:51:14,386 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'derive' on the data
+[,
+ ]
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlut/gn/v20191115/rlut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200001-201412.nc'),
+ LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlutcs/gn/v20191115/rlutcs_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200501-201412.nc')]
+with function argument(s)
+short_name = 'lwcre',
+standard_name = '',
+long_name = 'TOA Longwave Cloud Radiative Effect',
+units = 'W m-2'
+2025-05-08 08:51:14,389 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step regrid
+2025-05-08 08:51:14,390 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'regrid' on the data
+
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlut/gn/v20191115/rlut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200001-201412.nc'),
+ LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlutcs/gn/v20191115/rlutcs_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200501-201412.nc')]
+with function argument(s)
+scheme = {'reference': 'esmf_regrid.schemes:ESMFAreaWeighted'},
+target_grid = '1x1'
+2025-05-08 08:51:14,390 UTC [42505] DEBUG esmvalcore.preprocessor._regrid:634 Loaded regridding scheme ESMFAreaWeighted(mdtol=0)
+2025-05-08 08:51:14,969 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step zonal_statistics
+2025-05-08 08:51:14,970 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'zonal_statistics' on the data
+
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlut/gn/v20191115/rlut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200001-201412.nc'),
+ LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlutcs/gn/v20191115/rlutcs_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200501-201412.nc')]
+with function argument(s)
+operator = 'mean'
+2025-05-08 08:51:14,973 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step climate_statistics
+2025-05-08 08:51:14,973 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'climate_statistics' on the data
+
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlut/gn/v20191115/rlut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200001-201412.nc'),
+ LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlutcs/gn/v20191115/rlutcs_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200501-201412.nc')]
+with function argument(s)
+period = 'full'
+2025-05-08 08:51:14,985 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step save
+2025-05-08 08:51:14,986 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'save' on the data
+[]
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlut/gn/v20191115/rlut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200001-201412.nc'),
+ LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rlutcs/gn/v20191115/rlutcs_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200501-201412.nc')]
+with function argument(s)
+compress = False,
+compute = False,
+filename = PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_profiles/lwcre/CMIP6_ACCESS-ESM1-5_Amon_historical_r1i1p1f1_lwcre_gn_2005-2014.nc')
+2025-05-08 08:51:14,986 UTC [42505] DEBUG esmvalcore.preprocessor._io:497 Saving cube:
+TOA Longwave Cloud Radiative Effect / (W m-2) (latitude: 180)
+ Dimension coordinates:
+ latitude x
+ Scalar coordinates:
+ longitude 180.0 degrees_east, bound=(0.0, 360.0) degrees_east
+ time 2010-01-01 00:00:00, bound=(2005-01-01 00:00:00, 2015-01-01 00:00:00)
+ Cell methods:
+ 0 longitude: mean
+ 1 time: mean
+ Attributes:
+ Conventions 'CF-1.7 CMIP-6.2'
+ activity_id 'CMIP'
+ branch_method 'standard'
+ branch_time_in_child np.float64(0.0)
+ branch_time_in_parent np.int64(-616894)
+ cmor_version '3.4.0'
+ data_specs_version '01.00.30'
+ experiment 'all-forcing simulation of the recent past'
+ experiment_id 'historical'
+ external_variables 'areacella'
+ forcing_index np.int32(1)
+ frequency 'mon'
+ further_info_url 'https://furtherinfo.es-doc.org/CMIP6.CSIRO.ACCESS-ESM1-5.historical.no ...'
+ grid 'native atmosphere N96 grid (145x192 latxlon)'
+ grid_label 'gn'
+ initialization_index np.int32(1)
+ institution 'Commonwealth Scientific and Industrial Research Organisation, Aspendale, ...'
+ institution_id 'CSIRO'
+ license 'CMIP6 model data produced by CSIRO is licensed under a Creative Commons ...'
+ mip_era 'CMIP6'
+ nominal_resolution '250 km'
+ parent_activity_id 'CMIP'
+ parent_experiment_id 'piControl'
+ parent_mip_era 'CMIP6'
+ parent_source_id 'ACCESS-ESM1-5'
+ parent_time_units 'days since 1850-1-1 00:00:00'
+ parent_variant_label 'r1i1p1f1'
+ physics_index np.int32(1)
+ positive 'down'
+ product 'model-output'
+ realization_index np.int32(1)
+ realm 'atmos'
+ regrid_method 'bilinear'
+ run_variant 'forcing: GHG, Oz, SA, Sl, Vl, BC, OC, (GHG = CO2, N2O, CH4, CFC11, CFC12, ...'
+ source 'ACCESS-ESM1.5 (2019): \naerosol: CLASSIC (v1.0)\natmos: HadGAM2 (r1.1, ...'
+ source_id 'ACCESS-ESM1-5'
+ source_type 'AOGCM'
+ sub_experiment 'none'
+ sub_experiment_id 'none'
+ table_id 'Amon'
+ table_info 'Creation Date:(30 April 2019) MD5:e14f55f257cceafb2523e41244962371'
+ title 'ACCESS-ESM1-5 output prepared for CMIP6'
+ variant_label 'r1i1p1f1'
+ version 'v20191115'
+with lazy data to /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_profiles/lwcre/CMIP6_ACCESS-ESM1-5_Amon_historical_r1i1p1f1_lwcre_gn_2005-2014.nc
+2025-05-08 08:51:14,994 UTC [42505] DEBUG esmvalcore.preprocessor:724 Applying single-model steps to PreprocessorFile: /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_profiles/lwcre/OBS_CERES-EBAF_sat_Ed4.2_Amon_lwcre_2005-2014.nc
+2025-05-08 08:51:14,994 UTC [42505] DEBUG esmvalcore.esgf._download:560 All required data is available locally, not downloading anything.
+2025-05-08 08:51:14,994 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step fix_file
+2025-05-08 08:51:14,994 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'fix_file' on the data
+LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlut_200003-202311.nc')
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlut_200003-202311.nc')]
+with function argument(s)
+output_dir = PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/fixed_files/rlut_Amon_OBS_CERES-EBAF_Ed4.2_'),
+add_unique_suffix = True,
+session = Session({'auxiliary_data_dir': PosixPath('/home/bandela/auxiliary_data'),
+ 'check_level': ,
+ 'compress_netcdf': False,
+ 'config_developer_file': PosixPath('/home/bandela/src/esmvalgroup/esmvaltool/config-developer.yml'),
+ 'dask': {'profiles': {'debug': {'scheduler': 'synchronous'},
+ 'local_distributed': {'cluster': {'memory_limit': '4GiB',
+ 'n_workers': 2,
+ 'threads_per_worker': 2,
+ 'type': 'distributed.LocalCluster'}},
+ 'local_threaded': {'scheduler': 'threads'},
+ 'threaded': {'num_workers': 2}},
+ 'use': 'local_distributed'},
+ 'diagnostics': None,
+ 'download_dir': PosixPath('/home/bandela/climate_data'),
+ 'drs': {'CMIP3': 'ESGF',
+ 'CMIP5': 'ESGF',
+ 'CMIP6': 'ESGF',
+ 'CORDEX': 'ESGF',
+ 'OBS': 'default',
+ 'OBS6': 'default',
+ 'native6': 'default',
+ 'obs4MIPs': 'ESGF'},
+ 'exit_on_warning': False,
+ 'extra_facets_dir': [],
+ 'log_level': 'info',
+ 'logging': {'log_progress_interval': 0.0},
+ 'max_datasets': None,
+ 'max_parallel_tasks': 1,
+ 'max_years': None,
+ 'output_dir': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions'),
+ 'output_file_type': 'png',
+ 'profile_diagnostic': False,
+ 'remove_preproc_dir': True,
+ 'resume_from': [],
+ 'rootpath': {'OBS': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS')],
+ 'OBS6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS6')],
+ 'default': [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data')],
+ 'native6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/RAWOBS')],
+ 'obs4MIPs': {'/home/bandela/.cache/ref/ESMValTool/OBS': 'default',
+ '/home/bandela/climate_data': 'ESGF'}},
+ 'run_diagnostic': True,
+ 'save_intermediary_cubes': False,
+ 'search_esgf': 'never',
+ 'skip_nonexistent': False,
+ 'write_ncl_interface': False}),
+timerange = '2005/2014',
+mip = 'Amon',
+preprocessor = 'zonal_mean',
+derive = True,
+dataset = 'CERES-EBAF',
+project = 'OBS',
+type = 'sat',
+version = 'Ed4.2',
+tier = 2,
+reference_for_monitor_diags = True,
+short_name = 'rlut',
+recipe_dataset_index = 1,
+alias = 'OBS_CERES-EBAF',
+original_short_name = 'rlut',
+standard_name = 'toa_outgoing_longwave_flux',
+long_name = 'TOA Outgoing Longwave Radiation',
+units = 'W m-2',
+modeling_realm = ['atmos'],
+frequency = 'mon'
+2025-05-08 08:51:14,995 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step load
+2025-05-08 08:51:14,995 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'load' on the data
+LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlut_200003-202311.nc')
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlut_200003-202311.nc')]
+with function argument(s)
+ignore_warnings = None
+2025-05-08 08:51:14,995 UTC [42505] DEBUG esmvalcore.preprocessor._io:103 Loading:
+/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlut_200003-202311.nc
+2025-05-08 08:51:15,003 UTC [42505] DEBUG esmvalcore.preprocessor._io:151 Done with loading /home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlut_200003-202311.nc
+2025-05-08 08:51:15,003 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step fix_metadata
+2025-05-08 08:51:15,004 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'fix_metadata' on the data
+[]
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlut_200003-202311.nc')]
+with function argument(s)
+session = Session({'auxiliary_data_dir': PosixPath('/home/bandela/auxiliary_data'),
+ 'check_level': ,
+ 'compress_netcdf': False,
+ 'config_developer_file': PosixPath('/home/bandela/src/esmvalgroup/esmvaltool/config-developer.yml'),
+ 'dask': {'profiles': {'debug': {'scheduler': 'synchronous'},
+ 'local_distributed': {'cluster': {'memory_limit': '4GiB',
+ 'n_workers': 2,
+ 'threads_per_worker': 2,
+ 'type': 'distributed.LocalCluster'}},
+ 'local_threaded': {'scheduler': 'threads'},
+ 'threaded': {'num_workers': 2}},
+ 'use': 'local_distributed'},
+ 'diagnostics': None,
+ 'download_dir': PosixPath('/home/bandela/climate_data'),
+ 'drs': {'CMIP3': 'ESGF',
+ 'CMIP5': 'ESGF',
+ 'CMIP6': 'ESGF',
+ 'CORDEX': 'ESGF',
+ 'OBS': 'default',
+ 'OBS6': 'default',
+ 'native6': 'default',
+ 'obs4MIPs': 'ESGF'},
+ 'exit_on_warning': False,
+ 'extra_facets_dir': [],
+ 'log_level': 'info',
+ 'logging': {'log_progress_interval': 0.0},
+ 'max_datasets': None,
+ 'max_parallel_tasks': 1,
+ 'max_years': None,
+ 'output_dir': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions'),
+ 'output_file_type': 'png',
+ 'profile_diagnostic': False,
+ 'remove_preproc_dir': True,
+ 'resume_from': [],
+ 'rootpath': {'OBS': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS')],
+ 'OBS6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS6')],
+ 'default': [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data')],
+ 'native6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/RAWOBS')],
+ 'obs4MIPs': {'/home/bandela/.cache/ref/ESMValTool/OBS': 'default',
+ '/home/bandela/climate_data': 'ESGF'}},
+ 'run_diagnostic': True,
+ 'save_intermediary_cubes': False,
+ 'search_esgf': 'never',
+ 'skip_nonexistent': False,
+ 'write_ncl_interface': False}),
+timerange = '2005/2014',
+mip = 'Amon',
+preprocessor = 'zonal_mean',
+derive = True,
+dataset = 'CERES-EBAF',
+project = 'OBS',
+type = 'sat',
+version = 'Ed4.2',
+tier = 2,
+reference_for_monitor_diags = True,
+short_name = 'rlut',
+recipe_dataset_index = 1,
+alias = 'OBS_CERES-EBAF',
+original_short_name = 'rlut',
+standard_name = 'toa_outgoing_longwave_flux',
+long_name = 'TOA Outgoing Longwave Radiation',
+units = 'W m-2',
+modeling_realm = ['atmos'],
+frequency = 'mon'
+2025-05-08 08:51:15,005 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step concatenate
+2025-05-08 08:51:15,005 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'concatenate' on the data
+[]
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlut_200003-202311.nc')]
+with function argument(s)
+check_level =
+2025-05-08 08:51:15,005 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step cmor_check_metadata
+2025-05-08 08:51:15,006 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'cmor_check_metadata' on the data
+
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlut_200003-202311.nc')]
+with function argument(s)
+check_level = ,
+cmor_table = 'OBS',
+mip = 'Amon',
+frequency = 'mon',
+short_name = 'rlut'
+2025-05-08 08:51:15,007 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step clip_timerange
+2025-05-08 08:51:15,007 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'clip_timerange' on the data
+
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlut_200003-202311.nc')]
+with function argument(s)
+timerange = '2005/2014'
+2025-05-08 08:51:15,009 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step fix_data
+2025-05-08 08:51:15,010 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'fix_data' on the data
+
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlut_200003-202311.nc')]
+with function argument(s)
+session = Session({'auxiliary_data_dir': PosixPath('/home/bandela/auxiliary_data'),
+ 'check_level': ,
+ 'compress_netcdf': False,
+ 'config_developer_file': PosixPath('/home/bandela/src/esmvalgroup/esmvaltool/config-developer.yml'),
+ 'dask': {'profiles': {'debug': {'scheduler': 'synchronous'},
+ 'local_distributed': {'cluster': {'memory_limit': '4GiB',
+ 'n_workers': 2,
+ 'threads_per_worker': 2,
+ 'type': 'distributed.LocalCluster'}},
+ 'local_threaded': {'scheduler': 'threads'},
+ 'threaded': {'num_workers': 2}},
+ 'use': 'local_distributed'},
+ 'diagnostics': None,
+ 'download_dir': PosixPath('/home/bandela/climate_data'),
+ 'drs': {'CMIP3': 'ESGF',
+ 'CMIP5': 'ESGF',
+ 'CMIP6': 'ESGF',
+ 'CORDEX': 'ESGF',
+ 'OBS': 'default',
+ 'OBS6': 'default',
+ 'native6': 'default',
+ 'obs4MIPs': 'ESGF'},
+ 'exit_on_warning': False,
+ 'extra_facets_dir': [],
+ 'log_level': 'info',
+ 'logging': {'log_progress_interval': 0.0},
+ 'max_datasets': None,
+ 'max_parallel_tasks': 1,
+ 'max_years': None,
+ 'output_dir': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions'),
+ 'output_file_type': 'png',
+ 'profile_diagnostic': False,
+ 'remove_preproc_dir': True,
+ 'resume_from': [],
+ 'rootpath': {'OBS': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS')],
+ 'OBS6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS6')],
+ 'default': [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data')],
+ 'native6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/RAWOBS')],
+ 'obs4MIPs': {'/home/bandela/.cache/ref/ESMValTool/OBS': 'default',
+ '/home/bandela/climate_data': 'ESGF'}},
+ 'run_diagnostic': True,
+ 'save_intermediary_cubes': False,
+ 'search_esgf': 'never',
+ 'skip_nonexistent': False,
+ 'write_ncl_interface': False}),
+timerange = '2005/2014',
+mip = 'Amon',
+preprocessor = 'zonal_mean',
+derive = True,
+dataset = 'CERES-EBAF',
+project = 'OBS',
+type = 'sat',
+version = 'Ed4.2',
+tier = 2,
+reference_for_monitor_diags = True,
+short_name = 'rlut',
+recipe_dataset_index = 1,
+alias = 'OBS_CERES-EBAF',
+original_short_name = 'rlut',
+standard_name = 'toa_outgoing_longwave_flux',
+long_name = 'TOA Outgoing Longwave Radiation',
+units = 'W m-2',
+modeling_realm = ['atmos'],
+frequency = 'mon'
+2025-05-08 08:51:15,010 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step cmor_check_data
+2025-05-08 08:51:15,010 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'cmor_check_data' on the data
+
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlut_200003-202311.nc')]
+with function argument(s)
+check_level = ,
+cmor_table = 'OBS',
+mip = 'Amon',
+frequency = 'mon',
+short_name = 'rlut'
+2025-05-08 08:51:15,011 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step add_supplementary_variables
+2025-05-08 08:51:15,011 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'add_supplementary_variables' on the data
+
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlut_200003-202311.nc')]
+with function argument(s)
+supplementary_cubes = []
+2025-05-08 08:51:15,011 UTC [42505] DEBUG esmvalcore.esgf._download:560 All required data is available locally, not downloading anything.
+2025-05-08 08:51:15,011 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step fix_file
+2025-05-08 08:51:15,011 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'fix_file' on the data
+LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlutcs_200003-202311.nc')
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlutcs_200003-202311.nc')]
+with function argument(s)
+output_dir = PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/fixed_files/rlutcs_Amon_OBS_CERES-EBAF_Ed4.2_'),
+add_unique_suffix = True,
+session = Session({'auxiliary_data_dir': PosixPath('/home/bandela/auxiliary_data'),
+ 'check_level': ,
+ 'compress_netcdf': False,
+ 'config_developer_file': PosixPath('/home/bandela/src/esmvalgroup/esmvaltool/config-developer.yml'),
+ 'dask': {'profiles': {'debug': {'scheduler': 'synchronous'},
+ 'local_distributed': {'cluster': {'memory_limit': '4GiB',
+ 'n_workers': 2,
+ 'threads_per_worker': 2,
+ 'type': 'distributed.LocalCluster'}},
+ 'local_threaded': {'scheduler': 'threads'},
+ 'threaded': {'num_workers': 2}},
+ 'use': 'local_distributed'},
+ 'diagnostics': None,
+ 'download_dir': PosixPath('/home/bandela/climate_data'),
+ 'drs': {'CMIP3': 'ESGF',
+ 'CMIP5': 'ESGF',
+ 'CMIP6': 'ESGF',
+ 'CORDEX': 'ESGF',
+ 'OBS': 'default',
+ 'OBS6': 'default',
+ 'native6': 'default',
+ 'obs4MIPs': 'ESGF'},
+ 'exit_on_warning': False,
+ 'extra_facets_dir': [],
+ 'log_level': 'info',
+ 'logging': {'log_progress_interval': 0.0},
+ 'max_datasets': None,
+ 'max_parallel_tasks': 1,
+ 'max_years': None,
+ 'output_dir': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions'),
+ 'output_file_type': 'png',
+ 'profile_diagnostic': False,
+ 'remove_preproc_dir': True,
+ 'resume_from': [],
+ 'rootpath': {'OBS': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS')],
+ 'OBS6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS6')],
+ 'default': [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data')],
+ 'native6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/RAWOBS')],
+ 'obs4MIPs': {'/home/bandela/.cache/ref/ESMValTool/OBS': 'default',
+ '/home/bandela/climate_data': 'ESGF'}},
+ 'run_diagnostic': True,
+ 'save_intermediary_cubes': False,
+ 'search_esgf': 'never',
+ 'skip_nonexistent': False,
+ 'write_ncl_interface': False}),
+timerange = '2005/2014',
+mip = 'Amon',
+preprocessor = 'zonal_mean',
+derive = True,
+dataset = 'CERES-EBAF',
+project = 'OBS',
+type = 'sat',
+version = 'Ed4.2',
+tier = 2,
+reference_for_monitor_diags = True,
+short_name = 'rlutcs',
+recipe_dataset_index = 1,
+alias = 'OBS_CERES-EBAF',
+original_short_name = 'rlutcs',
+standard_name = 'toa_outgoing_longwave_flux_assuming_clear_sky',
+long_name = 'TOA Outgoing Clear-Sky Longwave Radiation',
+units = 'W m-2',
+modeling_realm = ['atmos'],
+frequency = 'mon'
+2025-05-08 08:51:15,012 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step load
+2025-05-08 08:51:15,012 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'load' on the data
+LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlutcs_200003-202311.nc')
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlutcs_200003-202311.nc')]
+with function argument(s)
+ignore_warnings = None
+2025-05-08 08:51:15,012 UTC [42505] DEBUG esmvalcore.preprocessor._io:103 Loading:
+/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlutcs_200003-202311.nc
+2025-05-08 08:51:15,020 UTC [42505] DEBUG esmvalcore.preprocessor._io:151 Done with loading /home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlutcs_200003-202311.nc
+2025-05-08 08:51:15,020 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step fix_metadata
+2025-05-08 08:51:15,021 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'fix_metadata' on the data
+[]
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlutcs_200003-202311.nc')]
+with function argument(s)
+session = Session({'auxiliary_data_dir': PosixPath('/home/bandela/auxiliary_data'),
+ 'check_level': ,
+ 'compress_netcdf': False,
+ 'config_developer_file': PosixPath('/home/bandela/src/esmvalgroup/esmvaltool/config-developer.yml'),
+ 'dask': {'profiles': {'debug': {'scheduler': 'synchronous'},
+ 'local_distributed': {'cluster': {'memory_limit': '4GiB',
+ 'n_workers': 2,
+ 'threads_per_worker': 2,
+ 'type': 'distributed.LocalCluster'}},
+ 'local_threaded': {'scheduler': 'threads'},
+ 'threaded': {'num_workers': 2}},
+ 'use': 'local_distributed'},
+ 'diagnostics': None,
+ 'download_dir': PosixPath('/home/bandela/climate_data'),
+ 'drs': {'CMIP3': 'ESGF',
+ 'CMIP5': 'ESGF',
+ 'CMIP6': 'ESGF',
+ 'CORDEX': 'ESGF',
+ 'OBS': 'default',
+ 'OBS6': 'default',
+ 'native6': 'default',
+ 'obs4MIPs': 'ESGF'},
+ 'exit_on_warning': False,
+ 'extra_facets_dir': [],
+ 'log_level': 'info',
+ 'logging': {'log_progress_interval': 0.0},
+ 'max_datasets': None,
+ 'max_parallel_tasks': 1,
+ 'max_years': None,
+ 'output_dir': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions'),
+ 'output_file_type': 'png',
+ 'profile_diagnostic': False,
+ 'remove_preproc_dir': True,
+ 'resume_from': [],
+ 'rootpath': {'OBS': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS')],
+ 'OBS6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS6')],
+ 'default': [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data')],
+ 'native6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/RAWOBS')],
+ 'obs4MIPs': {'/home/bandela/.cache/ref/ESMValTool/OBS': 'default',
+ '/home/bandela/climate_data': 'ESGF'}},
+ 'run_diagnostic': True,
+ 'save_intermediary_cubes': False,
+ 'search_esgf': 'never',
+ 'skip_nonexistent': False,
+ 'write_ncl_interface': False}),
+timerange = '2005/2014',
+mip = 'Amon',
+preprocessor = 'zonal_mean',
+derive = True,
+dataset = 'CERES-EBAF',
+project = 'OBS',
+type = 'sat',
+version = 'Ed4.2',
+tier = 2,
+reference_for_monitor_diags = True,
+short_name = 'rlutcs',
+recipe_dataset_index = 1,
+alias = 'OBS_CERES-EBAF',
+original_short_name = 'rlutcs',
+standard_name = 'toa_outgoing_longwave_flux_assuming_clear_sky',
+long_name = 'TOA Outgoing Clear-Sky Longwave Radiation',
+units = 'W m-2',
+modeling_realm = ['atmos'],
+frequency = 'mon'
+2025-05-08 08:51:15,021 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step concatenate
+2025-05-08 08:51:15,022 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'concatenate' on the data
+[]
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlutcs_200003-202311.nc')]
+with function argument(s)
+check_level =
+2025-05-08 08:51:15,022 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step cmor_check_metadata
+2025-05-08 08:51:15,022 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'cmor_check_metadata' on the data
+
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlutcs_200003-202311.nc')]
+with function argument(s)
+check_level = ,
+cmor_table = 'OBS',
+mip = 'Amon',
+frequency = 'mon',
+short_name = 'rlutcs'
+2025-05-08 08:51:15,023 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step clip_timerange
+2025-05-08 08:51:15,024 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'clip_timerange' on the data
+
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlutcs_200003-202311.nc')]
+with function argument(s)
+timerange = '2005/2014'
+2025-05-08 08:51:15,025 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step fix_data
+2025-05-08 08:51:15,026 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'fix_data' on the data
+
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlutcs_200003-202311.nc')]
+with function argument(s)
+session = Session({'auxiliary_data_dir': PosixPath('/home/bandela/auxiliary_data'),
+ 'check_level': ,
+ 'compress_netcdf': False,
+ 'config_developer_file': PosixPath('/home/bandela/src/esmvalgroup/esmvaltool/config-developer.yml'),
+ 'dask': {'profiles': {'debug': {'scheduler': 'synchronous'},
+ 'local_distributed': {'cluster': {'memory_limit': '4GiB',
+ 'n_workers': 2,
+ 'threads_per_worker': 2,
+ 'type': 'distributed.LocalCluster'}},
+ 'local_threaded': {'scheduler': 'threads'},
+ 'threaded': {'num_workers': 2}},
+ 'use': 'local_distributed'},
+ 'diagnostics': None,
+ 'download_dir': PosixPath('/home/bandela/climate_data'),
+ 'drs': {'CMIP3': 'ESGF',
+ 'CMIP5': 'ESGF',
+ 'CMIP6': 'ESGF',
+ 'CORDEX': 'ESGF',
+ 'OBS': 'default',
+ 'OBS6': 'default',
+ 'native6': 'default',
+ 'obs4MIPs': 'ESGF'},
+ 'exit_on_warning': False,
+ 'extra_facets_dir': [],
+ 'log_level': 'info',
+ 'logging': {'log_progress_interval': 0.0},
+ 'max_datasets': None,
+ 'max_parallel_tasks': 1,
+ 'max_years': None,
+ 'output_dir': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions'),
+ 'output_file_type': 'png',
+ 'profile_diagnostic': False,
+ 'remove_preproc_dir': True,
+ 'resume_from': [],
+ 'rootpath': {'OBS': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS')],
+ 'OBS6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS6')],
+ 'default': [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data')],
+ 'native6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/RAWOBS')],
+ 'obs4MIPs': {'/home/bandela/.cache/ref/ESMValTool/OBS': 'default',
+ '/home/bandela/climate_data': 'ESGF'}},
+ 'run_diagnostic': True,
+ 'save_intermediary_cubes': False,
+ 'search_esgf': 'never',
+ 'skip_nonexistent': False,
+ 'write_ncl_interface': False}),
+timerange = '2005/2014',
+mip = 'Amon',
+preprocessor = 'zonal_mean',
+derive = True,
+dataset = 'CERES-EBAF',
+project = 'OBS',
+type = 'sat',
+version = 'Ed4.2',
+tier = 2,
+reference_for_monitor_diags = True,
+short_name = 'rlutcs',
+recipe_dataset_index = 1,
+alias = 'OBS_CERES-EBAF',
+original_short_name = 'rlutcs',
+standard_name = 'toa_outgoing_longwave_flux_assuming_clear_sky',
+long_name = 'TOA Outgoing Clear-Sky Longwave Radiation',
+units = 'W m-2',
+modeling_realm = ['atmos'],
+frequency = 'mon'
+2025-05-08 08:51:15,026 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step cmor_check_data
+2025-05-08 08:51:15,027 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'cmor_check_data' on the data
+
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlutcs_200003-202311.nc')]
+with function argument(s)
+check_level = ,
+cmor_table = 'OBS',
+mip = 'Amon',
+frequency = 'mon',
+short_name = 'rlutcs'
+2025-05-08 08:51:15,027 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step add_supplementary_variables
+2025-05-08 08:51:15,027 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'add_supplementary_variables' on the data
+
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlutcs_200003-202311.nc')]
+with function argument(s)
+supplementary_cubes = []
+2025-05-08 08:51:15,027 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step derive
+2025-05-08 08:51:15,028 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'derive' on the data
+[,
+ ]
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlut_200003-202311.nc'),
+ LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlutcs_200003-202311.nc')]
+with function argument(s)
+short_name = 'lwcre',
+standard_name = '',
+long_name = 'TOA Longwave Cloud Radiative Effect',
+units = 'W m-2'
+2025-05-08 08:51:15,030 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step regrid
+2025-05-08 08:51:15,031 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'regrid' on the data
+
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlut_200003-202311.nc'),
+ LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlutcs_200003-202311.nc')]
+with function argument(s)
+scheme = {'reference': 'esmf_regrid.schemes:ESMFAreaWeighted'},
+target_grid = '1x1'
+2025-05-08 08:51:15,031 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step zonal_statistics
+2025-05-08 08:51:15,032 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'zonal_statistics' on the data
+
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlut_200003-202311.nc'),
+ LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlutcs_200003-202311.nc')]
+with function argument(s)
+operator = 'mean'
+2025-05-08 08:51:15,035 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step climate_statistics
+2025-05-08 08:51:15,035 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'climate_statistics' on the data
+
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlut_200003-202311.nc'),
+ LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlutcs_200003-202311.nc')]
+with function argument(s)
+period = 'full'
+2025-05-08 08:51:15,046 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step save
+2025-05-08 08:51:15,046 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'save' on the data
+[]
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlut_200003-202311.nc'),
+ LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/CERES-EBAF/OBS_CERES-EBAF_sat_Ed4.2_Amon_rlutcs_200003-202311.nc')]
+with function argument(s)
+compress = False,
+compute = False,
+filename = PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_profiles/lwcre/OBS_CERES-EBAF_sat_Ed4.2_Amon_lwcre_2005-2014.nc')
+2025-05-08 08:51:15,047 UTC [42505] DEBUG esmvalcore.preprocessor._io:497 Saving cube:
+TOA Longwave Cloud Radiative Effect / (W m-2) (latitude: 180)
+ Dimension coordinates:
+ latitude x
+ Scalar coordinates:
+ longitude 180.0 degrees_east, bound=(0.0, 360.0) degrees_east
+ time 2009-12-30 12:00:00, bound=(2004-12-30 12:00:00, 2014-12-30 12:00:00)
+ Cell methods:
+ 0 longitude: mean
+ 1 time: mean
+ Attributes:
+ Conventions 'CF-1.7'
+ host 'levante2.lvt.dkrz.de'
+ mip 'Amon'
+ modeling_realm 'sat'
+ positive 'down'
+ project_id 'OBS'
+ reference 'doi:10.1175/jcli-d-17-0208.1'
+ source 'https://ceres-tool.larc.nasa.gov/ord-tool/jsp/EBAFTOA42Selection.jsp'
+ tier '2'
+ title 'CERES-EBAF data reformatted for ESMValTool v2.11.0.dev34+g9a8f66d6e.d2 ...'
+ user 'b309141'
+ version 'Ed4.2'
+with lazy data to /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_profiles/lwcre/OBS_CERES-EBAF_sat_Ed4.2_Amon_lwcre_2005-2014.nc
+2025-05-08 08:51:15,054 UTC [42505] DEBUG esmvalcore.preprocessor:724 Applying single-model steps to PreprocessorFile: /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_profiles/lwcre/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_lwcre_2005-2014.nc
+2025-05-08 08:51:15,054 UTC [42505] DEBUG esmvalcore.esgf._download:560 All required data is available locally, not downloading anything.
+2025-05-08 08:51:15,054 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step fix_file
+2025-05-08 08:51:15,054 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'fix_file' on the data
+LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ESACCI-CLOUD/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_rlut_198201-201612.nc')
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ESACCI-CLOUD/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_rlut_198201-201612.nc')]
+with function argument(s)
+output_dir = PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/fixed_files/rlut_Amon_OBS_ESACCI-CLOUD_AVHRR-AMPM-fv3.0_'),
+add_unique_suffix = True,
+session = Session({'auxiliary_data_dir': PosixPath('/home/bandela/auxiliary_data'),
+ 'check_level': ,
+ 'compress_netcdf': False,
+ 'config_developer_file': PosixPath('/home/bandela/src/esmvalgroup/esmvaltool/config-developer.yml'),
+ 'dask': {'profiles': {'debug': {'scheduler': 'synchronous'},
+ 'local_distributed': {'cluster': {'memory_limit': '4GiB',
+ 'n_workers': 2,
+ 'threads_per_worker': 2,
+ 'type': 'distributed.LocalCluster'}},
+ 'local_threaded': {'scheduler': 'threads'},
+ 'threaded': {'num_workers': 2}},
+ 'use': 'local_distributed'},
+ 'diagnostics': None,
+ 'download_dir': PosixPath('/home/bandela/climate_data'),
+ 'drs': {'CMIP3': 'ESGF',
+ 'CMIP5': 'ESGF',
+ 'CMIP6': 'ESGF',
+ 'CORDEX': 'ESGF',
+ 'OBS': 'default',
+ 'OBS6': 'default',
+ 'native6': 'default',
+ 'obs4MIPs': 'ESGF'},
+ 'exit_on_warning': False,
+ 'extra_facets_dir': [],
+ 'log_level': 'info',
+ 'logging': {'log_progress_interval': 0.0},
+ 'max_datasets': None,
+ 'max_parallel_tasks': 1,
+ 'max_years': None,
+ 'output_dir': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions'),
+ 'output_file_type': 'png',
+ 'profile_diagnostic': False,
+ 'remove_preproc_dir': True,
+ 'resume_from': [],
+ 'rootpath': {'OBS': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS')],
+ 'OBS6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS6')],
+ 'default': [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data')],
+ 'native6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/RAWOBS')],
+ 'obs4MIPs': {'/home/bandela/.cache/ref/ESMValTool/OBS': 'default',
+ '/home/bandela/climate_data': 'ESGF'}},
+ 'run_diagnostic': True,
+ 'save_intermediary_cubes': False,
+ 'search_esgf': 'never',
+ 'skip_nonexistent': False,
+ 'write_ncl_interface': False}),
+timerange = '2005/2014',
+mip = 'Amon',
+preprocessor = 'zonal_mean',
+derive = True,
+dataset = 'ESACCI-CLOUD',
+project = 'OBS',
+type = 'sat',
+version = 'AVHRR-AMPM-fv3.0',
+tier = 2,
+short_name = 'rlut',
+recipe_dataset_index = 2,
+alias = 'OBS_ESACCI-CLOUD',
+original_short_name = 'rlut',
+standard_name = 'toa_outgoing_longwave_flux',
+long_name = 'TOA Outgoing Longwave Radiation',
+units = 'W m-2',
+modeling_realm = ['atmos'],
+frequency = 'mon'
+2025-05-08 08:51:15,054 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step load
+2025-05-08 08:51:15,054 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'load' on the data
+LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ESACCI-CLOUD/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_rlut_198201-201612.nc')
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ESACCI-CLOUD/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_rlut_198201-201612.nc')]
+with function argument(s)
+ignore_warnings = None
+2025-05-08 08:51:15,054 UTC [42505] DEBUG esmvalcore.preprocessor._io:103 Loading:
+/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ESACCI-CLOUD/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_rlut_198201-201612.nc
+2025-05-08 08:51:15,152 UTC [42505] DEBUG esmvalcore.preprocessor._io:151 Done with loading /home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ESACCI-CLOUD/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_rlut_198201-201612.nc
+2025-05-08 08:51:15,152 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step fix_metadata
+2025-05-08 08:51:15,155 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'fix_metadata' on the data
+[]
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ESACCI-CLOUD/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_rlut_198201-201612.nc')]
+with function argument(s)
+session = Session({'auxiliary_data_dir': PosixPath('/home/bandela/auxiliary_data'),
+ 'check_level': ,
+ 'compress_netcdf': False,
+ 'config_developer_file': PosixPath('/home/bandela/src/esmvalgroup/esmvaltool/config-developer.yml'),
+ 'dask': {'profiles': {'debug': {'scheduler': 'synchronous'},
+ 'local_distributed': {'cluster': {'memory_limit': '4GiB',
+ 'n_workers': 2,
+ 'threads_per_worker': 2,
+ 'type': 'distributed.LocalCluster'}},
+ 'local_threaded': {'scheduler': 'threads'},
+ 'threaded': {'num_workers': 2}},
+ 'use': 'local_distributed'},
+ 'diagnostics': None,
+ 'download_dir': PosixPath('/home/bandela/climate_data'),
+ 'drs': {'CMIP3': 'ESGF',
+ 'CMIP5': 'ESGF',
+ 'CMIP6': 'ESGF',
+ 'CORDEX': 'ESGF',
+ 'OBS': 'default',
+ 'OBS6': 'default',
+ 'native6': 'default',
+ 'obs4MIPs': 'ESGF'},
+ 'exit_on_warning': False,
+ 'extra_facets_dir': [],
+ 'log_level': 'info',
+ 'logging': {'log_progress_interval': 0.0},
+ 'max_datasets': None,
+ 'max_parallel_tasks': 1,
+ 'max_years': None,
+ 'output_dir': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions'),
+ 'output_file_type': 'png',
+ 'profile_diagnostic': False,
+ 'remove_preproc_dir': True,
+ 'resume_from': [],
+ 'rootpath': {'OBS': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS')],
+ 'OBS6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS6')],
+ 'default': [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data')],
+ 'native6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/RAWOBS')],
+ 'obs4MIPs': {'/home/bandela/.cache/ref/ESMValTool/OBS': 'default',
+ '/home/bandela/climate_data': 'ESGF'}},
+ 'run_diagnostic': True,
+ 'save_intermediary_cubes': False,
+ 'search_esgf': 'never',
+ 'skip_nonexistent': False,
+ 'write_ncl_interface': False}),
+timerange = '2005/2014',
+mip = 'Amon',
+preprocessor = 'zonal_mean',
+derive = True,
+dataset = 'ESACCI-CLOUD',
+project = 'OBS',
+type = 'sat',
+version = 'AVHRR-AMPM-fv3.0',
+tier = 2,
+short_name = 'rlut',
+recipe_dataset_index = 2,
+alias = 'OBS_ESACCI-CLOUD',
+original_short_name = 'rlut',
+standard_name = 'toa_outgoing_longwave_flux',
+long_name = 'TOA Outgoing Longwave Radiation',
+units = 'W m-2',
+modeling_realm = ['atmos'],
+frequency = 'mon'
+2025-05-08 08:51:15,156 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step concatenate
+2025-05-08 08:51:15,157 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'concatenate' on the data
+[]
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ESACCI-CLOUD/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_rlut_198201-201612.nc')]
+with function argument(s)
+check_level =
+2025-05-08 08:51:15,157 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step cmor_check_metadata
+2025-05-08 08:51:15,158 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'cmor_check_metadata' on the data
+
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ESACCI-CLOUD/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_rlut_198201-201612.nc')]
+with function argument(s)
+check_level = ,
+cmor_table = 'OBS',
+mip = 'Amon',
+frequency = 'mon',
+short_name = 'rlut'
+2025-05-08 08:51:15,159 UTC [42505] WARNING esmvalcore.cmor.check:223 There were warnings in variable rlut:
+ rlut: attribute positive not present
+loaded from file
+2025-05-08 08:51:15,159 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step clip_timerange
+2025-05-08 08:51:15,160 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'clip_timerange' on the data
+
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ESACCI-CLOUD/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_rlut_198201-201612.nc')]
+with function argument(s)
+timerange = '2005/2014'
+2025-05-08 08:51:15,162 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step fix_data
+2025-05-08 08:51:15,163 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'fix_data' on the data
+
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ESACCI-CLOUD/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_rlut_198201-201612.nc')]
+with function argument(s)
+session = Session({'auxiliary_data_dir': PosixPath('/home/bandela/auxiliary_data'),
+ 'check_level': ,
+ 'compress_netcdf': False,
+ 'config_developer_file': PosixPath('/home/bandela/src/esmvalgroup/esmvaltool/config-developer.yml'),
+ 'dask': {'profiles': {'debug': {'scheduler': 'synchronous'},
+ 'local_distributed': {'cluster': {'memory_limit': '4GiB',
+ 'n_workers': 2,
+ 'threads_per_worker': 2,
+ 'type': 'distributed.LocalCluster'}},
+ 'local_threaded': {'scheduler': 'threads'},
+ 'threaded': {'num_workers': 2}},
+ 'use': 'local_distributed'},
+ 'diagnostics': None,
+ 'download_dir': PosixPath('/home/bandela/climate_data'),
+ 'drs': {'CMIP3': 'ESGF',
+ 'CMIP5': 'ESGF',
+ 'CMIP6': 'ESGF',
+ 'CORDEX': 'ESGF',
+ 'OBS': 'default',
+ 'OBS6': 'default',
+ 'native6': 'default',
+ 'obs4MIPs': 'ESGF'},
+ 'exit_on_warning': False,
+ 'extra_facets_dir': [],
+ 'log_level': 'info',
+ 'logging': {'log_progress_interval': 0.0},
+ 'max_datasets': None,
+ 'max_parallel_tasks': 1,
+ 'max_years': None,
+ 'output_dir': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions'),
+ 'output_file_type': 'png',
+ 'profile_diagnostic': False,
+ 'remove_preproc_dir': True,
+ 'resume_from': [],
+ 'rootpath': {'OBS': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS')],
+ 'OBS6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS6')],
+ 'default': [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data')],
+ 'native6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/RAWOBS')],
+ 'obs4MIPs': {'/home/bandela/.cache/ref/ESMValTool/OBS': 'default',
+ '/home/bandela/climate_data': 'ESGF'}},
+ 'run_diagnostic': True,
+ 'save_intermediary_cubes': False,
+ 'search_esgf': 'never',
+ 'skip_nonexistent': False,
+ 'write_ncl_interface': False}),
+timerange = '2005/2014',
+mip = 'Amon',
+preprocessor = 'zonal_mean',
+derive = True,
+dataset = 'ESACCI-CLOUD',
+project = 'OBS',
+type = 'sat',
+version = 'AVHRR-AMPM-fv3.0',
+tier = 2,
+short_name = 'rlut',
+recipe_dataset_index = 2,
+alias = 'OBS_ESACCI-CLOUD',
+original_short_name = 'rlut',
+standard_name = 'toa_outgoing_longwave_flux',
+long_name = 'TOA Outgoing Longwave Radiation',
+units = 'W m-2',
+modeling_realm = ['atmos'],
+frequency = 'mon'
+2025-05-08 08:51:15,163 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step cmor_check_data
+2025-05-08 08:51:15,164 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'cmor_check_data' on the data
+
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ESACCI-CLOUD/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_rlut_198201-201612.nc')]
+with function argument(s)
+check_level = ,
+cmor_table = 'OBS',
+mip = 'Amon',
+frequency = 'mon',
+short_name = 'rlut'
+2025-05-08 08:51:15,164 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step add_supplementary_variables
+2025-05-08 08:51:15,164 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'add_supplementary_variables' on the data
+
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ESACCI-CLOUD/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_rlut_198201-201612.nc')]
+with function argument(s)
+supplementary_cubes = []
+2025-05-08 08:51:15,164 UTC [42505] DEBUG esmvalcore.esgf._download:560 All required data is available locally, not downloading anything.
+2025-05-08 08:51:15,164 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step fix_file
+2025-05-08 08:51:15,165 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'fix_file' on the data
+LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ESACCI-CLOUD/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_rlutcs_198201-201612.nc')
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ESACCI-CLOUD/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_rlutcs_198201-201612.nc')]
+with function argument(s)
+output_dir = PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/fixed_files/rlutcs_Amon_OBS_ESACCI-CLOUD_AVHRR-AMPM-fv3.0_'),
+add_unique_suffix = True,
+session = Session({'auxiliary_data_dir': PosixPath('/home/bandela/auxiliary_data'),
+ 'check_level': ,
+ 'compress_netcdf': False,
+ 'config_developer_file': PosixPath('/home/bandela/src/esmvalgroup/esmvaltool/config-developer.yml'),
+ 'dask': {'profiles': {'debug': {'scheduler': 'synchronous'},
+ 'local_distributed': {'cluster': {'memory_limit': '4GiB',
+ 'n_workers': 2,
+ 'threads_per_worker': 2,
+ 'type': 'distributed.LocalCluster'}},
+ 'local_threaded': {'scheduler': 'threads'},
+ 'threaded': {'num_workers': 2}},
+ 'use': 'local_distributed'},
+ 'diagnostics': None,
+ 'download_dir': PosixPath('/home/bandela/climate_data'),
+ 'drs': {'CMIP3': 'ESGF',
+ 'CMIP5': 'ESGF',
+ 'CMIP6': 'ESGF',
+ 'CORDEX': 'ESGF',
+ 'OBS': 'default',
+ 'OBS6': 'default',
+ 'native6': 'default',
+ 'obs4MIPs': 'ESGF'},
+ 'exit_on_warning': False,
+ 'extra_facets_dir': [],
+ 'log_level': 'info',
+ 'logging': {'log_progress_interval': 0.0},
+ 'max_datasets': None,
+ 'max_parallel_tasks': 1,
+ 'max_years': None,
+ 'output_dir': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions'),
+ 'output_file_type': 'png',
+ 'profile_diagnostic': False,
+ 'remove_preproc_dir': True,
+ 'resume_from': [],
+ 'rootpath': {'OBS': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS')],
+ 'OBS6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS6')],
+ 'default': [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data')],
+ 'native6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/RAWOBS')],
+ 'obs4MIPs': {'/home/bandela/.cache/ref/ESMValTool/OBS': 'default',
+ '/home/bandela/climate_data': 'ESGF'}},
+ 'run_diagnostic': True,
+ 'save_intermediary_cubes': False,
+ 'search_esgf': 'never',
+ 'skip_nonexistent': False,
+ 'write_ncl_interface': False}),
+timerange = '2005/2014',
+mip = 'Amon',
+preprocessor = 'zonal_mean',
+derive = True,
+dataset = 'ESACCI-CLOUD',
+project = 'OBS',
+type = 'sat',
+version = 'AVHRR-AMPM-fv3.0',
+tier = 2,
+short_name = 'rlutcs',
+recipe_dataset_index = 2,
+alias = 'OBS_ESACCI-CLOUD',
+original_short_name = 'rlutcs',
+standard_name = 'toa_outgoing_longwave_flux_assuming_clear_sky',
+long_name = 'TOA Outgoing Clear-Sky Longwave Radiation',
+units = 'W m-2',
+modeling_realm = ['atmos'],
+frequency = 'mon'
+2025-05-08 08:51:15,165 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step load
+2025-05-08 08:51:15,165 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'load' on the data
+LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ESACCI-CLOUD/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_rlutcs_198201-201612.nc')
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ESACCI-CLOUD/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_rlutcs_198201-201612.nc')]
+with function argument(s)
+ignore_warnings = None
+2025-05-08 08:51:15,165 UTC [42505] DEBUG esmvalcore.preprocessor._io:103 Loading:
+/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ESACCI-CLOUD/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_rlutcs_198201-201612.nc
+2025-05-08 08:51:15,250 UTC [42505] DEBUG esmvalcore.preprocessor._io:151 Done with loading /home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ESACCI-CLOUD/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_rlutcs_198201-201612.nc
+2025-05-08 08:51:15,250 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step fix_metadata
+2025-05-08 08:51:15,252 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'fix_metadata' on the data
+[]
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ESACCI-CLOUD/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_rlutcs_198201-201612.nc')]
+with function argument(s)
+session = Session({'auxiliary_data_dir': PosixPath('/home/bandela/auxiliary_data'),
+ 'check_level': ,
+ 'compress_netcdf': False,
+ 'config_developer_file': PosixPath('/home/bandela/src/esmvalgroup/esmvaltool/config-developer.yml'),
+ 'dask': {'profiles': {'debug': {'scheduler': 'synchronous'},
+ 'local_distributed': {'cluster': {'memory_limit': '4GiB',
+ 'n_workers': 2,
+ 'threads_per_worker': 2,
+ 'type': 'distributed.LocalCluster'}},
+ 'local_threaded': {'scheduler': 'threads'},
+ 'threaded': {'num_workers': 2}},
+ 'use': 'local_distributed'},
+ 'diagnostics': None,
+ 'download_dir': PosixPath('/home/bandela/climate_data'),
+ 'drs': {'CMIP3': 'ESGF',
+ 'CMIP5': 'ESGF',
+ 'CMIP6': 'ESGF',
+ 'CORDEX': 'ESGF',
+ 'OBS': 'default',
+ 'OBS6': 'default',
+ 'native6': 'default',
+ 'obs4MIPs': 'ESGF'},
+ 'exit_on_warning': False,
+ 'extra_facets_dir': [],
+ 'log_level': 'info',
+ 'logging': {'log_progress_interval': 0.0},
+ 'max_datasets': None,
+ 'max_parallel_tasks': 1,
+ 'max_years': None,
+ 'output_dir': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions'),
+ 'output_file_type': 'png',
+ 'profile_diagnostic': False,
+ 'remove_preproc_dir': True,
+ 'resume_from': [],
+ 'rootpath': {'OBS': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS')],
+ 'OBS6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS6')],
+ 'default': [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data')],
+ 'native6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/RAWOBS')],
+ 'obs4MIPs': {'/home/bandela/.cache/ref/ESMValTool/OBS': 'default',
+ '/home/bandela/climate_data': 'ESGF'}},
+ 'run_diagnostic': True,
+ 'save_intermediary_cubes': False,
+ 'search_esgf': 'never',
+ 'skip_nonexistent': False,
+ 'write_ncl_interface': False}),
+timerange = '2005/2014',
+mip = 'Amon',
+preprocessor = 'zonal_mean',
+derive = True,
+dataset = 'ESACCI-CLOUD',
+project = 'OBS',
+type = 'sat',
+version = 'AVHRR-AMPM-fv3.0',
+tier = 2,
+short_name = 'rlutcs',
+recipe_dataset_index = 2,
+alias = 'OBS_ESACCI-CLOUD',
+original_short_name = 'rlutcs',
+standard_name = 'toa_outgoing_longwave_flux_assuming_clear_sky',
+long_name = 'TOA Outgoing Clear-Sky Longwave Radiation',
+units = 'W m-2',
+modeling_realm = ['atmos'],
+frequency = 'mon'
+2025-05-08 08:51:15,253 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step concatenate
+2025-05-08 08:51:15,253 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'concatenate' on the data
+[]
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ESACCI-CLOUD/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_rlutcs_198201-201612.nc')]
+with function argument(s)
+check_level =
+2025-05-08 08:51:15,254 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step cmor_check_metadata
+2025-05-08 08:51:15,254 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'cmor_check_metadata' on the data
+
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ESACCI-CLOUD/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_rlutcs_198201-201612.nc')]
+with function argument(s)
+check_level = ,
+cmor_table = 'OBS',
+mip = 'Amon',
+frequency = 'mon',
+short_name = 'rlutcs'
+2025-05-08 08:51:15,255 UTC [42505] WARNING esmvalcore.cmor.check:223 There were warnings in variable rlutcs:
+ rlutcs: attribute positive not present
+loaded from file
+2025-05-08 08:51:15,255 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step clip_timerange
+2025-05-08 08:51:15,255 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'clip_timerange' on the data
+
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ESACCI-CLOUD/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_rlutcs_198201-201612.nc')]
+with function argument(s)
+timerange = '2005/2014'
+2025-05-08 08:51:15,258 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step fix_data
+2025-05-08 08:51:15,259 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'fix_data' on the data
+
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ESACCI-CLOUD/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_rlutcs_198201-201612.nc')]
+with function argument(s)
+session = Session({'auxiliary_data_dir': PosixPath('/home/bandela/auxiliary_data'),
+ 'check_level': ,
+ 'compress_netcdf': False,
+ 'config_developer_file': PosixPath('/home/bandela/src/esmvalgroup/esmvaltool/config-developer.yml'),
+ 'dask': {'profiles': {'debug': {'scheduler': 'synchronous'},
+ 'local_distributed': {'cluster': {'memory_limit': '4GiB',
+ 'n_workers': 2,
+ 'threads_per_worker': 2,
+ 'type': 'distributed.LocalCluster'}},
+ 'local_threaded': {'scheduler': 'threads'},
+ 'threaded': {'num_workers': 2}},
+ 'use': 'local_distributed'},
+ 'diagnostics': None,
+ 'download_dir': PosixPath('/home/bandela/climate_data'),
+ 'drs': {'CMIP3': 'ESGF',
+ 'CMIP5': 'ESGF',
+ 'CMIP6': 'ESGF',
+ 'CORDEX': 'ESGF',
+ 'OBS': 'default',
+ 'OBS6': 'default',
+ 'native6': 'default',
+ 'obs4MIPs': 'ESGF'},
+ 'exit_on_warning': False,
+ 'extra_facets_dir': [],
+ 'log_level': 'info',
+ 'logging': {'log_progress_interval': 0.0},
+ 'max_datasets': None,
+ 'max_parallel_tasks': 1,
+ 'max_years': None,
+ 'output_dir': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions'),
+ 'output_file_type': 'png',
+ 'profile_diagnostic': False,
+ 'remove_preproc_dir': True,
+ 'resume_from': [],
+ 'rootpath': {'OBS': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS')],
+ 'OBS6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS6')],
+ 'default': [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data')],
+ 'native6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/RAWOBS')],
+ 'obs4MIPs': {'/home/bandela/.cache/ref/ESMValTool/OBS': 'default',
+ '/home/bandela/climate_data': 'ESGF'}},
+ 'run_diagnostic': True,
+ 'save_intermediary_cubes': False,
+ 'search_esgf': 'never',
+ 'skip_nonexistent': False,
+ 'write_ncl_interface': False}),
+timerange = '2005/2014',
+mip = 'Amon',
+preprocessor = 'zonal_mean',
+derive = True,
+dataset = 'ESACCI-CLOUD',
+project = 'OBS',
+type = 'sat',
+version = 'AVHRR-AMPM-fv3.0',
+tier = 2,
+short_name = 'rlutcs',
+recipe_dataset_index = 2,
+alias = 'OBS_ESACCI-CLOUD',
+original_short_name = 'rlutcs',
+standard_name = 'toa_outgoing_longwave_flux_assuming_clear_sky',
+long_name = 'TOA Outgoing Clear-Sky Longwave Radiation',
+units = 'W m-2',
+modeling_realm = ['atmos'],
+frequency = 'mon'
+2025-05-08 08:51:15,260 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step cmor_check_data
+2025-05-08 08:51:15,260 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'cmor_check_data' on the data
+
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ESACCI-CLOUD/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_rlutcs_198201-201612.nc')]
+with function argument(s)
+check_level = ,
+cmor_table = 'OBS',
+mip = 'Amon',
+frequency = 'mon',
+short_name = 'rlutcs'
+2025-05-08 08:51:15,260 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step add_supplementary_variables
+2025-05-08 08:51:15,260 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'add_supplementary_variables' on the data
+
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ESACCI-CLOUD/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_rlutcs_198201-201612.nc')]
+with function argument(s)
+supplementary_cubes = []
+2025-05-08 08:51:15,260 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step derive
+2025-05-08 08:51:15,261 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'derive' on the data
+[,
+ ]
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ESACCI-CLOUD/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_rlut_198201-201612.nc'),
+ LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ESACCI-CLOUD/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_rlutcs_198201-201612.nc')]
+with function argument(s)
+short_name = 'lwcre',
+standard_name = '',
+long_name = 'TOA Longwave Cloud Radiative Effect',
+units = 'W m-2'
+2025-05-08 08:51:15,263 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step regrid
+2025-05-08 08:51:15,264 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'regrid' on the data
+
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ESACCI-CLOUD/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_rlut_198201-201612.nc'),
+ LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ESACCI-CLOUD/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_rlutcs_198201-201612.nc')]
+with function argument(s)
+scheme = {'reference': 'esmf_regrid.schemes:ESMFAreaWeighted'},
+target_grid = '1x1'
+2025-05-08 08:51:15,264 UTC [42505] DEBUG esmvalcore.preprocessor._regrid:634 Loaded regridding scheme ESMFAreaWeighted(mdtol=0)
+2025-05-08 08:51:19,374 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step zonal_statistics
+2025-05-08 08:51:19,374 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'zonal_statistics' on the data
+
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ESACCI-CLOUD/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_rlut_198201-201612.nc'),
+ LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ESACCI-CLOUD/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_rlutcs_198201-201612.nc')]
+with function argument(s)
+operator = 'mean'
+2025-05-08 08:51:19,377 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step climate_statistics
+2025-05-08 08:51:19,377 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'climate_statistics' on the data
+
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ESACCI-CLOUD/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_rlut_198201-201612.nc'),
+ LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ESACCI-CLOUD/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_rlutcs_198201-201612.nc')]
+with function argument(s)
+period = 'full'
+2025-05-08 08:51:19,388 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step save
+2025-05-08 08:51:19,389 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'save' on the data
+[]
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ESACCI-CLOUD/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_rlut_198201-201612.nc'),
+ LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ESACCI-CLOUD/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_rlutcs_198201-201612.nc')]
+with function argument(s)
+compress = False,
+compute = False,
+filename = PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_profiles/lwcre/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_lwcre_2005-2014.nc')
+2025-05-08 08:51:19,389 UTC [42505] DEBUG esmvalcore.preprocessor._io:497 Saving cube:
+TOA Longwave Cloud Radiative Effect / (W m-2) (latitude: 180)
+ Dimension coordinates:
+ latitude x
+ Scalar coordinates:
+ longitude 180.0 degrees_east, bound=(0.0, 360.0) degrees_east
+ time 2010-01-01 00:00:00, bound=(2005-01-01 00:00:00, 2015-01-01 00:00:00)
+ Cell methods:
+ 0 longitude: mean
+ 1 time: mean
+ Attributes:
+ conventions 'CF/CMOR'
+ host 'l10390.lvt.dkrz.de'
+ positive 'down'
+ reference 'Stengel et al., Earth Syst. Sci. Data, doi:10.5194/essd-9-881-2017, 20 ...'
+ source 'https://public.satproj.klima.dwd.de/data/ESA_Cloud_CCI/CLD_PRODUCTS/v3 ...'
+ tier np.int32(2)
+ title 'ESACCI-CLOUD data reformatted for the ESMValTool v2.0'
+ user 'b380103'
+with lazy data to /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_profiles/lwcre/OBS_ESACCI-CLOUD_sat_AVHRR-AMPM-fv3.0_Amon_lwcre_2005-2014.nc
+2025-05-08 08:51:19,396 UTC [42505] DEBUG esmvalcore.preprocessor:724 Applying single-model steps to PreprocessorFile: /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_profiles/lwcre/OBS_ISCCP-FH_sat_v0_Amon_lwcre_2005-2014.nc
+2025-05-08 08:51:19,396 UTC [42505] DEBUG esmvalcore.esgf._download:560 All required data is available locally, not downloading anything.
+2025-05-08 08:51:19,396 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step fix_file
+2025-05-08 08:51:19,396 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'fix_file' on the data
+LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ISCCP-FH/OBS_ISCCP-FH_sat_v0_Amon_rlut_198401-201612.nc')
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ISCCP-FH/OBS_ISCCP-FH_sat_v0_Amon_rlut_198401-201612.nc')]
+with function argument(s)
+output_dir = PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/fixed_files/rlut_Amon_OBS_ISCCP-FH_v0_'),
+add_unique_suffix = True,
+session = Session({'auxiliary_data_dir': PosixPath('/home/bandela/auxiliary_data'),
+ 'check_level': ,
+ 'compress_netcdf': False,
+ 'config_developer_file': PosixPath('/home/bandela/src/esmvalgroup/esmvaltool/config-developer.yml'),
+ 'dask': {'profiles': {'debug': {'scheduler': 'synchronous'},
+ 'local_distributed': {'cluster': {'memory_limit': '4GiB',
+ 'n_workers': 2,
+ 'threads_per_worker': 2,
+ 'type': 'distributed.LocalCluster'}},
+ 'local_threaded': {'scheduler': 'threads'},
+ 'threaded': {'num_workers': 2}},
+ 'use': 'local_distributed'},
+ 'diagnostics': None,
+ 'download_dir': PosixPath('/home/bandela/climate_data'),
+ 'drs': {'CMIP3': 'ESGF',
+ 'CMIP5': 'ESGF',
+ 'CMIP6': 'ESGF',
+ 'CORDEX': 'ESGF',
+ 'OBS': 'default',
+ 'OBS6': 'default',
+ 'native6': 'default',
+ 'obs4MIPs': 'ESGF'},
+ 'exit_on_warning': False,
+ 'extra_facets_dir': [],
+ 'log_level': 'info',
+ 'logging': {'log_progress_interval': 0.0},
+ 'max_datasets': None,
+ 'max_parallel_tasks': 1,
+ 'max_years': None,
+ 'output_dir': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions'),
+ 'output_file_type': 'png',
+ 'profile_diagnostic': False,
+ 'remove_preproc_dir': True,
+ 'resume_from': [],
+ 'rootpath': {'OBS': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS')],
+ 'OBS6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS6')],
+ 'default': [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data')],
+ 'native6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/RAWOBS')],
+ 'obs4MIPs': {'/home/bandela/.cache/ref/ESMValTool/OBS': 'default',
+ '/home/bandela/climate_data': 'ESGF'}},
+ 'run_diagnostic': True,
+ 'save_intermediary_cubes': False,
+ 'search_esgf': 'never',
+ 'skip_nonexistent': False,
+ 'write_ncl_interface': False}),
+timerange = '2005/2014',
+mip = 'Amon',
+preprocessor = 'zonal_mean',
+derive = True,
+dataset = 'ISCCP-FH',
+project = 'OBS',
+type = 'sat',
+version = 'v0',
+tier = 2,
+short_name = 'rlut',
+recipe_dataset_index = 3,
+alias = 'OBS_ISCCP-FH',
+original_short_name = 'rlut',
+standard_name = 'toa_outgoing_longwave_flux',
+long_name = 'TOA Outgoing Longwave Radiation',
+units = 'W m-2',
+modeling_realm = ['atmos'],
+frequency = 'mon'
+2025-05-08 08:51:19,397 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step load
+2025-05-08 08:51:19,397 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'load' on the data
+LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ISCCP-FH/OBS_ISCCP-FH_sat_v0_Amon_rlut_198401-201612.nc')
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ISCCP-FH/OBS_ISCCP-FH_sat_v0_Amon_rlut_198401-201612.nc')]
+with function argument(s)
+ignore_warnings = None
+2025-05-08 08:51:19,397 UTC [42505] DEBUG esmvalcore.preprocessor._io:103 Loading:
+/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ISCCP-FH/OBS_ISCCP-FH_sat_v0_Amon_rlut_198401-201612.nc
+2025-05-08 08:51:19,472 UTC [42505] DEBUG esmvalcore.preprocessor._io:151 Done with loading /home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ISCCP-FH/OBS_ISCCP-FH_sat_v0_Amon_rlut_198401-201612.nc
+2025-05-08 08:51:19,472 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step fix_metadata
+2025-05-08 08:51:19,474 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'fix_metadata' on the data
+[]
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ISCCP-FH/OBS_ISCCP-FH_sat_v0_Amon_rlut_198401-201612.nc')]
+with function argument(s)
+session = Session({'auxiliary_data_dir': PosixPath('/home/bandela/auxiliary_data'),
+ 'check_level': ,
+ 'compress_netcdf': False,
+ 'config_developer_file': PosixPath('/home/bandela/src/esmvalgroup/esmvaltool/config-developer.yml'),
+ 'dask': {'profiles': {'debug': {'scheduler': 'synchronous'},
+ 'local_distributed': {'cluster': {'memory_limit': '4GiB',
+ 'n_workers': 2,
+ 'threads_per_worker': 2,
+ 'type': 'distributed.LocalCluster'}},
+ 'local_threaded': {'scheduler': 'threads'},
+ 'threaded': {'num_workers': 2}},
+ 'use': 'local_distributed'},
+ 'diagnostics': None,
+ 'download_dir': PosixPath('/home/bandela/climate_data'),
+ 'drs': {'CMIP3': 'ESGF',
+ 'CMIP5': 'ESGF',
+ 'CMIP6': 'ESGF',
+ 'CORDEX': 'ESGF',
+ 'OBS': 'default',
+ 'OBS6': 'default',
+ 'native6': 'default',
+ 'obs4MIPs': 'ESGF'},
+ 'exit_on_warning': False,
+ 'extra_facets_dir': [],
+ 'log_level': 'info',
+ 'logging': {'log_progress_interval': 0.0},
+ 'max_datasets': None,
+ 'max_parallel_tasks': 1,
+ 'max_years': None,
+ 'output_dir': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions'),
+ 'output_file_type': 'png',
+ 'profile_diagnostic': False,
+ 'remove_preproc_dir': True,
+ 'resume_from': [],
+ 'rootpath': {'OBS': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS')],
+ 'OBS6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS6')],
+ 'default': [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data')],
+ 'native6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/RAWOBS')],
+ 'obs4MIPs': {'/home/bandela/.cache/ref/ESMValTool/OBS': 'default',
+ '/home/bandela/climate_data': 'ESGF'}},
+ 'run_diagnostic': True,
+ 'save_intermediary_cubes': False,
+ 'search_esgf': 'never',
+ 'skip_nonexistent': False,
+ 'write_ncl_interface': False}),
+timerange = '2005/2014',
+mip = 'Amon',
+preprocessor = 'zonal_mean',
+derive = True,
+dataset = 'ISCCP-FH',
+project = 'OBS',
+type = 'sat',
+version = 'v0',
+tier = 2,
+short_name = 'rlut',
+recipe_dataset_index = 3,
+alias = 'OBS_ISCCP-FH',
+original_short_name = 'rlut',
+standard_name = 'toa_outgoing_longwave_flux',
+long_name = 'TOA Outgoing Longwave Radiation',
+units = 'W m-2',
+modeling_realm = ['atmos'],
+frequency = 'mon'
+2025-05-08 08:51:19,474 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step concatenate
+2025-05-08 08:51:19,475 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'concatenate' on the data
+[]
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ISCCP-FH/OBS_ISCCP-FH_sat_v0_Amon_rlut_198401-201612.nc')]
+with function argument(s)
+check_level =
+2025-05-08 08:51:19,475 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step cmor_check_metadata
+2025-05-08 08:51:19,475 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'cmor_check_metadata' on the data
+
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ISCCP-FH/OBS_ISCCP-FH_sat_v0_Amon_rlut_198401-201612.nc')]
+with function argument(s)
+check_level = ,
+cmor_table = 'OBS',
+mip = 'Amon',
+frequency = 'mon',
+short_name = 'rlut'
+2025-05-08 08:51:19,477 UTC [42505] WARNING esmvalcore.cmor.check:223 There were warnings in variable rlut:
+ rlut: attribute positive not present
+loaded from file
+2025-05-08 08:51:19,477 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step clip_timerange
+2025-05-08 08:51:19,478 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'clip_timerange' on the data
+
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ISCCP-FH/OBS_ISCCP-FH_sat_v0_Amon_rlut_198401-201612.nc')]
+with function argument(s)
+timerange = '2005/2014'
+2025-05-08 08:51:19,480 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step fix_data
+2025-05-08 08:51:19,481 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'fix_data' on the data
+
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ISCCP-FH/OBS_ISCCP-FH_sat_v0_Amon_rlut_198401-201612.nc')]
+with function argument(s)
+session = Session({'auxiliary_data_dir': PosixPath('/home/bandela/auxiliary_data'),
+ 'check_level': ,
+ 'compress_netcdf': False,
+ 'config_developer_file': PosixPath('/home/bandela/src/esmvalgroup/esmvaltool/config-developer.yml'),
+ 'dask': {'profiles': {'debug': {'scheduler': 'synchronous'},
+ 'local_distributed': {'cluster': {'memory_limit': '4GiB',
+ 'n_workers': 2,
+ 'threads_per_worker': 2,
+ 'type': 'distributed.LocalCluster'}},
+ 'local_threaded': {'scheduler': 'threads'},
+ 'threaded': {'num_workers': 2}},
+ 'use': 'local_distributed'},
+ 'diagnostics': None,
+ 'download_dir': PosixPath('/home/bandela/climate_data'),
+ 'drs': {'CMIP3': 'ESGF',
+ 'CMIP5': 'ESGF',
+ 'CMIP6': 'ESGF',
+ 'CORDEX': 'ESGF',
+ 'OBS': 'default',
+ 'OBS6': 'default',
+ 'native6': 'default',
+ 'obs4MIPs': 'ESGF'},
+ 'exit_on_warning': False,
+ 'extra_facets_dir': [],
+ 'log_level': 'info',
+ 'logging': {'log_progress_interval': 0.0},
+ 'max_datasets': None,
+ 'max_parallel_tasks': 1,
+ 'max_years': None,
+ 'output_dir': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions'),
+ 'output_file_type': 'png',
+ 'profile_diagnostic': False,
+ 'remove_preproc_dir': True,
+ 'resume_from': [],
+ 'rootpath': {'OBS': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS')],
+ 'OBS6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS6')],
+ 'default': [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data')],
+ 'native6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/RAWOBS')],
+ 'obs4MIPs': {'/home/bandela/.cache/ref/ESMValTool/OBS': 'default',
+ '/home/bandela/climate_data': 'ESGF'}},
+ 'run_diagnostic': True,
+ 'save_intermediary_cubes': False,
+ 'search_esgf': 'never',
+ 'skip_nonexistent': False,
+ 'write_ncl_interface': False}),
+timerange = '2005/2014',
+mip = 'Amon',
+preprocessor = 'zonal_mean',
+derive = True,
+dataset = 'ISCCP-FH',
+project = 'OBS',
+type = 'sat',
+version = 'v0',
+tier = 2,
+short_name = 'rlut',
+recipe_dataset_index = 3,
+alias = 'OBS_ISCCP-FH',
+original_short_name = 'rlut',
+standard_name = 'toa_outgoing_longwave_flux',
+long_name = 'TOA Outgoing Longwave Radiation',
+units = 'W m-2',
+modeling_realm = ['atmos'],
+frequency = 'mon'
+2025-05-08 08:51:19,481 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step cmor_check_data
+2025-05-08 08:51:19,481 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'cmor_check_data' on the data
+
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ISCCP-FH/OBS_ISCCP-FH_sat_v0_Amon_rlut_198401-201612.nc')]
+with function argument(s)
+check_level = ,
+cmor_table = 'OBS',
+mip = 'Amon',
+frequency = 'mon',
+short_name = 'rlut'
+2025-05-08 08:51:19,481 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step add_supplementary_variables
+2025-05-08 08:51:19,482 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'add_supplementary_variables' on the data
+
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ISCCP-FH/OBS_ISCCP-FH_sat_v0_Amon_rlut_198401-201612.nc')]
+with function argument(s)
+supplementary_cubes = []
+2025-05-08 08:51:19,482 UTC [42505] DEBUG esmvalcore.esgf._download:560 All required data is available locally, not downloading anything.
+2025-05-08 08:51:19,482 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step fix_file
+2025-05-08 08:51:19,482 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'fix_file' on the data
+LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ISCCP-FH/OBS_ISCCP-FH_sat_v0_Amon_rlutcs_198401-201612.nc')
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ISCCP-FH/OBS_ISCCP-FH_sat_v0_Amon_rlutcs_198401-201612.nc')]
+with function argument(s)
+output_dir = PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/fixed_files/rlutcs_Amon_OBS_ISCCP-FH_v0_'),
+add_unique_suffix = True,
+session = Session({'auxiliary_data_dir': PosixPath('/home/bandela/auxiliary_data'),
+ 'check_level': ,
+ 'compress_netcdf': False,
+ 'config_developer_file': PosixPath('/home/bandela/src/esmvalgroup/esmvaltool/config-developer.yml'),
+ 'dask': {'profiles': {'debug': {'scheduler': 'synchronous'},
+ 'local_distributed': {'cluster': {'memory_limit': '4GiB',
+ 'n_workers': 2,
+ 'threads_per_worker': 2,
+ 'type': 'distributed.LocalCluster'}},
+ 'local_threaded': {'scheduler': 'threads'},
+ 'threaded': {'num_workers': 2}},
+ 'use': 'local_distributed'},
+ 'diagnostics': None,
+ 'download_dir': PosixPath('/home/bandela/climate_data'),
+ 'drs': {'CMIP3': 'ESGF',
+ 'CMIP5': 'ESGF',
+ 'CMIP6': 'ESGF',
+ 'CORDEX': 'ESGF',
+ 'OBS': 'default',
+ 'OBS6': 'default',
+ 'native6': 'default',
+ 'obs4MIPs': 'ESGF'},
+ 'exit_on_warning': False,
+ 'extra_facets_dir': [],
+ 'log_level': 'info',
+ 'logging': {'log_progress_interval': 0.0},
+ 'max_datasets': None,
+ 'max_parallel_tasks': 1,
+ 'max_years': None,
+ 'output_dir': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions'),
+ 'output_file_type': 'png',
+ 'profile_diagnostic': False,
+ 'remove_preproc_dir': True,
+ 'resume_from': [],
+ 'rootpath': {'OBS': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS')],
+ 'OBS6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS6')],
+ 'default': [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data')],
+ 'native6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/RAWOBS')],
+ 'obs4MIPs': {'/home/bandela/.cache/ref/ESMValTool/OBS': 'default',
+ '/home/bandela/climate_data': 'ESGF'}},
+ 'run_diagnostic': True,
+ 'save_intermediary_cubes': False,
+ 'search_esgf': 'never',
+ 'skip_nonexistent': False,
+ 'write_ncl_interface': False}),
+timerange = '2005/2014',
+mip = 'Amon',
+preprocessor = 'zonal_mean',
+derive = True,
+dataset = 'ISCCP-FH',
+project = 'OBS',
+type = 'sat',
+version = 'v0',
+tier = 2,
+short_name = 'rlutcs',
+recipe_dataset_index = 3,
+alias = 'OBS_ISCCP-FH',
+original_short_name = 'rlutcs',
+standard_name = 'toa_outgoing_longwave_flux_assuming_clear_sky',
+long_name = 'TOA Outgoing Clear-Sky Longwave Radiation',
+units = 'W m-2',
+modeling_realm = ['atmos'],
+frequency = 'mon'
+2025-05-08 08:51:19,482 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step load
+2025-05-08 08:51:19,482 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'load' on the data
+LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ISCCP-FH/OBS_ISCCP-FH_sat_v0_Amon_rlutcs_198401-201612.nc')
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ISCCP-FH/OBS_ISCCP-FH_sat_v0_Amon_rlutcs_198401-201612.nc')]
+with function argument(s)
+ignore_warnings = None
+2025-05-08 08:51:19,482 UTC [42505] DEBUG esmvalcore.preprocessor._io:103 Loading:
+/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ISCCP-FH/OBS_ISCCP-FH_sat_v0_Amon_rlutcs_198401-201612.nc
+2025-05-08 08:51:19,540 UTC [42505] DEBUG esmvalcore.preprocessor._io:151 Done with loading /home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ISCCP-FH/OBS_ISCCP-FH_sat_v0_Amon_rlutcs_198401-201612.nc
+2025-05-08 08:51:19,540 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step fix_metadata
+2025-05-08 08:51:19,542 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'fix_metadata' on the data
+[]
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ISCCP-FH/OBS_ISCCP-FH_sat_v0_Amon_rlutcs_198401-201612.nc')]
+with function argument(s)
+session = Session({'auxiliary_data_dir': PosixPath('/home/bandela/auxiliary_data'),
+ 'check_level': ,
+ 'compress_netcdf': False,
+ 'config_developer_file': PosixPath('/home/bandela/src/esmvalgroup/esmvaltool/config-developer.yml'),
+ 'dask': {'profiles': {'debug': {'scheduler': 'synchronous'},
+ 'local_distributed': {'cluster': {'memory_limit': '4GiB',
+ 'n_workers': 2,
+ 'threads_per_worker': 2,
+ 'type': 'distributed.LocalCluster'}},
+ 'local_threaded': {'scheduler': 'threads'},
+ 'threaded': {'num_workers': 2}},
+ 'use': 'local_distributed'},
+ 'diagnostics': None,
+ 'download_dir': PosixPath('/home/bandela/climate_data'),
+ 'drs': {'CMIP3': 'ESGF',
+ 'CMIP5': 'ESGF',
+ 'CMIP6': 'ESGF',
+ 'CORDEX': 'ESGF',
+ 'OBS': 'default',
+ 'OBS6': 'default',
+ 'native6': 'default',
+ 'obs4MIPs': 'ESGF'},
+ 'exit_on_warning': False,
+ 'extra_facets_dir': [],
+ 'log_level': 'info',
+ 'logging': {'log_progress_interval': 0.0},
+ 'max_datasets': None,
+ 'max_parallel_tasks': 1,
+ 'max_years': None,
+ 'output_dir': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions'),
+ 'output_file_type': 'png',
+ 'profile_diagnostic': False,
+ 'remove_preproc_dir': True,
+ 'resume_from': [],
+ 'rootpath': {'OBS': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS')],
+ 'OBS6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS6')],
+ 'default': [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data')],
+ 'native6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/RAWOBS')],
+ 'obs4MIPs': {'/home/bandela/.cache/ref/ESMValTool/OBS': 'default',
+ '/home/bandela/climate_data': 'ESGF'}},
+ 'run_diagnostic': True,
+ 'save_intermediary_cubes': False,
+ 'search_esgf': 'never',
+ 'skip_nonexistent': False,
+ 'write_ncl_interface': False}),
+timerange = '2005/2014',
+mip = 'Amon',
+preprocessor = 'zonal_mean',
+derive = True,
+dataset = 'ISCCP-FH',
+project = 'OBS',
+type = 'sat',
+version = 'v0',
+tier = 2,
+short_name = 'rlutcs',
+recipe_dataset_index = 3,
+alias = 'OBS_ISCCP-FH',
+original_short_name = 'rlutcs',
+standard_name = 'toa_outgoing_longwave_flux_assuming_clear_sky',
+long_name = 'TOA Outgoing Clear-Sky Longwave Radiation',
+units = 'W m-2',
+modeling_realm = ['atmos'],
+frequency = 'mon'
+2025-05-08 08:51:19,543 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step concatenate
+2025-05-08 08:51:19,544 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'concatenate' on the data
+[]
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ISCCP-FH/OBS_ISCCP-FH_sat_v0_Amon_rlutcs_198401-201612.nc')]
+with function argument(s)
+check_level =
+2025-05-08 08:51:19,544 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step cmor_check_metadata
+2025-05-08 08:51:19,544 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'cmor_check_metadata' on the data
+
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ISCCP-FH/OBS_ISCCP-FH_sat_v0_Amon_rlutcs_198401-201612.nc')]
+with function argument(s)
+check_level = ,
+cmor_table = 'OBS',
+mip = 'Amon',
+frequency = 'mon',
+short_name = 'rlutcs'
+2025-05-08 08:51:19,546 UTC [42505] WARNING esmvalcore.cmor.check:223 There were warnings in variable rlutcs:
+ rlutcs: attribute positive not present
+loaded from file
+2025-05-08 08:51:19,546 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step clip_timerange
+2025-05-08 08:51:19,546 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'clip_timerange' on the data
+
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ISCCP-FH/OBS_ISCCP-FH_sat_v0_Amon_rlutcs_198401-201612.nc')]
+with function argument(s)
+timerange = '2005/2014'
+2025-05-08 08:51:19,548 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step fix_data
+2025-05-08 08:51:19,549 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'fix_data' on the data
+
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ISCCP-FH/OBS_ISCCP-FH_sat_v0_Amon_rlutcs_198401-201612.nc')]
+with function argument(s)
+session = Session({'auxiliary_data_dir': PosixPath('/home/bandela/auxiliary_data'),
+ 'check_level': ,
+ 'compress_netcdf': False,
+ 'config_developer_file': PosixPath('/home/bandela/src/esmvalgroup/esmvaltool/config-developer.yml'),
+ 'dask': {'profiles': {'debug': {'scheduler': 'synchronous'},
+ 'local_distributed': {'cluster': {'memory_limit': '4GiB',
+ 'n_workers': 2,
+ 'threads_per_worker': 2,
+ 'type': 'distributed.LocalCluster'}},
+ 'local_threaded': {'scheduler': 'threads'},
+ 'threaded': {'num_workers': 2}},
+ 'use': 'local_distributed'},
+ 'diagnostics': None,
+ 'download_dir': PosixPath('/home/bandela/climate_data'),
+ 'drs': {'CMIP3': 'ESGF',
+ 'CMIP5': 'ESGF',
+ 'CMIP6': 'ESGF',
+ 'CORDEX': 'ESGF',
+ 'OBS': 'default',
+ 'OBS6': 'default',
+ 'native6': 'default',
+ 'obs4MIPs': 'ESGF'},
+ 'exit_on_warning': False,
+ 'extra_facets_dir': [],
+ 'log_level': 'info',
+ 'logging': {'log_progress_interval': 0.0},
+ 'max_datasets': None,
+ 'max_parallel_tasks': 1,
+ 'max_years': None,
+ 'output_dir': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions'),
+ 'output_file_type': 'png',
+ 'profile_diagnostic': False,
+ 'remove_preproc_dir': True,
+ 'resume_from': [],
+ 'rootpath': {'OBS': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS')],
+ 'OBS6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS6')],
+ 'default': [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data')],
+ 'native6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/RAWOBS')],
+ 'obs4MIPs': {'/home/bandela/.cache/ref/ESMValTool/OBS': 'default',
+ '/home/bandela/climate_data': 'ESGF'}},
+ 'run_diagnostic': True,
+ 'save_intermediary_cubes': False,
+ 'search_esgf': 'never',
+ 'skip_nonexistent': False,
+ 'write_ncl_interface': False}),
+timerange = '2005/2014',
+mip = 'Amon',
+preprocessor = 'zonal_mean',
+derive = True,
+dataset = 'ISCCP-FH',
+project = 'OBS',
+type = 'sat',
+version = 'v0',
+tier = 2,
+short_name = 'rlutcs',
+recipe_dataset_index = 3,
+alias = 'OBS_ISCCP-FH',
+original_short_name = 'rlutcs',
+standard_name = 'toa_outgoing_longwave_flux_assuming_clear_sky',
+long_name = 'TOA Outgoing Clear-Sky Longwave Radiation',
+units = 'W m-2',
+modeling_realm = ['atmos'],
+frequency = 'mon'
+2025-05-08 08:51:19,549 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step cmor_check_data
+2025-05-08 08:51:19,549 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'cmor_check_data' on the data
+
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ISCCP-FH/OBS_ISCCP-FH_sat_v0_Amon_rlutcs_198401-201612.nc')]
+with function argument(s)
+check_level = ,
+cmor_table = 'OBS',
+mip = 'Amon',
+frequency = 'mon',
+short_name = 'rlutcs'
+2025-05-08 08:51:19,549 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step add_supplementary_variables
+2025-05-08 08:51:19,550 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'add_supplementary_variables' on the data
+
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ISCCP-FH/OBS_ISCCP-FH_sat_v0_Amon_rlutcs_198401-201612.nc')]
+with function argument(s)
+supplementary_cubes = []
+2025-05-08 08:51:19,550 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step derive
+2025-05-08 08:51:19,551 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'derive' on the data
+[,
+ ]
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ISCCP-FH/OBS_ISCCP-FH_sat_v0_Amon_rlut_198401-201612.nc'),
+ LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ISCCP-FH/OBS_ISCCP-FH_sat_v0_Amon_rlutcs_198401-201612.nc')]
+with function argument(s)
+short_name = 'lwcre',
+standard_name = '',
+long_name = 'TOA Longwave Cloud Radiative Effect',
+units = 'W m-2'
+2025-05-08 08:51:19,552 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step regrid
+2025-05-08 08:51:19,553 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'regrid' on the data
+
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ISCCP-FH/OBS_ISCCP-FH_sat_v0_Amon_rlut_198401-201612.nc'),
+ LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ISCCP-FH/OBS_ISCCP-FH_sat_v0_Amon_rlutcs_198401-201612.nc')]
+with function argument(s)
+scheme = {'reference': 'esmf_regrid.schemes:ESMFAreaWeighted'},
+target_grid = '1x1'
+2025-05-08 08:51:19,553 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step zonal_statistics
+2025-05-08 08:51:19,554 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'zonal_statistics' on the data
+
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ISCCP-FH/OBS_ISCCP-FH_sat_v0_Amon_rlut_198401-201612.nc'),
+ LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ISCCP-FH/OBS_ISCCP-FH_sat_v0_Amon_rlutcs_198401-201612.nc')]
+with function argument(s)
+operator = 'mean'
+2025-05-08 08:51:19,556 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step climate_statistics
+2025-05-08 08:51:19,557 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'climate_statistics' on the data
+
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ISCCP-FH/OBS_ISCCP-FH_sat_v0_Amon_rlut_198401-201612.nc'),
+ LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ISCCP-FH/OBS_ISCCP-FH_sat_v0_Amon_rlutcs_198401-201612.nc')]
+with function argument(s)
+period = 'full'
+2025-05-08 08:51:19,567 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step save
+2025-05-08 08:51:19,567 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'save' on the data
+[]
+loaded from original input file(s)
+[LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ISCCP-FH/OBS_ISCCP-FH_sat_v0_Amon_rlut_198401-201612.nc'),
+ LocalFile('/home/bandela/.cache/ref/ESMValTool/OBS/Tier2/ISCCP-FH/OBS_ISCCP-FH_sat_v0_Amon_rlutcs_198401-201612.nc')]
+with function argument(s)
+compress = False,
+compute = False,
+filename = PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_profiles/lwcre/OBS_ISCCP-FH_sat_v0_Amon_lwcre_2005-2014.nc')
+2025-05-08 08:51:19,567 UTC [42505] DEBUG esmvalcore.preprocessor._io:497 Saving cube:
+TOA Longwave Cloud Radiative Effect / (W m-2) (latitude: 180)
+ Dimension coordinates:
+ latitude x
+ Scalar coordinates:
+ longitude 180.0 degrees_east, bound=(0.0, 360.0) degrees_east
+ time 2010-01-01 00:00:00, bound=(2005-01-01 00:00:00, 2015-01-01 00:00:00)
+ Cell methods:
+ 0 longitude: mean
+ 1 time: mean
+ Attributes:
+ NCO 'netCDF Operators version 5.0.6 (Homepage = http://nco.sf.net, Code = h ...'
+ conventions 'CF/CMOR'
+ host 'mistralpp3.hpc.dkrz.de'
+ positive 'down'
+ reference 'Zhang et al., Study of Cloud and Water Processes in Weather and Climate ...'
+ source 'https://isccp.giss.nasa.gov/projects/flux.html'
+ tier np.int32(2)
+ title 'ISCCP-FH data reformatted for the ESMValTool v2.0'
+ user 'b380103'
+with lazy data to /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_profiles/lwcre/OBS_ISCCP-FH_sat_v0_Amon_lwcre_2005-2014.nc
+2025-05-08 08:51:19,574 UTC [42505] INFO esmvalcore.preprocessor:747 Computing and saving data for preprocessing task plot_profiles/lwcre
+2025-05-08 08:51:19,576 UTC [42505] DEBUG asyncio:64 Using selector: EpollSelector
+2025-05-08 08:51:21,665 UTC [42505] INFO esmvalcore._task:295 Successfully completed task plot_profiles/lwcre (priority 4) in 0:00:07.359374
+2025-05-08 08:51:21,665 UTC [42505] INFO esmvalcore._task:289 Starting task plot_profiles/swcre in process [42505]
+2025-05-08 08:51:21,704 UTC [42505] DEBUG esmvalcore.preprocessor:716 Running block ['derive', 'regrid', 'zonal_statistics', 'climate_statistics']
+2025-05-08 08:51:21,704 UTC [42505] DEBUG esmvalcore.preprocessor:724 Applying single-model steps to PreprocessorFile: /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/plot_profiles/swcre/CMIP6_ACCESS-ESM1-5_Amon_historical_r1i1p1f1_swcre_gn_2005-2014.nc
+2025-05-08 08:51:21,704 UTC [42505] DEBUG esmvalcore.esgf._download:560 All required data is available locally, not downloading anything.
+2025-05-08 08:51:21,705 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step fix_file
+2025-05-08 08:51:21,705 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'fix_file' on the data
+LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rsut/gn/v20191115/rsut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200001-201412.nc')
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rsut/gn/v20191115/rsut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200001-201412.nc')]
+with function argument(s)
+output_dir = PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions/recipe_20250508_085102/preproc/fixed_files/rsut_Amon_CMIP6_ACCESS-ESM1-5_CMIP_historical_r1i1p1f1_gn_v20191115_'),
+add_unique_suffix = True,
+session = Session({'auxiliary_data_dir': PosixPath('/home/bandela/auxiliary_data'),
+ 'check_level': ,
+ 'compress_netcdf': False,
+ 'config_developer_file': PosixPath('/home/bandela/src/esmvalgroup/esmvaltool/config-developer.yml'),
+ 'dask': {'profiles': {'debug': {'scheduler': 'synchronous'},
+ 'local_distributed': {'cluster': {'memory_limit': '4GiB',
+ 'n_workers': 2,
+ 'threads_per_worker': 2,
+ 'type': 'distributed.LocalCluster'}},
+ 'local_threaded': {'scheduler': 'threads'},
+ 'threaded': {'num_workers': 2}},
+ 'use': 'local_distributed'},
+ 'diagnostics': None,
+ 'download_dir': PosixPath('/home/bandela/climate_data'),
+ 'drs': {'CMIP3': 'ESGF',
+ 'CMIP5': 'ESGF',
+ 'CMIP6': 'ESGF',
+ 'CORDEX': 'ESGF',
+ 'OBS': 'default',
+ 'OBS6': 'default',
+ 'native6': 'default',
+ 'obs4MIPs': 'ESGF'},
+ 'exit_on_warning': False,
+ 'extra_facets_dir': [],
+ 'log_level': 'info',
+ 'logging': {'log_progress_interval': 0.0},
+ 'max_datasets': None,
+ 'max_parallel_tasks': 1,
+ 'max_years': None,
+ 'output_dir': PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/executions'),
+ 'output_file_type': 'png',
+ 'profile_diagnostic': False,
+ 'remove_preproc_dir': True,
+ 'resume_from': [],
+ 'rootpath': {'OBS': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS')],
+ 'OBS6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/OBS6')],
+ 'default': [PosixPath('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data')],
+ 'native6': [PosixPath('/home/bandela/.cache/ref/ESMValTool/RAWOBS')],
+ 'obs4MIPs': {'/home/bandela/.cache/ref/ESMValTool/OBS': 'default',
+ '/home/bandela/climate_data': 'ESGF'}},
+ 'run_diagnostic': True,
+ 'save_intermediary_cubes': False,
+ 'search_esgf': 'never',
+ 'skip_nonexistent': False,
+ 'write_ncl_interface': False}),
+timerange = '2005/2014',
+mip = 'Amon',
+preprocessor = 'zonal_mean',
+derive = True,
+project = 'CMIP6',
+activity = 'CMIP',
+dataset = 'ACCESS-ESM1-5',
+ensemble = 'r1i1p1f1',
+institute = 'CSIRO',
+exp = 'historical',
+grid = 'gn',
+short_name = 'rsut',
+recipe_dataset_index = 0,
+alias = 'CMIP6',
+original_short_name = 'rsut',
+standard_name = 'toa_outgoing_shortwave_flux',
+long_name = 'TOA Outgoing Shortwave Radiation',
+units = 'W m-2',
+modeling_realm = ['atmos'],
+frequency = 'mon',
+version = 'v20191115'
+2025-05-08 08:51:21,705 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step load
+2025-05-08 08:51:21,705 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'load' on the data
+LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rsut/gn/v20191115/rsut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200001-201412.nc')
+loaded from original input file(s)
+[LocalFile('/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rsut/gn/v20191115/rsut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200001-201412.nc')]
+with function argument(s)
+ignore_warnings = None
+2025-05-08 08:51:21,705 UTC [42505] DEBUG esmvalcore.preprocessor._io:103 Loading:
+/tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rsut/gn/v20191115/rsut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200001-201412.nc
+2025-05-08 08:51:21,713 UTC [42505] DEBUG esmvalcore.preprocessor._io:151 Done with loading /tmp/pytest-of-bandela/pytest-7/test_diagnostics_cloud_radiati0/climate_ref/packages.climate-ref-esmvaltool.tests.integration.test_diagnostics/test_diagnostics_cloud-radiative-effects_/scratch/esmvaltool/cloud-radiative-effects/3991a8f5d3b72d7aabc5f890b4dec9f43939895e/climate_data/CMIP6/CMIP/CSIRO/ACCESS-ESM1-5/historical/r1i1p1f1/Amon/rsut/gn/v20191115/rsut_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_200001-201412.nc
+2025-05-08 08:51:21,713 UTC [42505] DEBUG esmvalcore.preprocessor:411 Running preprocessor step fix_metadata
+2025-05-08 08:51:21,714 UTC [42505] DEBUG esmvalcore.preprocessor:358 Running preprocessor function 'fix_metadata' on the data
+[