diff --git a/README.md b/README.md index b6034c8..9035848 100644 --- a/README.md +++ b/README.md @@ -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.