NCAR / geocat-comp

GeoCAT-comp provides implementations of computational functions for operating on geosciences data. Many of these functions originated in NCL and were translated into Python.
https://geocat-comp.readthedocs.io
Apache License 2.0
129 stars 56 forks source link

[GA-1537] better support for weighted climatologies #636

Open kafitzgerald opened 3 months ago

kafitzgerald commented 3 months ago

Describe the functionality you are requesting, linking any relevant usage or previous implementations in the python ecosystem or otherwise.

It'd be great to see if we could support the type of weighting needed for this seasonal_climatology_weighted function included in an open PR over on CUPiD: https://github.com/NCAR/CUPiD/pull/121/files#r1704401373

We have some similar functionality in GeoCAT-comp, but I don't think that we handle the weighting in the way that might be needed for CESM diagnostics.

Is this a request for functionality that was previously in NCL?

Unknown

Additional context

No response