From 3137cd63d0f1137620916b8bae2fb9af064ceef5 Mon Sep 17 00:00:00 2001 From: Gabriel Patron <g2patron@uwaterloo.ca> Date: Tue, 13 Aug 2024 09:23:57 -0400 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b7448c7..00c479d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ This repository contains the code for the paper "Economically optimal operation The scenario_A_data.spydata and plot_data.py files allow for plotting of a typical RAS scenario without having to redo the timely simulation. Simply import the .spydata into a Spyder console and run the .py file. -To run the MPC-operated RAS simulation, follow these instructions: +To run the MPC-operated RAS simulation, follow these instructions:<br> + 1) Download the SOURCE_RAS_tempchange.py, additionale_dy.py, MPC_RAS_tempdist_git.py, and PLANT_RAS_tempdist.py files into the same folder. 2) Run the additionale_dy.py file to import noise into the simulation. 3) Run SOURCE_RAS_tempchange.py file; this will begin the simulation, which takes a few days to run. -- GitLab