From fbfea0ca5e21d1957263d24915f4945a0945cac0 Mon Sep 17 00:00:00 2001 From: ebalogun01 <42688418+ebalogun01@users.noreply.github.com> Date: Tue, 19 Dec 2023 20:54:33 -0800 Subject: [PATCH] minor change --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ac46190..d61c436a 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,8 @@ Ensure gridlabd is installed by following recommended installation method if usi For offline (One-shot) optimization simulation: * Open the `default_user_inputs.json` file in the root folder and modify the parameters as needed. The prepopulated fields can be modified. Once the fields are modified as desired, navigate to `app.py` which is also in the root directory. Make sure the *test* is set to *False* (see below) in the `app.py` file. - + + Then run `app.py`. This will run the simulation and generate the results in the `results` folder under the `analysis` directory. To perform post-simulation cost analysis, navigate to the `analysis` folder and run `load_post_opt_costs.py`. This will generate the cost analysis plots and tables in the `analysis` folder.