You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Dennis, thank you for spotting this error! I had a look at it and can confirm that the value is also missing in the original ICAO EDB v29b dataset.
In all previous versions, we typically remove engines that contain missing fuel mass flow rate values. However, for this case, given that the engine characteristics of 1ZM001 is completely identical to 13ZM002, I have implemented a simple fix by filling the missing Fuel Flow Idle (kg/sec) value with those provided by the 13ZM002 engine. This minor change will be merged into the pycontrails repository pending approval from @mlshapiro
Description
In the table https://github.com/contrailcirrus/pycontrails/blob/98008ed98690f62d72027596cf23a5930c9a7c61/pycontrails/models/emissions/static/edb-gaseous-v29b-engines.csv there is an entry for UID 1ZM001 which has no entry/nan for
Fuel Flow Idle (kg/sec)
. This leads to a problem if theEmissionsProfileInterpolator
is applied to this data, finally raising an exception here: https://github.com/contrailcirrus/pycontrails/blob/main/pycontrails/core/interpolation.py#L674Details
The text was updated successfully, but these errors were encountered: