Running recipe_bock20jgr_fig_1-4.yml #3523
Unanswered
tugiyo523
asked this question in
New to ESMValTool
Replies: 1 comment
-
@LisaBock can you help with this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I run this :
ESMValTool
recipe_bock20jgr_fig_1-4.yml
preprocessors:
clim_ref:
regrid:
target_grid: reference_dataset
scheme: linear
multi_model_statistics:
span: full
statistics: [mean]
exclude: [reference_dataset]
CMIP6_tas: &cmip6_tas
diagnostics:
fig_1_cmip6: &diag_fig1
title: CMIP6 surface temperature anomalies
description: CMIP6 timeseries of near-surface temperature anomalies
variables:
tas: &var_tas_tsline
preprocessor: clim_ref
reference_dataset: ERA5
mip: Amon
project: CMIP6
exp: historical
ensemble: r1i1p1f1
grid: gr
start_year: 2004
end_year: 2005
additional_datasets: *cmip6_tas
additional_datasets:
- {dataset: ERA5, project: native6, type: reanaly, version: '1', start_year:
2004, end_year: 2005, tier: 3}
Error:
INFO fatal: in area_operations (diag_scripts/shared/latlon.ncl), the rightmost dimension of the input field must be lon
Why ESMValtool does not automatically accommodate the longitude name in the ERA5 and adjust it to "lon' as asked by latlon.ncl?
How to simply cope with it?
Beta Was this translation helpful? Give feedback.
All reactions