A Python wrapper for the GridTools C++ library, providing high-performance stencil computations on structured grids for weather and climate applications. Current version 2.3.9, released under a BSD license. Release cadence is irregular, with minor updates every few months.
pip install gridtools-cppNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage of GridTools Python interface. Note that actual high-performance stencils require compiling C++ kernels via the GridTools library; this Python wrapper exposes that functionality.
Use 'import gridtools' instead.
Convert arrays using np.asfortranarray() before passing to GridTools functions.
Update imports to use 'gridtools' and refer to current documentation.