Skip to content

NDSL features

List of features that NDSL brings on top of GT4Py:

  1. Stencil- and Quantity-Factories
  2. Orchestration

Tips and tricks

The not so obvious stuff.

Experimental features

See Experimental "Physics" features for a list of experimental features, which might or might not make it to mainline in the future.

Stencil factory with different K profile

To generate a new sterncil factory from an existing one but with a different K profile (start and size), run

    new_factory = existing_factory.restrict_vertical(k_start=1)