dleutnant / swmmr

R Interface for US EPA's SWMM
https://cran.r-project.org/package=swmmr
39 stars 15 forks source link

Asking for Sample.out file to run the model #74

Closed DINBOR closed 2 years ago

DINBOR commented 2 years ago

I wrote the file to .inp and named it "Sample.inp".

However, while executing " run_swmm()", got the following error.

Warning message: In normalizePath(path.expand(path), winslash, mustWork) : path[1]="Model/Sample1.out": The system cannot find the file specified

Can anyone please help me understand the error. Thanks

dleutnant commented 2 years ago

Please check the .rpt file. There is probably something wrong and your model run didn't succeed (This means, there is no .out file and the system cannot finf the file specified).