Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question
0

How to Set Specific Parameter Sets in jEPlus Instead of All Combinations?

asked 2024-11-01 11:17:16 -0600

tarun.arasu's avatar

updated 2024-11-01 11:52:42 -0600

In jEPlus, I want to define two distinct parameter sets for heating and cooling setpoints, rather than having all combinations. For example, I need only the following sets:

  • Set 1: Heating = 18, Cooling = 22
  • Set 2: Heating = 19, Cooling = 23

When I define these as parameters in jEPlus, it automatically generates 4 jobs (all combinations). How can I configure jEPlus to run only the specific pairs above (2 jobs in total) without generating all combinations?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2024-11-01 12:30:02 -0600

updated 2024-11-02 04:42:42 -0600

The easiest way to do this is using the following syntax, using combinations, in Search Tag:

@@heatingsetpoint@@|@@coolingsetpoint@@

And then configure the variables values like this:

{18|22, 19|23}

There are other ways to achieve this like using a list of cases with only the desired combinations, or for more complex cases even a python, ruby, etc. script. You will find more information in the jEPlus wiki:

http://www.jeplus.org/wiki/doku.php?i...

edit flag offensive delete link more

Comments

Thanks a bunch for your response! it was helpful!

tarun.arasu's avatar tarun.arasu  ( 2024-11-04 16:04:00 -0600 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Training Workshops

Careers

Question Tools

1 follower

Stats

Asked: 2024-11-01 11:17:16 -0600

Seen: 35 times

Last updated: Nov 02