Skip to content
Víctor Hernández edited this page Sep 15, 2026 · 2 revisions

English · Español

AtmosBlock

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.

Where to go

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.md and docs/), where every change is reviewed.

Clone this wiki locally