CHM
CHM copied to clipboard
The Canadian Hydrological Model
CGAL 5.1beta has support for kD tree creation in parallel. This should be added once CGAL5.1 is released > > dD Spatial Searching > > - The kd-tree can now...
switch to spdlog https://github.com/gabime/spdlog
The configuration key `output.output_dir` must be in the config file otherwise it does not parse correctly. core.cpp:L742 throws This occurs even if `-c output.output_dir:...` is specified on the comandline
If a .mesh file is used as the param, or vice versa, the error is unclear as to what happened.
netcdf files will be easier to work with than individual tiffs, especially for multiple year/scenario simulations. Also _should_ be more space efficient. Should be able to use the same vtu2geo...
If the .mesh and .param file don't match for total number of triangles, the init() routine will hang.
`./CHM -f ~/chm/build/bin/Release/benchmark/granger_config.json -c meshes.parameters.file:~/chm/build/bin/Release/benchmark/granger1m_0.25hc.param -c option.startdate:"20001001T000000" -c option.enddate:"20010501T000000"` Gives `Unable to open /home/wguo/chm/build/bin/Release/benchmark/~/chm/build/bin/Release/benchmark/granger1m_0.25hc.param` `./CHM -f ~/chm/build/bin/Release/benchmark/granger_config.json -c meshes.parameters.file:granger1m_0.25hc.param -c option.startdate:"20001001T000000" -c option.enddate:"20010501T000000"` resolves this issue
Would allow testing at snow study sites across the world (not easily fitting within one mesh).
This will allow restart of long runs after we get a crash. Also, for forecast runs, we will not have to run long spin up periods, but can just restart...
Allow optional input to mesher to define points, a parameter name, and a value to overwrite the default values. Example: we want to set output points at known stations to...