# ESMValTool # recipe_mydiag.yml documentation: title: My first recipe during the ESMValTool workshop at BCCR May 2023 description: This is a simple recipe that calculate the averaged global surface_temperature in recent years, and also the time series for the recent decades, plot the results, save the figures and the calculated data (e.g., the climatology and timeseries) authors: - unmaintained maintainer: - unmaintained datasets: - {dataset: EC-Earth3, project: CMIP6, exp: historical, ensemble: r1i1p1f1, start_year: 1990, end_year: 1999, grid: gr} - {dataset: BCC-ESM1, project: CMIP6, exp: historical, ensemble: r1i1p1f1, start_year: 1990, end_year: 1999, grid: gn} - {dataset: NorESM2-LM, project: CMIP6, exp: historical, ensemble: r1i1p1f1, start_year: 1990, end_year: 1999, grid: gn} preprocessors: pp_map: regrid: target_grid: 1x1 scheme: linear climate_statistics: operator: mean convert_units: units: degree_C pp_ts: regrid: target_grid: 1x1 scheme: linear area_statistics: operator: mean annual_statistics: operator: mean convert_units: units: degree_C diagnostics: temperature_map: title: Air temperature map description: Compute a air temperature climatology map variables: tas_map: short_name: tas preprocessor: pp_map mip: Amon scripts: myscript: script: /nird/home/daco/esmvaltool_workshop/mydiag.py