-
Hi!
I am working on two SWMM models, one with groundwater and one without.
When I study the continuity analysis I obtain different values for the Final Stored from those reported by the .rpt file th…
-
### Basin prefix
camelsdk
### Zenodo DOI
https://zenodo.org/record/7396466
### Number of catchments
308
### Location of catchments
Denmark
### For which periods are streamflow …
-
Hello everyone! I'm new in using ANUGA model for hydraulic simulation.
I work with WRF-Hydro to get streamflow evolution in a basin of 1300km2. I would like to use this runoff data as input flow (ini…
-
Hello,
I'm interested in using this library to decode NCEP BUFR files that contain forecast atmospheric sounding profiles. [An example file can be found here](https://storage.googleapis.com/high-r…
-
Hi, I recently encountered some problems when using LSTM to realize rainfall runoff prediction. In general, the input to the LSTM model is [**batch_size, silde_window, feature_dim**], but I also find …
-
From Sydney:
| Metric | Existing Python Lib | Reference |
| :----------- | :----------- | :----------- |
| Nash-Sutcliffe efficiency (NSE) | [hydroeval](https://pypi.org/project/hydroeval/), _ns…
-
I use Example1.inp to simulate,here is my code :
```
from pyswmm import Simulation
inpfile = './data/Example1.inp'
sim = Simulation(inpfile)
sim.execute()
```
after run this code , I get the ou…
-
Hello, about your work in "**Gradient‐Based Inverse Estimation for a Rainfall‐Runoff Model**“
I am very interested in the approach presented in the article and I am grateful for the work you have don…
-
See parent issue #1344 for more details
When you delineate a basin in South Carolina, you will click the "Open Storm Runoff Models" button in the sidebar (currently visible on this dev site: https:…
-
What is the format to extract system data using swmmtoolbox.extract()? I tried looking at docs, but didn't find any thing. My point of confusion is what to include in the second argument for example,
…