Hauke Sonnenberg

Results 5 comments of Hauke Sonnenberg

I had the same issue but pressing F5 worked for me.

Hi @Freestyleyang, could you please install the swmmr package from the `dev` branch of this repository: ``` remotes::install_github("dleutnant/swmmr@dev") ``` With this version you should get more clear error messages. Also...

In the C source code of the current SWMM version (https://www.epa.gov/system/files/other-files/2023-03/swmm523_engine.zip) I found the following: ``` enum SysFlowType { SYS_TEMPERATURE, // air temperature SYS_RAINFALL, // rainfall intensity SYS_SNOWDEPTH, // snow...

By the way, you can read both variables at the same time and have them next to each other in the output: ``` sys_evap

Hi @LFceolin, you can set the path to the SWMM executable in the `exec` argument of the `run_swmm()` function. If this argument ist not used, the function uses the path...