Elizabeth Clark
Elizabeth Clark
When I run `vic_utils grid_params --help`, I get the usage, like I would expect, but if I run `vic_utils grid_params soil_file.txt`, I get the same usage that I would get...
fixes #92 unit conversion error
In [history.py](https://github.com/UW-Hydro/RVIC/blob/master/rvic/core/history.py#L118-#L124), units are meant to be converted from kg m^-2 s^-1 to mm/day. However, (kg m^-2 s^-1) \* (m^2) \* (s d^-1) \* (m^3 kg^-1) \* (m^-2) yields m/day....
When I call `rvic.parameters.parameters` with multiple cores in Python 2.7.11, I get the following error: > INFO:parameters>> On Outlet 1 of 1 > ERROR:write>> Traceback (most recent call last): >...