ai2cm / pace

Implementation of the FV3GFS / SHiELD atmospheric model in Python
https://ai2cm.github.io/pace/
Apache License 2.0
37 stars 12 forks source link

Convert storage temporaries in fv3core to Quantity #364

Closed mcgibbon closed 1 year ago

mcgibbon commented 2 years ago

Purpose

Changes to gt4py will soon allow custom classes to be used in place of storages. We'd like to take advantage of this by using Quantity everywhere in the model. This PR refactors all internal temporaries in fv3core to use Quantity.

Code changes:

Checklist

Before submitting this PR, please make sure:

mcgibbon commented 2 years ago

launch jenkins