sample-recipes/get_monthly_temperature_anomalies_since_2020.yaml (20 lines of code) (raw):
---
name: "Monthly temperature anomales"
description: "Get monthly temperature anomalies (global mean) from 2020 to 2024"
retrieve:
monthly_mean_temp:
product: ecv-for-climate-change
product_type: anomaly
variable: surface_air_temperature
time_aggregation: 1_month_mean
climate_reference_period: "1850_1900"
origin: "era5"
year: 2020-2024
month: 1-12
output: "./output/temperature/t2m_anomalies_1979_2020.nc"
process:
t2m_timeseries:
type: timeseries
data: monthly_mean_temp
variable: t2m
output: "./output/temperature/t2m_anomalies_1979_2020_timeseries.xlsx"