Ryan Holmes

Results 24 comments of Ryan Holmes

For completeness, this is an example slice of the temp_zflux_gm diagnostic from ACCESS-OM2 1-degree after fixing the bug: ![temp_zflux_gm](https://user-images.githubusercontent.com/19428871/42610588-98f7c91a-85d5-11e8-8792-06cf15c6bcdc.png) This issue can now be closed.

Another related minor side-issue is to do with the transports, which can be binned according to different variables at the same time (e.g. `ty_trans_rho` vs. `ty_trans_nrho`). In `ocean_density` there are...

Another additional change added to the wish list here: The ability to bin according to a tracer grid with unequal tracer bin sizes. This would be important for salinity where...

Hi Martin. I'm not sure of your specific case, but when loading datasets using `xr.open_mfdataset` I typically use something like: ``` OISST = xr.open_mfdataset('/g/data/ua8/NOAA_OISST/AVHRR/v2-1_modified/*_' + str(year) + '.nc',concat_dim="time", combine="nested", data_vars='minimal',...

Actually, this was because I had two versions of the same folder listed on hh5, one with `/g/data/hh5/` and one with `/g/data3/hh5/`. This should be easy to avoid...

I'm not sure I can help here. I've never used `cf` or `pint`. It certainly looks like it could be due to the unit conversion. The difference between the old...

Thanks for catching this @dougiesquire. I'm not sure this is a cookbook issue. I think it's more an issue with the data itself. I don't think it's a good idea...