Skip to content

Commit 8947839

Browse files
authored
Update README.md
Improving instructions
1 parent b869e99 commit 8947839

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -188,18 +188,19 @@ install packages listed in the environment manually. You can also use the `requi
188188

189189
3. Ensure gridlabd is installed by following recommended installation method if using the online (MPC) power system co-simulation functionality.
190190

191-
4. For offline (One-shot) optimization simulation (Does not require GridLAB-D install):
192-
* **If using Unix based system or Windows Subsystem for Linux (WSL)**: Open the `user_inputs.json` file in the root folder and change
193-
the `opt_solver` field to your either `GUROBI` or `MOSEK`, depending on the solver
194-
you have installed and have a license for. You can modify the other parameters as needed.
195-
The prepopulated fields can be modified. To open WSL, you can open the command line interface or terminal and type `wsl` Once the
191+
4. Open the `user_inputs.json` file in the root folder and change the `opt_solver` field to your either `GUROBI` or `MOSEK`, depending on the solver
192+
you have installed and have a license for.
193+
194+
5. For offline (One-shot) optimization simulation (Does not require GridLAB-D install):
195+
* **If using Unix based system or Windows Subsystem for Linux (WSL)**: Modify the fields in the `user_inputs.json` file as needed.
196+
To open WSL, you can open the command line interface or terminal and type `wsl` Once the
196197
fields are modified as desired, run `python3 evecosim.py --mode=oneshot` or `python3 evecosim.py --mode oneshot` or
197198
`python3 evecosim.py` in the root directory. This will run the simulation and generate the results in the `results`
198199
folder under the `analysis` directory. After which the platform will generate the cost analysis plots and tables in
199200
the `analysis` folder.
200201
* **If using Native Windows**: TODO
201202

202-
5. For online MPC battery test case (Requires GridLAB-D install):
203+
6. For online MPC battery test case (Requires GridLAB-D install):
203204
* **If using Unix based system or Windows Subsystem for Linux (WSL) [RECOMMENDED]**: Open the `user_inputs.json` file in the root folder and modify the parameters as needed. The prepopulated
204205
fields can be modified. To open WSL, you can open the command line interface or terminal and type `wsl`. Once the
205206
fields are modified as desired, and you are in the project root directory, in the terminal,
@@ -212,7 +213,7 @@ install packages listed in the environment manually. You can also use the `requi
212213
`IEEE123_populated.glm` files, you are done with the initial pre-simulation run preparation.
213214
* Now navigate one level of out `/feeder_population` and run scenarios.py using `python3 scenarios.py` or `gridlabd python scenarios.py` (recommended).
214215

215-
6. For base case (Requires GridLAB-D install):
216+
7. For base case (Requires GridLAB-D install):
216217
* **If using Unix based system or Windows Subsystem for Linux (WSL) [RECOMMENDED]**: Make sure you are in the project root directory and run `python3 evecosim.py --mode base-case-grid` or `python3 evecosim.py --mode=base-case-grid`. The base-case simulation without any EV Charging nor Distrbuted Energy Resources will run. Results will be in the `test_cases/base_case` folder.
217218

218219
* **If using Native Windows**

0 commit comments

Comments
 (0)