pysat / pysatModels

Interface for model analysis and model-data comparisons within the pysat ecosystem
BSD 3-Clause "New" or "Revised" License
8 stars 3 forks source link

ENH: Incorporate ESMPy #3

Closed jklenzing closed 4 years ago

jklenzing commented 5 years ago

Migrating from pysat/pysat#177. From @aburrell.

Different ITM models use different coordinate systems as their reference frame. This are often not compatible with the way measurements are recorded, requiring re-gridding and interpolation. ESMPy is designed specifically for this an could be useful to incorporate.

https://www.earthsystemcog.org/projects/esmpy/

aburrell commented 4 years ago

After looking into this, ESMPy needs to be tied to each model in a different way, and so is out of the scope of this repository, at the moment.