<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>BetterGrids Collection: University of California, Riverside</title>
  <link rel="alternate" href="http://item.bettergrids.org/handle/1001/534" />
  <subtitle>University of California, Riverside</subtitle>
  <id>http://item.bettergrids.org/handle/1001/534</id>
  <updated>2026-04-08T21:19:03Z</updated>
  <dc:date>2026-04-08T21:19:03Z</dc:date>
  <entry>
    <title>Resource Forecasting Algorithm</title>
    <link rel="alternate" href="http://item.bettergrids.org/handle/1001/540" />
    <author>
      <name>Howlader, Abdul Motin, Hamed Mohsenian-Rad</name>
    </author>
    <id>http://item.bettergrids.org/handle/1001/540</id>
    <updated>2019-09-06T21:46:44Z</updated>
    <published>2019-09-06T00:00:00Z</published>
    <summary type="text">Title: Resource Forecasting Algorithm
Authors: Howlader, Abdul Motin, Hamed Mohsenian-Rad
Abstract: ===============================================================================================&#xD;
Resource Forecasting &#xD;
Abdul Motin HOwlader and Hamed Mohsenian-Rad&#xD;
University of California, Riverside&#xD;
July 2019&#xD;
===============================================================================================&#xD;
&#xD;
---------------------------------4h-ahead of prediction----------------------------------------&#xD;
&#xD;
Python File: Forecast_CE-CERT_4h_Pred.py&#xD;
&#xD;
To run this Python File: Python Version 3.6.3 and Keras API are required. &#xD;
&#xD;
Deep neural network method such as Long short-term memory (LSTM) was applied to forecast the PV power. &#xD;
&#xD;
The Python File reads all the input parameters from the "CE-CERT_1200_4h.csv" for LSTM network.&#xD;
&#xD;
Output Results: &#xD;
	4h-ahead of PV power forecasting and it will be saved in the "file_path.csv" file. &#xD;
	An actual and prediction graph will be displayed.&#xD;
	Percentage normalize root mean square error (%nRMSE) will be shown as an output result. &#xD;
&#xD;
	In output "file_path.csv", the first column refers as number of data point, second column for actual data, and third column for prediction data.&#xD;
---------------------------------24h-ahead of prediction----------------------------------------&#xD;
&#xD;
Python File: Forecast_CE-CERT_24h_Pred.py&#xD;
&#xD;
To run this Python File: Python Version 3.6.3 and Keras API are required. &#xD;
&#xD;
Deep neural network method such as Long short-term memory (LSTM) was applied to forecast the PV power. &#xD;
&#xD;
The Python File reads all the input parameters from the "CE-CERT_1200_24h.csv" for LSTM network.&#xD;
&#xD;
Output Results: &#xD;
	24h-ahead of PV power forecasting and it will be saved in the "file_path.csv" file. &#xD;
	An actual and prediction graph will be displayed.&#xD;
	Percentage normalize root mean square error (%nRMSE) will be shown as an output result. &#xD;
&#xD;
	In output "file_path.csv", the first column refers as number of data point, second column for actual data, and third column for prediction data.</summary>
    <dc:date>2019-09-06T00:00:00Z</dc:date>
  </entry>
  <entry>
    <title>Scenario Analysis of Extremum Seeking for Volt-Var Control and Phase Balancing</title>
    <link rel="alternate" href="http://item.bettergrids.org/handle/1001/539" />
    <author>
      <name>MacDonald, Jason</name>
    </author>
    <author>
      <name>Sankur, Michael</name>
    </author>
    <id>http://item.bettergrids.org/handle/1001/539</id>
    <updated>2019-09-06T17:12:41Z</updated>
    <published>2019-01-01T00:00:00Z</published>
    <summary type="text">Title: Scenario Analysis of Extremum Seeking for Volt-Var Control and Phase Balancing
