Add diagnostic windgust (support for multi-datasets)#178
Open
radiradev wants to merge 5 commits into
Open
Conversation
Support running the multi-output "realv2" anemoi architecture (ICON-CH1 cutout forecaster with a diagnostic VMAX_10M stream on the REAL-CH1 / ICON-CH1 1km grid) on top of current main: - config/windgust.yaml: showcase + experiment config. extra_requirements pins an anemoi-inference fork branch (radiradev/anemoi-inference@fix/empty-input-propagate-date) carrying the two fixes this checkpoint needs (EmptyInput date propagation + format_dataset_name output-path padding), so no runtime source patching is needed. The showcase section drives the VMAX_10M animation over the Alpine (icon-ch / switzerland) domains via the configurable-showcase mechanism. - resources/inference: realv2 inference config, metadata patch, VMAX_10M GRIB template + templates index, and a VMAX_10M template generation step. - src/plotting: VMAX_10M colormap; redirect VMAX_10M loads to the sibling realv2-*.grib output file. - workflow/rules/plot.smk: treat VMAX_10M (period maximum) like accumulations and skip lead time 0. - docs/realv2_vmax10m.md: notes on the realv2 showcase. Verified: `evalml showcase` and `evalml experiment` both build a complete DAG against this config (--dry-run).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Support running the multi-decoder with a VMAX_10M on REAL-CH1:
had to pin anemoi-inference (radiradev/anemoi-inference@fix/empty-input-propagate-date) with two fixes. (still unsure if the padding one is needed).
Also unsure what is the best way here to deal with the templates and their patches #129