Configuration#
The main output project schema is stilt.config.ModelConfig. It layers
named meteorology streams, footprint definitions, and executor settings on top
of the STILT parameter surface. The field tables below are rendered directly
from the live Pydantic model metadata so the parameter descriptions stay in
sync with the code.
Tip
If you are new to PYSTILT, start with the configuration guide before diving into the reference details below. The guide focuses on the most common configuration fields. This API reference is comprehensive and includes all fields, but it may be overwhelming if you are just getting started.
Config objects#
Project-level config: STILT params plus met and footprint definitions. |
|
Meteorology file discovery, optional downloading, and optional subgridding. |
|
Settings for a single named footprint product. |
|
Immutable geographic bounding box (always lon/lat degrees). |
|
Footprint grid: lon/lat bounds, optional output projection, cell resolution. |
|
Typed runtime settings shared across CLI, workers, and executors. |
Parameters#
Core STILT run controls. |
|
HYSPLIT transport and turbulence parameterization. |
|
Transport error trajectory parameters for XY and ZI perturbations. |
Transform specifications#
Declarative built-in transform for applying a vertical operator. |
|
Declarative built-in transform for first-order lifetime decay. |