Changing fuel on fleet #2 #86
-
Sorry for circulating back to this: #84 (comment) But even after updating to pycontrails v0.47.0 and pycontrails-bada v0.5.0 there seems to be an issue. When I run the fleet calculation from the snippet above with a SAFBlend, it prints out the following: "Jet A-1 / Sustainable Aviation Fuel Blend before CoCiP, with hydrogen content 15.3 The contrail EF changes when compared with a run with JetA but not as much as I would intuitively expect from a 100% SAFBlend. Here's the code I used:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I think I found my glitch - the EF values seem to be okay now, it's only the name which changes from prior to after the Cocip evaluation. |
Beta Was this translation helpful? Give feedback.
Hi @GunnarQuante,
Thanks for bringing this up again! I was able to reproduce the bug you've found. I agree with your thinking that the predicted EF values are now correct but the fuel attribute on the
Cocip_out
gets lost somewhere.I've hopefully fixed this in 3cad375. Do you install pycontrails through pypi? If so, I can cut a new release for you. Otherwise, you can just pull down the changes I've made and rerun your simulations.