The following warnings occurred: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.0.30 (Linux)
|
Job list file with parameter indices - 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: Job list file with parameter indices (/showthread.php?tid=409) |
Job list file with parameter indices - gmavrom - 01-08-2016 Dear jEPlus community, I am working with a job list file in order to specify the jobs of a model I want to run. In the documentation, I see that I can specify the index of a parameter, instead of the actual value. For instance, I have a parameter that gets values from 100 values stored in a text file: @file(office_appliances_level_variable.txt) What I want to do is specify an index for the parameter (1-100) so that it gets the corresponding value from the text. Instead, what happens is that jEPlus recognises the number as the parameter value and not the parameter index. Is there a way to specifically clarify that I want jEPlus to treat the values as indices from the GUI? Regards, George RE: Job list file with parameter indices - Yi - 01-08-2016 George, If you are using the job list file, then, no. Through the commandline, however, you can do it using the '-index' option: http://www.jeplus.org/wiki/doku.php?id=docs:manual_1_6_advanced#specify_jobs_with_value_indexes Yi RE: Job list file with parameter indices - gmavrom - 01-11-2016 This is clear. Thank you very much. George |