-
Notifications
You must be signed in to change notification settings - Fork 25
Description
I have spent over 12 hours trying to get a PV daily simulation running, and I am stuck on the final execution order. I have resolved all path and CSV format errors.
The Problem: The simulation consistently shows the generic trapezoidal plot (Loadshape.Shape1) and NOT my dynamic PV_shape1s.csv file, even though my code uses Redirect ieee37_with_PV.dss.
This is because the conflicting code in the main ieee37.dss file runs first and assigns the trapezoid to all loads:
New Loadshape.Shape1...
BatchEdit Load..* daily=Shape1
I cannot edit the main ieee37.dss file (Windows permissions).
The Final Error: When I try to fix the PV script, my OpenDSS version throws the error: Unknown parameter 'Daily' for object PVSystem.PV because it dislikes the continuation line (~ Daily=MyIrrad...).
Final Request: What is the simplest sequence of OpenDSS commands to paste directly into the terminal to force the following to happen in memory, thereby ensuring my custom PV shape is used?
Compile the main script.
Delete/Remove the conflicting Loadshape.Shape1.
Execute the PV script to assign the correct shapes.
Solve.
Any help is appreciated. I need to finish this and get some rest. Thank you.