From 3a7db4ca941b0ab4ce377957f6b84b0e2f82600a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yu-Jin=20Schr=C3=B6er?= <yujin.schroeer@gmail.com> Date: Fri, 21 Mar 2025 11:53:59 +0100 Subject: [PATCH] Edit readme.md --- Optimization of control rules/readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Optimization of control rules/readme.md b/Optimization of control rules/readme.md index bef9e7c..b449080 100644 --- a/Optimization of control rules/readme.md +++ b/Optimization of control rules/readme.md @@ -2,6 +2,14 @@ this folder contains information on alle optimizations of RTC which were conducted in MIKE+ via Mike+py +The Optimizastion_control_rules.ipynb is used to optimise the input parameters of the control elements of a drainage system using a MIKE+ model. +The aim is to minimise the runoff from the system into the receiving watercourse without causing flooding on the roads. + +The script receives the MIKE+ model, a list of all precipitation events (config_event.xlsx), +a list of the parameters to be optimised (config_parameters.xlsx) +and a list of the structures (structures.xlsx) for which overflows are to be minimised. +The files should be saved in the same folder as this script, as relative paths are used. + # equal-filling-degree (EQF) no optimization was used for the implemented EQF model but a script was used to get the storage curves. -- GitLab