Matt Bartos
Matt Bartos
Greetings, Units are in seconds. Keep in mind that the current code is very preliminary. I haven't reproduced the results for Ji's test case yet. I need to add some...
@minsky97: Can you look into this issue?
Change `Q_0Ik` in step to `Q_Ik`
Hi Meghna, do you have the working version of the code ready to pull in?
Hi @meghnathomas are there any test cases that we can include to verify the results?
This may be addressed through convergence iterations instead.
Existing error estimation code: ```python def superlink_error(self): NK = self.NK nk = self.nk _kI = self._kI _ki = self._ki _I_1k = self._I_1k _I_Np1k = self._I_Np1k _Q_uk = self._Q_uk _Q_dk =...
I have an implementation of upstream area delineation for DEMs here: https://github.com/mdbartos/pysheds/blob/master/pysheds/grid.py#L634 It ended up being a lot faster than explicitly constructing a graph. The only dependency is numpy (basically...
Do you know if the SWMM repo contains other preprocessing utilities like this one? Are there any other owa repos that provide preprocessing plugins for SWMM/pyswmm? If you want to...
This was probably noticed already but note that the UNIX timestamp between these dates is off by a factor of ten: ``` 1992-09-03T19:15:00 - 7155477000000000000 2196-09-30T00:30:00Z - 715547700000000000 ```