Lew Rossman

Results 124 comments of Lew Rossman

Requiring a recording time period with 0 rainfall to separate events would break backward compatibility. Issuing a warning message when a drop in cumulative rainfall is encountered would trigger a...

Setting an overbank roughness to 0 will insure that no overbank exists, no matter what values are entered for the Left and Right bank stations (as stated in the Help...

SWMM assumes that GHCN-Daily data follow the format described in a [readme](https://www1.ncdc.noaa.gov/pub/data/ghcn/daily/readme.txt) file posted on NOAA's web site. This format has TMIN and TMAX expressed as tenths of degrees Celsius...

To avoid this issue occurring in the future I propose extending the `FILE `entry in the `[TEMPERATURE]` section of the SWMM input file as follows: ``` [TEMPERATURE] FILE FileName (StartDate)...

This bug has now been fixed in PR #56 . Thanks @MikeGregory-Canada . ![image](https://user-images.githubusercontent.com/12769926/91639502-05a98600-e9e5-11ea-9a2c-e43895c39335.png)

@bemcdonnell I just tried to publish a branch I created off of `develop` in the OWA-SWMM repo with the bug fixes in it but GitHub said I did not have...

Feasible dimensions for the modified baskethandle shape must satisfy the following conditions: ``` R >= W/2 ``` and ``` H > R * (1 - cos(asin(W/(2*R))) ``` where H is...

The functions in question in epanet3.h should be named ```EN_openOutput``` and ```EN_openReport```. These changes have been pushed onto the dev3 branch for testing.

This same issue was discovered when trying to implement Dynamic Tanks into the legacy EPANET 2.2 C-based code ([see this link](https://github.com/OpenWaterAnalytics/EPANET/issues/165)). Because of this, and the fact that they pose...

Try using `As Any` instead of `As Long` for the project pointer.