stilt.Simulation.run_trajectories# Simulation.run_trajectories(timeout=None, rm_dat=None, write=False)[source]# Run HYSPLIT, populating self.trajectories and self.error_trajectories. Parameters: write (bool) – If True, persist trajectories (and error trajectories if present) to self.traj_path / self.error_path. timeout (int | None) rm_dat (bool | None) Raises: HYSPLITTimeoutError, HYSPLITFailureError, NoParticleOutputError, – EmptyTrajectoryError – Return type: None