Authors: MacDonald, Jason; Sankur, Michael
Abstract: This is a self contained simulation that implements Extremum Seeking Control to provide a selectable objective (Voltage Regulation, Minimize Losses, &amp; Voltage and Current Balancing) to a distribution system.  Three phase power flow is solved via the Newton Raphson method.
Description: Devices in the network providing extremum seeking control will minimize the selected objective by probing the system with unique sinusoids.  The objective will be formed from the appropriate measurements of the system states, as determined via the 3-phase power flow results.  The ES controllers extract their gradient based on the probe from the objective values and drive their set point (without the probe) toward the system minimum.  See Readme for more description.</summary>
    <dc:date>2019-01-01T00:00:00Z</dc:date>
  </entry>
  <entry>
    <title>Topology Reconfiguration for Loss Minimization with PV</title>
    <link rel="alternate" href="http://item.bettergrids.org/handle/1001/538" />
    <author>
      <name>MacDonald, Jason</name>
    </author>
    <id>http://item.bettergrids.org/handle/1001/538</id>
    <updated>2019-09-06T17:12:25Z</updated>
    <published>2019-01-01T00:00:00Z</published>
    <summary type="text">Title: Topology Reconfiguration for Loss Minimization with PV
Authors: MacDonald, Jason
Abstract: Minimize losses through topology reconfiguration and optimal real/reactive power scheduling from PV in system.  Performs an initial OPF on the base network, choosing optimal PV output, then iterates between an exhaustive search for network reconfiguration via swapping the states of an open and closed switch and the OPF until convergence criteria is reached.
Description: See Readme in file</summary>
    <dc:date>2019-01-01T00:00:00Z</dc:date>
  </entry>
  <entry>
    <title>Distribution System State Estimation Algorithm</title>
    <link rel="alternate" href="http://item.bettergrids.org/handle/1001/537" />
    <author>
      <name>Izadi, Milad; Mohammad, Farajollahi; and Hamed, Mohsenian-Rad</name>
    </author>
    <id>http://item.bettergrids.org/handle/1001/537</id>
    <updated>2019-07-29T23:08:39Z</updated>
    <published>2019-07-28T00:00:00Z</published>
    <summary type="text">Title: Distribution System State Estimation Algorithm
Authors: Izadi, Milad; Mohammad, Farajollahi; and Hamed, Mohsenian-Rad
Abstract: ===============================================================================================&#xD;
 Distribution System State Estimation&#xD;
 Milad Izadi, Mohammad Farajollahi, and Hamed Mohsenian-Rad&#xD;
 University of California, Riverside&#xD;
 July 2019&#xD;
 ===============================================================================================&#xD;
 MATLAB [V_est] = DSSE_UCR(loc_pmu,loc_linesensor,ErrV,ErrI,ErrS) &#xD;
 &#xD;
 Input Arguments: 1) Location of micro-PMUs and line sensros;&#xD;
                  2) Standard deviation of micro_PMUs, line sensor, and psuedo-measurement;&#xD;
                  3) Network data including load data (available at loadata.mat) and &#xD;
                     branch data (available at Ybus.mat,Yfbrn.mat, and Ytbrn.mat).&#xD;
 &#xD;
 Output Arguments: Complex estimated voltage at all nodes &#xD;
 &#xD;
 Use the following MATLAB codes and sample input data to call the DSSE_UCR function (a test code is provided in Test_DSSE_UCR.mfile):&#xD;
&#xD;
&#xD;
 loc_pmu = [1,12,28];                                                       % Location of micro-PMU&#xD;
 loc_linesensor = [ 18 22 7 30 15];                                         % Location of line sensor&#xD;
 ErrV = 1; ErrI = 1; ErrS = 25;                                             % Standard deviation&#xD;
 [V_est] = DSSE_UCR(loc_pmu,loc_linesensor,ErrV,ErrI,ErrS)</summary>
    <dc:date>2019-07-28T00:00:00Z</dc:date>
  </entry>
</feed>

