Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dataset wildcards may lead to "missing data" errors for derived variables #2373

Closed
schlunma opened this issue Mar 14, 2024 · 0 comments · Fixed by #2374
Closed

Dataset wildcards may lead to "missing data" errors for derived variables #2373

schlunma opened this issue Mar 14, 2024 · 0 comments · Fixed by #2374
Labels
bug Something isn't working

Comments

@schlunma
Copy link
Contributor

Describe the bug

When using wildcards in a recipe with derived variables, and not all required input variables for the derivation are available, the tool reports this is an error. Example:

- {project: CMIP6, dataset: "*", exp: historical, ensemble: r1i1p1f1, grid: "*", institute: "*", timerange: 2000/2005, short_name: swcre, derive: true}

will lead to the following error:

ERROR   [2109992] Missing data for preprocessor timeseries/swcre:
  - Missing data for Dataset: rsutcs, Amon, CMIP6, FIO-ESM-2-0, CMIP, historical, r1i1p1f1, gn

Note that the other input variable rsut exists.

I think the tool should not fail here and simply not consider this missing model at all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant