stilt.Simulation.expected_outputs#

Simulation.expected_outputs(footprints=())[source]#

Return the outputs this simulation must produce to be complete.

Always the trajectory, plus the error trajectory when wind-error params are set, plus one entry per footprint name. Error footprints are never required.

Return type:

tuple[str, ...]

Parameters:

footprints (Iterable[str])