contrailcirrus / pycontrails

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

Add model level tutorial notebook #148

Closed zebengberg closed 9 months ago

zebengberg commented 9 months ago

Add new tutorial notebook showing how to convert ERA5 model level data to pressure levels. The met data is then used in the Cocip model.

GitHub rendering of notebook

review-notebook-app[bot] commented 9 months ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

zebengberg commented 9 months ago

One thing I think we should discuss is whether we're getting full value out of model-level data if we interpolate to pressure levels before feeding it to CoCiP. That's beyond the scope of this notebook, though, and I can elaborate elsewhere.

Interesting -- I could imagine a CoCiP implementation that runs natively on model levels. Is this what you're thinking?