Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds single flight capability #23

Merged
merged 4 commits into from
Nov 14, 2024
Merged

Adds single flight capability #23

merged 4 commits into from
Nov 14, 2024

Conversation

liammegill
Copy link
Collaborator

This pull request allows the user to calculate the contrail climate impact of a single flight. It does this by introducing the concept of a "base inventory". If rel_to_base is selected TRUE in the config file, then the input emission inventories are calculated on top of the base emission inventories. This is important due to non-linear saturation effects: on a climatological timescale, an aircraft flying alone in the atmosphere will have a larger contrail climate impact than one flying as part of a global air traffic scenario.

Currently, the inventory and base inventory must align at least in the years defined by the inventory. I will explore whether this can be adapted for further flexibility in the future.

Closes #22

@liammegill liammegill added type: feature Brand new functionality, features, pages, workflows, endpoints etc. module: contrails Related to the contrail module labels Nov 11, 2024
@liammegill liammegill added this to the v3.0.0 milestone Nov 11, 2024
@liammegill liammegill self-assigned this Nov 11, 2024
@liammegill liammegill linked an issue Nov 11, 2024 that may be closed by this pull request
@liammegill liammegill marked this pull request as ready for review November 14, 2024 13:52
openairclim/main.py Outdated Show resolved Hide resolved
Copy link
Collaborator

@stefan-voelk stefan-voelk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

checked

@liammegill liammegill merged commit 9a90a4e into dev Nov 14, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module: contrails Related to the contrail module type: feature Brand new functionality, features, pages, workflows, endpoints etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add capability for single flights to contrail module
2 participants