contrailcirrus / pycontrails

Python library for modeling contrails and other aviation climate impacts
https://py.contrails.org/
Apache License 2.0
52 stars 15 forks source link

Enable PSFlight to run over a Fleet object #238

Open mlshapiro opened 2 weeks ago

mlshapiro commented 2 weeks ago

Currently, the PSFlight model can only run on a single Flight.

We optimize the Cocip model to be able to run on a set of flights (Fleet).

We'd like to enable users to run PSFlight standalone with a Fleet.

Alternatives

Run Cocip with a max age of 0.