Daniel Hamill

Results 12 comments of Daniel Hamill

Additionally, the VIC user manual page for [tonic](https://vic.readthedocs.io/en/master/Documentation/Drivers/Image/Ascii_to_NetCDF_params/#option-2-using-the-tonic-api) seems to be assuming people are using the develop branch (which appears to be more than 5-years old). To get the tonic...

Apparently the issue was related to `veg_class` returing two items. That made `veg_lib` a tuple and failed in `grid_param`. https://github.com/UW-Hydro/tonic/blob/67cc1a1efa481a65e304917bc8af36c2a30af055/tonic/models/vic/grid_params.py#L1418-L1456 Full working script: ```python from tonic.models.vic.grid_params import soil, snow, veg,...