results collection: set the report variable as the results of the script
Hi all, I am running my project in jEplus2.1, the idea is to maximize the self-consumption rate. I used the RVIs to extract the hourly electricity demand and PV production, and stored the data in each job folder. Then I used the scripts function to calculate the self-consumption rate of each case, and this ran in each job folder.
My question is, I have no idea how to connect the simulation results of the scripts with the "c", for example, as c1, so that in the ReportVars part I can write v1=c0.
If you added a script to process hourly data from RVI output, it should produce a table that jEPlus will read and add to the c? columns. See manual here: http://www.jeplus.org/wiki/doku.php?i...
yes it worked thanks so much!