The following warnings occurred:
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.0.30 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.0.30 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $awaitingusers - Line: 36 - File: global.php(844) : eval()'d code PHP 8.0.30 (Linux)
File Line Function
/global.php(844) : eval()'d code 36 errorHandler->error
/global.php 844 eval
/printthread.php 16 require_once
Warning [2] Undefined array key "style" - Line: 909 - File: global.php PHP 8.0.30 (Linux)
File Line Function
/global.php 909 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$lang_select_default - Line: 5132 - File: inc/functions.php PHP 8.0.30 (Linux)
File Line Function
/inc/functions.php 5132 errorHandler->error
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key "additionalgroups" - Line: 7288 - File: inc/functions.php PHP 8.0.30 (Linux)
File Line Function
/inc/functions.php 7288 errorHandler->error
/inc/functions.php 5152 is_member
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key "additionalgroups" - Line: 7288 - File: inc/functions.php PHP 8.0.30 (Linux)
File Line Function
/inc/functions.php 7288 errorHandler->error
/inc/functions.php 5152 is_member
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.0.30 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.0.30 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.0.30 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.0.30 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.0.30 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.0.30 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



jeplus.org forums
Combinatorial parameters (solved) - Printable Version

+- jeplus.org forums (http://jeplus.org/mybb)
+-- Forum: Building simulation tools (http://jeplus.org/mybb/forumdisplay.php?fid=1)
+--- Forum: jEPlus (http://jeplus.org/mybb/forumdisplay.php?fid=2)
+--- Thread: Combinatorial parameters (solved) (/showthread.php?tid=19)



Combinatorial parameters (solved) - kostas mourkos - 11-22-2014

Hi to everyone,
I am using Daysim/Radiance to calculate the lighting loads and then I import the associated schedule file to Energy Plus. Now just say that I have two window parameters ( single @ double glazing) and the associated lighting control files lighting_control_single_glazing and lighting_control_double_glazing. How can I combine single glazing with lighting_control_single_glazing  in order to avoid combinations like single_glazing  with lighting_control_double_glazing?
Thanks in advance,
Kostas


RE: Combinatorial parameters - Yi - 11-22-2014

Hi Kostas,

Using EP-Macro will be essential here. If you haven't tried it, there is video tutorial here: http://www.jeplus.org/wiki/doku.php?id=docs:videos:3_epmacro for a quick introduction. The full details of EP-Macro is in the official document (http://apps1.eere.energy.gov/buildings/energyplus/pdfs/auxiliaryprograms.pdf), from page 129.

You can save the lighting schedules in text files separately, and import them into the main IDF (now should be named IMF) model using the ##include command. If you name the schedule files carefully, so they are aligned with the glazing options, you can then control both with one parameter.

For example, if the glazing parameter uses search tag @@glazing@@ with two values {single, double}, you can name the schedule files as lighting_single.idf and lighting_double.idf, respectively. And then in the main model, import the schedule file with ##include lighting_@@glazing@@.idf...

There are other ways to do this, such as using the combinatorial parameters (see: http://www.jeplus.org/wiki/doku.php?id=docs:manual_1_5_params#combinatorial_parameters)

Hope these make sense...

Yi


RE: Combinatorial parameters - kostas mourkos - 11-23-2014

Yes, they make sense. Many thanks for your reply.
Kostas