vortex 2.4.1 documentation#
Welcome!
vortex is a Python library that facilitates writing scripts for computational jobs in Numerical Weather Prediction (NWP).
It provides functions to
Fetch and cache data from an archive.
Execute sequential and parallel programs using the fetched data.
Write and cache data generated by programs to an archive.
vortex also provides ways of tracking fetched and generated data, making it easy to implement pre or post-processing operations.
Installation#
vortex is available on pypi.org.
It can be installed using pip or similar tools:
pip install vortex-nwp