Riley Brady
Riley Brady
The current weight file that is saved out by `xESMF.Regridder()` only has S, col, and row: However, standard ESMF weight files seem to have way more information. Here's an intermediate...
I'm working on conservative remapping of air-sea CO2 fluxes on ocean grids. The goal is to remap from an arbitrary curvilinear grid to a 180x360 rectilinear grid. I've followed advice...
This has been an issue on my mind for awhile. But we need to have something in `checks.py` that acts as a decorator to check that the input Datasets/DataArrays being...
See https://github.com/pangeo-data/climpred/pull/439. We added discrimination and reliability from `xskillscore`, which returns the data necessary to make these plots. Would be good to have a small section in the docs +...
Incorporate a function to compute average predictability time (APT), reference is DelSole
Incorporate a function to compute mutual information
I was pointed to a common plot used in weather forecasting called a chiclet plot: https://www.spc.noaa.gov/exper/CFS_Dashboard/ It might be nice to have in our graphics package here.
The docstrings for all deterministic functions claim that ndarrays (i.e. numpy arrays) can be passed through, but that isn't the case since a lot of the preprocessing and wrapper functions...
I was helping out a labmate recently and thought something like this would be a good example for the docs. I was showing her how to use `xskillscore` to sift...
After https://github.com/raybellwaves/xskillscore/pull/127 is merged, it'd be good to add more context to metric docstrings. E.g., like we have over at https://github.com/bradyrx/climpred/blob/master/climpred/metrics.py. This could include tables of max/min/positive/negative interpretation. Maybe some...