From f4acb7ce04542a120e7422150d16098972d79ddd Mon Sep 17 00:00:00 2001
From: Gabriel Patron <g2patron@uwaterloo.ca>
Date: Thu, 8 Aug 2024 08:50:18 -0400
Subject: [PATCH] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ae9b214..c987a1c 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
 This repository contains the code for the paper "Economically optimal operation of recirculating aquaculture systems under uncertainty" by Gabriel Patrón and Luis Ricardez-Sandoval.
 
-The spydata and xx files allow for plotting of a typical RAS scenario without having to redo the timely simulation.
+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.
 
 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