Add publication teaser figure with light/dark variants - #224
Open
clairemerker wants to merge 4 commits into
Open
Add publication teaser figure with light/dark variants#224clairemerker wants to merge 4 commits into
clairemerker wants to merge 4 commits into
Conversation
A standalone "hero" figure for the paper: a nested zoom from the global forecast to Switzerland to Val Calanca, for 2 m temperature and 10 m wind speed. The global panel carries the high-resolution LAM data over the refined region; the Val Calanca panel renders the true ICON (R19B08) cell mesh via tripcolor. Includes zoom-callout locator boxes/connectors, thinned flow arrows, per-column continuous colorbars, and a --dark poster variant (black background, white text and glow). Runs standalone or via Snakemake: new publication.teaser config block (enabled, init_time, leadtime, dark, grid) drives the publication_teaser rule, added to the publication_all target. Also drop the stale data_download_eckit_geo_grids input from the meteogram rule; that rule was removed with the earthkit v1 upgrade and the dangling reference prevented the workflow from loading.
…s-add-teaser # Conflicts: # config/varda-single_paper_analysis.yaml
jonasbhend
force-pushed
the
paper-figures
branch
from
August 3, 2026 15:53
852a190 to
6a61879
Compare
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.
AI assisted implementation!
A standalone "hero" figure for the paper: a nested zoom from the global forecast to Switzerland to Val Calanca, for 2 m temperature and 10 m wind speed. The global panel carries the high-resolution LAM data over the refined region; the Val Calanca panel renders the true ICON (R19B08) cell mesh via tripcolor. Includes zoom-callout locator boxes/connectors, thinned flow arrows, per-column continuous colorbars, and a --dark poster variant (black background, white text and glow).
Runs standalone or via Snakemake: new publication.teaser config block (enabled, init_time, leadtime, dark, grid) drives the publication_teaser rule, added to the publication_all target.
Also drop the stale data_download_eckit_geo_grids input from the meteogram rule; that rule was removed with the earthkit v1 upgrade and the dangling reference prevented the workflow from loading.