From f77b8350bbb60c55a4e6381f5dd1f23a67c171df Mon Sep 17 00:00:00 2001 From: lane15 <120581235+lane15@users.noreply.github.com> Date: Wed, 20 Dec 2023 14:08:57 +0100 Subject: [PATCH] fix out directory not found error --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7958293..b785b82 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,7 @@ Then in the settings file the option "numberParallelThreadsKinematicWave" may ta Now your environment should be set up to run lisflood. Try with a prepared settings file for one of the two test catchments: ```bash +mkdir tests/data/LF_ETRS89_UseCase/out python src/lisf1.py tests/data/LF_ETRS89_UseCase/settings/cold.xml ```