stilt.Simulation#
- class stilt.Simulation(meteorology: 'MetStream', receptor: 'Receptor', params: 'STILTParams', directory: 'str | Path | None' = None, exe_dir: 'Path | None' = None, store: 'Store | None' = None)[source]#
Container for running and reading a STILT simulation.
Methods#
|
Compute-local footprint path for one footprint name. |
|
Compute a named footprint and store it in the footprint cache. |
|
Return a named footprint, loading from disk if not already cached. |
|
Return a local path to one output from disk or the output store. |
|
Run HYSPLIT, populating |
|
Return the canonical storage key for one simulation output path. |
Attributes#
|
Error-trajectory particles, loaded from parquet on first access. |
|
Compute-local error-trajectory parquet path. |
|
Return True when |
|
Contents of the HYSPLIT stdout log file. |
|
Compute-local HYSPLIT log path. |
|
Compute-local meteorology staging directory. |
|
Compute-local meteorology files staged for HYSPLIT execution. |
|
Plotting namespace (e.g. |
|
Archive/source met files required for this simulation's time window. |
|
Current status of this simulation directory. |
|
Start and stop datetimes spanned by this simulation. |
|
Main particle trajectories, loaded from parquet on first access. |
|
Compute-local trajectory parquet path. |