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

Histogram matching for model-level ERA5 data #181

Closed thabbott closed 6 months ago

thabbott commented 6 months ago

Changes

Features

Creating an instance of HistogramMatching without explicitly selecting the model- or pressure-level calibration will use the pressure-level calibration by default (which preserves current behavior) but warn users that a future release will default to the model-level calibration.

Tests

Reviewer

@trdean1 @mlshapiro

trdean1 commented 6 months ago

Looks great to me as well!