feat(models)!: remove retired ecmwf_aifs025_ensemble (contraction)#83
Open
niasie wants to merge 2 commits into
Open
feat(models)!: remove retired ecmwf_aifs025_ensemble (contraction)#83niasie wants to merge 2 commits into
niasie wants to merge 2 commits into
Conversation
Contract-phase removal. The open-meteo AIFS ensemble has been retired backend -side (replaced by hosted aifs_ens, added in the preceding commit). Drop the enum member and its meta so the SDK no longer advertises an id the query engine rejects. BREAKING CHANGE: Models.ECMWF_AIFS_ENSEMBLE is removed. Use Models.AIFS_ENS (hosted, grid access) instead. Note aifs_ens does not serve 500hPa geopotential. Built on top of the AIFS_ENS addition (#82); must merge after #82 and after the jua-core backend removal is ready, per the reverse-order contraction plan.
0672002 to
07fdf9d
Compare
Add a regression assertion that Models.ECMWF_AIFS_ENSEMBLE / the 'ecmwf_aifs025_ensemble' value no longer exist, guarding the removal.
jua-mark
approved these changes
Jul 3, 2026
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.
Contraction — remove the retired open-meteo AIFS ensemble
Removes
Models.ECMWF_AIFS_ENSEMBLEand its_MODEL_META_INFO. The open-meteo model is retired backend-side (replaced by the hostedaifs_ens, added in #82).BREAKING CHANGE:
Models.ECMWF_AIFS_ENSEMBLEremoved → useModels.AIFS_ENS(hosted, grid access).aifs_ensdoes not serve 500hPa geopotential.feat/models-aifs-ens(feat(models): add hosted aifs_ens (additive) #82) so this shows a removal-only diff. Rebase ontomainonce feat(models): add hosted aifs_ens (additive) #82 merges.Verified
just check-commitpasses (lint + 203 tests). No remaining references to the old id.