Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MuMonish authored Mar 31, 2022
1 parent 840cf2d commit f05e10a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The proposed application is developed in Python, and it requires the following p
```` console
user@user> cd distributed-energy-coordinator
user@user/distributed-energy-coordinator> cd dec
user@user/distributed-energy-coordinator/dec> python3 run_dec_both.py "feeder_mrid"
user@user/distributed-energy-coordinator/dec> python3 run_dec.py "feeder_mrid"
````
To simulate the over-voltage scenarios in the network, it is assumed that the PV generation is at its peak and nominal loads are scaled by a constant factor; this emulates an operating condition for a particular time of the day. In GridAPPS-D simulation, such operating conditions will be extracted from the simulation output using Simulation API. Once the application is invoked, it will start the optimization, and after the convergence, voltages and curtailment factors will be plotted. A CIM difference message will be created for the PV setpoint, and it will be dumped to a JSON file inside dec/outputs directory. Individual JSON files will be created for each agent that will contain the device information and its corresponding setpoints.

Expand Down

0 comments on commit f05e10a

Please sign in to comment.