2

jePLUS 2.0 - running several *idf files automaticaly

Hello,

I'm using jePlus2.0 for parametric studies and using LCC as output for minimization.

I'm exploring run one hundred, or even thousand different *.idf (every *.idf are previous generated by Montecarlo approach, in order to combine different occupation scenarios) in jePLUS.

Having a lot of .idf to run in jePLUS2.0, there is any solution to run automatically every .idf, instead of manual configuration of each *.idf?

Is it possible to do that with jePLUS2.0?

Note: the "Parameter Table"(jePLUS2.0) and LLC output are the same for all *.idf files.

Thanks in advance.

Cheers

Rui

ruifoliveira's avatar
57
ruifoliveira
asked 2020-04-17 11:07:23 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2020-04-18 09:22:50 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

Hi Rui,

If all your IDF files are in the same folder, just select all of them in the file selector dialogue using the Shift key or ctrl-A. You may also create a text file with a ".lst" extension and put in there all the idf file names, including the paths if they are in different folders, then select the list file instead of the idfs in jEPlus.

jEPlus v2.0's project file is in JSON format, which is quite easy to understand and manipulate. This gives you the third option to write the idf files to include in the project programmatically, and call jEPlus using its command-line interface...

Regards,

Yi

Yi Zhang's avatar
1.2k
Yi Zhang
answered 2020-04-18 11:38:50 -0500
edit flag offensive 0 remove flag delete link

Comments

Thank you very much Dr. Zhang. Problem solved according your instructions. Regards, Rui

ruifoliveira's avatar ruifoliveira (2020-05-12 05:18:35 -0500) edit

In the first two cases of the solution explained, do we have to still go to individual IDF files and edit the variables which we want to parameterize one by one (or) is there a way, we can do it all in one go? Can you please expound on this?

Also, do you have any reference material for manipulating the JSON to read all the files and calling JEPlus via the command line interface?

Prakash R R's avatar Prakash R R (2022-08-15 10:58:20 -0500) edit

Hekki Prakash, First question - i used eppy to prepare the files (see https://pythonhosted.org/eppy/index.html). Second question - I never did that. However, you have more information here (http://www.jeplus.org/wiki/doku.php?i...)

Regards, Rui Oliveira

ruifoliveira's avatar ruifoliveira (2022-08-18 04:41:14 -0500) edit

Thanks for this. Much appreciated!

Prakash R R's avatar Prakash R R (2022-08-18 06:30:44 -0500) edit
add a comment see more comments