From 13277ac03a5c6fd612a2d7cbada3519a116baf91 Mon Sep 17 00:00:00 2001 From: Gabriel Patron <g2patron@uwaterloo.ca> Date: Mon, 12 Aug 2024 05:23:43 -0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c987a1c..7655b58 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,6 @@ 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, first run the additionale_dy.py file to import noise into the simulation. Then run the the SOURCE_RAS_tempchange.py file, which will begin the simulation, which may take a few days to run. + All files can be run as displayed herein. They require installation of the Pyomo modelling environment (http://www.pyomo.org/) and the IPOPT solver (https://www.coin-or.org/download/binary/Ipopt/). -- GitLab