Fake dataset:
- {activity: CMIP, project: CMIP7, exp: historical, dataset: UKCM2-0-LL, institute: MOHC, ensemble: r1i1p1f3, exp: 1pctCO2, grid: g100, label_dataset: True}
Change time period:
end_year now 2021 (but testing with different dates for available fake data)
Change variables:
variables:
siconc:
preprocessor: pp_arctic_sept_sea_ice
realm: &siconc_realm seaIce
mip: *siconc_realm
frequency: mon
region: glb
branding_suffix: tavg-u-hxy-u
tas: &tas
preprocessor: pp_avg_ann_global_temp
realm: &tas_realm atmos
mip: *tas_realm
frequency: mon
region: glb
branding_suffix: tavg-h2m-hxy-u
(and equivalent for antarctic)
New section in my user config
projects:
CMIP7:
data:
local:
type: esmvalcore.io.local.LocalDataSource
rootpath: /my/data/dir/fake_cmip7_data
dirname_template: "{project}/{activity}/{institute}/{dataset}/{exp}/{ensemble}/{region}/{frequency}/{short_name}/{branding_suffix}/{grid}/{version}"
filename_template: "{short_name}_{branding_suffix}_{frequency}_{region}_{grid}_{dataset}_{exp}_{ensemble}*.nc"
Fake dataset:
- {activity: CMIP, project: CMIP7, exp: historical, dataset: UKCM2-0-LL, institute: MOHC, ensemble: r1i1p1f3, exp: 1pctCO2, grid: g100, label_dataset: True}Change time period:
end_yearnow 2021 (but testing with different dates for available fake data)Change variables:
(and equivalent for antarctic)
New section in my user config