Declan Valters
Declan Valters
Agreed - just finished teaching this course and this was one of the issues that came up. The fact that lists have this behaviour (and Pandas dataframes) leads to a...
Thanks for getting this going again @rbavery, @ErinBecker! I might have a little bit of work time I could allocate to developing new materials so I would definitely be up...
Thanks, @ErinBecker - would you be able to set me up with write access. Edit: Done, thanks!
Don't think this is a bug, more likely to be segfault from trying to allocate very large arrays.
Hi @bwj202, the exe file extension should work on Linux - if compiled on Linux it will prodce a compatible binary executable, regardless of the `.exe` extension. Linux does not...
Some other ideas to jot down: Serial vs Parallel - do we want/need bit reproducibility here? Different configurations - Flood only - TOPMODEL - Erosion - Landsliding - Vegetation -...
## Regression test results Ok, strictly speaking this breaks the tests as the results are not _exactly_ identical:  However the results are broadly comparable. There is some slight timing...
@aproeme Setting edgeslope/tempslope at the boundary edges in addition to the fix above does not seem to produce wildly different results, and seems more logically consistent.  i.e. ```cpp if...
@aproeme I flipped the DEM in this one so that the catchment is on the Eastern edge. Tempslope is positive and equal to edgeslope now on all the boundaries: ...
Will hold off on merging this into master this until we reconcile comments from Tom: > ...is there a reason for it being x> Its because the flow routing is...