Spencer Jones

Results 5 issues of Spencer Jones

I plan to do more, but I did get binder working and start to use intake. I just wanted to check in before spending any more time.

For a future project, I wanted to use surface velocities from the ECCO data portal (to avoid egress charges). They are available as part of the regional data released [here](https://data.nas.nasa.gov/ecco/data.php?dir=/eccodata/llc_4320/regions/global/SSU)....

This function gets XG and YG from .mitgrid files. They are the full size (i.e. they include the points on the right hand side of the final gridpoint in both...

I've been trying to compare PD ("Potential Density Ref to Surface") with the potential density referenced to p=0 calculated using https://github.com/xgcm/fastjmd95 from SALT and THETA. These match relatively well, but...

When I try to run xhistogram to bin my data using 3 separate lists of bins **and** `density=True`, I get a Value Error. Here's a minimal example: ``` import xarray...