GribStream Blog
AIFS v2 fields are now visible on GribStream
GribStream now exposes the newly available AIFS v2 selectors in AIFS Operational and AIFS Ensemble, including the 10 hPa stratospheric level and additional snow, cloud, soil, and geopotential fields.
ECMWF switched AIFS Single and AIFS ENS to v2 with the 2026-05-12 06 UTC run. GribStream follows those ECMWF open-data streams inside the existing datasets:
- AIFS Operational:
aifsoper - AIFS Ensemble:
aifsenfo
There is no new GribStream dataset code to adopt. Runs before the boundary remain the earlier AIFS versions; runs from 2026-05-12 06 UTC onward are v2.
What is now visible
We refreshed the AIFS inventories and catalog snapshot so the fields after the May 12 boundary are discoverable through the model pages and catalog API.
The most important v2 catalog change is the new 10 hPa pressure level. That gives AIFS users a higher stratospheric level for upper-air workflows:
- in
aifsoper:t,u,v,w,z, andghatpl 10 - in
aifsenfo:t,u,v,w, andzatpl 10
We also exposed additional AIFS fields that are present in the ECMWF open-data indexes:
fscov: fraction of snow covermcc: medium cloud covercp: convective precipitation in AIFS Ensemblevsw: volumetric soil water in AIFS Ensemblegh: geopotential height in AIFS Operationalsf,skt, andslorin AIFS Operational
Some of those are true v2 additions in the ECMWF public open-data feed; others were already present in ECMWF's public files but were not yet exposed in the GribStream AIFS catalog. For customers, the practical result is the same: the selectors are now visible on the AIFS model pages and through the catalog endpoints.
Why this matters
AIFS v2 is not just a version label. ECMWF describes the v2 upgrade as part of the same May 12 implementation window as IFS Cycle 50r1, and the AIFS implementation pages call out the new 10 hPa level for both AIFS Single and AIFS ENS.
That matters for workflows that compare AI and physics-based guidance, especially around upper-air pattern checks, stratospheric diagnostics, ensemble spread, snow cover, cloud cover, and land-surface state. If your verification window crosses May 12, keep the 06 UTC boundary explicit.
The new selectors can be copied directly from:
- AIFS Operational variables
- AIFS Ensemble variables
/api/v2/catalog/datasets/aifsoper/parameters/api/v2/catalog/datasets/aifsenfo/parameters
Sources
- ECMWF Implementation of AIFS Single v2: https://confluence.ecmwf.int/display/FCST/Implementation%2Bof%2BAIFS%2BSingle%2Bv2
- ECMWF Implementation of AIFS ENS v2: https://confluence.ecmwf.int/display/FCST/Implementation%2Bof%2BAIFS%2BENS%2Bv2
- ECMWF confirmation announcement for the May 12, 2026 implementation: https://forum.ecmwf.int/t/confirmation-ifs-cycle-50r1-and-aifs-v2-joint-implementation-on-12-may-2026/14937
- AIFS Operational on GribStream
- AIFS Ensemble on GribStream
