mirror of
https://github.com/MeteoSwiss/anemoi-plugins-meteoswiss.git
synced 2026-08-26 10:44:18 +00:00
Read-only mirror of https://github.com/MeteoSwiss/anemoi-plugins-meteoswiss — MeteoSwiss. Issues & pull requests at the source.
- Python 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
Adds a postprocessor that allows to, at inference time, override
the prognostics from the forecaster into the downscaler's fields.
Usage example:
```yaml
output:
tee:
- grib:
post_processors:
- extract_mask: {...}
- forward_transform_filter:
copy-prognostic-from-forecaster:
forecaster_path: forecaster/20* # this stream's forecaster GRIB
common_leadtime: 6h # forecaster stride (a duration)
params_to_keep: [tp] # Alternatively, params_to_copy: [2t, sp, ...]. Supports glob pattenrs like t_*.
namer: *id001 # same namer used to read the input (optional,not needed if only using ifs names)
```
---------
Co-authored-by: Hugues de Laroussilhe <hugues.delaroussilhe@meteoswiss.ch>
|
||
| .github/workflows | ||
| ci | ||
| src/anemoi_plugins_meteoswiss | ||
| tests | ||
| .gitignore | ||
| .pre-commit-config.yaml | ||
| .python-version | ||
| LICENSE | ||
| pyproject.toml | ||
| README.md | ||
anemoi-plugins-meteoswiss
Collection of anemoi plugins used at MeteoSwiss.