Joe Hamman
Joe Hamman
This preps the release notes for the [2.18 release](https://github.com/zarr-developers/zarr-python/milestone/18). TODO: * [x] Changes documented in docs/release.rst * [x] GitHub Actions have all passed * [x] Test coverage is 100% (Codecov...
This PR changes our hatch test script in two ways: 1. renames the `run` script to a more informative `test` script 2. only runs tests in the `v3` directory TODO:...
This issue proposes exposing Xarray's `Variable` class as a stand-alone array class with named axes (`dims`) and arbitrary metadata (`attrs`) but without coordinates (`indexes`). Yes, this already exists but the...
In some cases, it would be useful to write output from a single MetSim run at multiple time frequencies. In particular, I'd like to write a few daily variables (PET,...
Currently: g/g (specific humidity) New units: kPa (vapor pressure) cc @yixinmao xref: https://github.com/UW-Hydro/VIC/issues/418
The pressure variable units attribute in the sample image driver forcing dataset need to be updated. From: ``` netcdf Stehekin_image_test.forcings_10days.1949 { dimensions: time = 240 ; lon = 5 ;...
Email from Shervan: > I am trying to move to VIC image and I would like to transfer all my files which I prepared for the classical version (version 5)...
Insures that missing coords are included.
Make sure the latitude order convention matches between vic2netcdf.py and rvic
RVIC has been getting more bug report of weird rounding behavior. This is a common issue that arrises when supporting Python 2 and 3 simultaneously. Good news is, core dependencies...