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

Feature/ps-update-20240524 #195

Closed roger-teoh closed 3 months ago

roger-teoh commented 3 months ago

Closes #XX

Changes

Update Poll-Schumann aircraft performance model to version-20240524

Breaking changes

Features

Fixes

Internals

Tests

Reviewer

Select @ reviewer

roger-teoh commented 3 months ago

@trdean1 One thing to pay more attention during the review of this branch is the change in calculating segment_rocd in the flight class. If air_temperature is available, then the segment_rocd estimate will be more accurate with a temperature correction (More important when used in aircraft performance models, probably not required when cleaning the Spire raw ADS-B data). If it is not available, then segment_rocd can still be used too. This might affect usage in other areas.

I will make some changes in pycontrails-bada too.