You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-7Lines changed: 8 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -188,18 +188,19 @@ install packages listed in the environment manually. You can also use the `requi
188
188
189
189
3. Ensure gridlabd is installed by following recommended installation method if using the online (MPC) power system co-simulation functionality.
190
190
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
196
197
fields are modified as desired, run `python3 evecosim.py --mode=oneshot` or `python3 evecosim.py --mode oneshot` or
197
198
`python3 evecosim.py` in the root directory. This will run the simulation and generate the results in the `results`
198
199
folder under the `analysis` directory. After which the platform will generate the cost analysis plots and tables in
199
200
the `analysis` folder.
200
201
***If using Native Windows**: TODO
201
202
202
-
5. For online MPC battery test case (Requires GridLAB-D install):
203
+
6. For online MPC battery test case (Requires GridLAB-D install):
203
204
***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
204
205
fields can be modified. To open WSL, you can open the command line interface or terminal and type `wsl`. Once the
205
206
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
212
213
`IEEE123_populated.glm` files, you are done with the initial pre-simulation run preparation.
213
214
* Now navigate one level of out `/feeder_population` and run scenarios.py using `python3 scenarios.py` or `gridlabd python scenarios.py` (recommended).
214
215
215
-
6. For base case (Requires GridLAB-D install):
216
+
7. For base case (Requires GridLAB-D install):
216
217
***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.
0 commit comments