EnergyPlus Number of Output Variables Limitation
I made a very large model with more than 200 thermal zones. I found an issue when I request more than one output variables in E+, it will only report one variable in the excel output.
Is this because an limitation within EnergyPlus for number of reporting zones?
Now I have to run several parallel simulations to request more variables which is very time consuming.
Comments
There should be no limitations. Did you initially create an rvi file and forget to update it?
There might be one limitation (maybe that's outdated though): the number of columns (=N_variables - 1) used to be limited to 256 (old Excel versions - 2003 and older - had such a limitation of max 256 columns, now it's 16,384). There's an option in the EP-Launch parameters to discard any warning message and allow more than 250 columns. See the VB source code for EP-Launch here
But if you get exactly ONE variable (not one per zone), I'd think this is a different problem.
@Julien Marre . How should I use those VB source code for EP-launch. Thank you very much for the quick response. For example I only requested zone lighting and electrical equipment,so I will be more than 500 columns.
Related post (that I forgot I ever wrote...): Calling ReadVarsESO without the 255 columns limit
(I gave you the VB code because I don't have EP-Launch handy, doesn't exist on mac...) In EP-Launch, go to Options, and find this option to "Allow more than 250 columns" and check it. Then rerun sim. Are you getting ONE variable now, or ONE per zone? Stated differently, how many columns do you have in your
csv
output now?