Read-only mirror of https://github.com/MeteoSwiss/anemoi-plugins-meteoswiss — MeteoSwiss. Issues & pull requests at the source.
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Michele Cattaneo b4835d7634
feat: Add CopyPrognosticFromForecaster plugin
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>
2026-08-04 09:44:20 +02:00
.github/workflows bugfix: skip no-commit-to-branch pre-commit in github action (#34) 2026-07-31 11:46:30 +02:00
ci MRB-829: add IconRemapToRegLatLon and GaussianSmoother filters (#27) 2026-07-31 12:05:50 +02:00
src/anemoi_plugins_meteoswiss feat: Add CopyPrognosticFromForecaster plugin 2026-08-04 09:44:20 +02:00
tests MRB-829: add IconRemapToRegLatLon and GaussianSmoother filters (#27) 2026-07-31 12:05:50 +02:00
.gitignore MRB-829: add IconRemapToRegLatLon and GaussianSmoother filters (#27) 2026-07-31 12:05:50 +02:00
.pre-commit-config.yaml Project management setup (#6) 2026-02-19 18:46:10 +01:00
.python-version first commit 2025-03-25 11:06:17 +01:00
LICENSE Add LICENSE 2025-08-21 08:53:24 +02:00
pyproject.toml feat: Add CopyPrognosticFromForecaster plugin 2026-08-04 09:44:20 +02:00
README.md Project renaming (#19) 2026-02-19 17:23:51 +01:00

anemoi-plugins-meteoswiss

Collection of anemoi plugins used at MeteoSwiss.