ai2cm / fv3net

explore the FV3 data for parameterization
MIT License
16 stars 3 forks source link

Create `xtorch_harmonics` package #2267

Closed spencerkclark closed 1 year ago

spencerkclark commented 1 year ago

This PR adds a package containing an xarray wrapper of a spherical harmonic transform roundtrip that can be completed with NVIDIA's torch_harmonics package. The roundtrip transform code itself is derived from this notebook of @oliverwm1. The xarray wrapper is based on that developed in this notebook of mine.

Some updates from that development notebook include:

Added public API:

Requirement changes:

Coverage reports (updated automatically):