From 1e7168edf111c186989295a4069a56921d8b401e 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 13:12:05 +0100
Subject: [PATCH] Edit readme.md

---
 Optimization of control rules/readme.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/Optimization of control rules/readme.md b/Optimization of control rules/readme.md
index b449080..8403a43 100644
--- a/Optimization of control rules/readme.md	
+++ b/Optimization of control rules/readme.md	
@@ -3,7 +3,10 @@
 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 aim is to minimise the discharge from the system into the receiving watercourse without causing flooding on the roads.
+
+The Optimizastion_control_rules_load.ipynb is a variation of the first script. 
+It includes the contamination of the discharges, and aims to minimse the the discharge of load into the receiving watercourse.
 
 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) 
-- 
GitLab