-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Víctor Hernández edited this page Sep 15, 2026
·
2 revisions
English · Español
AtmosBlock detects and classifies atmospheric blocking in 500 hPa geopotential (Z500) fields, deterministically, and offers a web portal to run the analysis on ERA5 reanalysis data on demand.
It has two parts:
- FAST-IBAN: the scientific core, written in C with OpenMP and MPI. It finds candidate highs and lows by sampling each point along great circles and classifies Omega and Rex patterns.
- The portal: a React web client and a NestJS API, backed by Python services that download ERA5 from Copernicus, run FAST-IBAN and draw maps.
| I want to… | Go to |
|---|---|
| Understand the method in a few minutes | Method |
| See what is being worked on | Status |
| Build, test or run it myself | Testing |
| Read the full description, architecture and citation | README |
| See benchmark measurements | docs/benchmark.md (in Spanish) |
| Report a problem or ask a question | Issues |
This wiki holds overviews and project notes. Technical documentation that must stay in sync with the code lives in the repository (
README.mdanddocs/), where every change is reviewed.
AtmosBlock · MIT License · 🌐 English / Español