results collection: set the report variable as the results of the script

asked 2022-03-03 04:03:30 -0500

qirachel's avatar

updated 2022-03-03 09:21:32 -0500

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.

edit retag flag offensive close merge delete

Comments

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...

Yi Zhang's avatar Yi Zhang  ( 2022-03-07 03:17:28 -0500 )edit

yes it worked thanks so much!

qirachel's avatar qirachel  ( 2022-03-17 05:17:17 -0500 )edit