createPVscenarioFiles

Runs the WVM model and puts out the OpenDSS PV scenario files

Contents

Syntax

index = createPVscenarioFiles(plantInfoFile,irradianceFile,A_value,circuitFile);
index = createPVscenarioFiles();

Description

Function to load in the inputs to the WVM (plant info and irradiance sensor info), run WVM, create the loadshape file, and the solar scenario OpenDSS file.

Inputs

Outputs

Example

Example run of createPVscenarioFiles

createPVscenarioFiles('./ExampleCircuit/Ckt24_PV_Central_7_5.mat','./Subfunctions/WVM_subfunctions/Livermore_irr_sensor.mat',10,'.\ExampleCircuit\master_ckt24.dss');
%