Philipp Bühler
Philipp Bühler
I have a similar problem. It does plot the first plot but everthing after the first plot is omited. Same error when opening it in the browser. Also the CPU...
@jhamman edited it
I tried with the developer branch again and the same error: ``` [WARN] ../shared_image/src/vic_init.c:1235: errno: Numerical argument out of domain: Cv != 1.0 (1.000000) at grid cell 0. Exiting ......
I pushed some changes into my fork: bf228e5 Read there about the changes. I hope I did everything right with GitHub, everything here is pretty new for me. Philipp
`-1e10 `is not working for me, it produces these numbers: > 0.00000001012813299894 is bigger then 0.00000000010000000000 0.00000000465661287308 is bigger then 0.00000000010000000000 0.00000001973239704967 is bigger then 0.00000000010000000000 0.00000000419095158577 is bigger then...
You mean > sum up to exactly **1**? I produced my own dataset with the **nlcd_2011_landcover** data to get small resolution grids. I can give you my Matlab code or...
I still don't know if the description or the function itself is wrong: From the current Description in the documentation: > ...where the interval is taken to be the data...
I tried to make it work out, but the problem is deep within the code and the use of datenum which is not working out. One fix could be to...