Joe Hamman
Joe Hamman
This is also echoed in [`snow_intercept.c`](https://github.com/UW-Hydro/VIC/blob/develop/src/snow_intercept.c#L623-L626): ``` C /*** FIX THIS ***/ *MeltEnergy = RefreezeEnergy / Dt; ```
VIC.5 requires subdaily data. We are currently pointing people to MetSim (https://metsim.readthedocs.io/en/develop/) as a tool for desegregating daily data into VIC compatible forcings. More info here: https://vic.readthedocs.io/en/master/Documentation/Drivers/Classic/ForcingData/
@Sibada - thank you for the report. To be honest, we don't have much experience with C++. In plain C, we protect includes with ```C #ifndef VIC_RUN_H #define VIC_RUN_H ......
@Sibada - I think I understand. It may be instructive to see which changes you made to support using VIC with a C++ compiler. Would it be possible for you...
@Sibada - why don't you rebase your branch (from master to develop) and issue a pull request so we can see if this actually works. If this is all that...
Moved to 5.1.0 as this is a major code change that will not be included in the reorg.
I'm 50/50 on this. As long as we provide a conversion tool, I like the idea of cleaning up the VIC parameter files in the classic driver. However, since I...
Okay, so lets do this. Let's also keep this as a fairly low priority and try to find someone other than @tbohn and I to do this :wink:
@wietsefranssen - I'm finally catching up on where you are at with all of this. I would do the decomposition based on the outlet grid cell. It probably means you...
@bartnijssen - @wietsefranssen and I spoke a few weeks ago and decided to go with an even simpler approach for now. What we've been seeing in RASM is that RVIC...