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

Missing Variables in CSV Output Despite Being Present in ESO File

asked Jul 29

Zakaria's avatar

updated Jul 29

Hello everyone,

I am encountering an issue with the output variables in EnergyPlus. Specifically, when I export the data to a CSV file for plotting, I notice that some of the 48 variables I requested are missing from the CSV. However, upon checking the ESO file, I see that all the requested variables are generated.

Has anyone else experienced this problem, and if so, what solutions or workarounds have you found?

Any help would be greatly appreciated!

Preview: (hide)

Comments

Do you have more than 255 of them?

Julien Marrec's avatar Julien Marrec  ( Jul 29 )

Only 48 output variables.

Zakaria's avatar Zakaria  ( Jul 29 )

could you share your IDF (or a reduced version) that exhibits the issue?

Julien Marrec's avatar Julien Marrec  ( Jul 30 )
1

Is this the result of using ReadVarsESO (typically when using EP-Launch or with command line --readvars option)? Or did you use the OutputControl:Files option of YES for CSV files?

JasonGlazer's avatar JasonGlazer  ( Aug 1 )

Hi @Julien Marrec,

I've defined 48 output variables in EnergyPlus, including Node Temperature and Heat Flux. As a result, the number of output variables generated in the CSV file exceeds 255.

Is there a way to manage or address this issue?

Thanks

Zakaria's avatar Zakaria  ( Aug 8 )

2 Answers

Sort by » oldest newest most voted
3

answered Aug 8

Check your .err file

Jim Dirkes' advice to check your .err file to make sure you spelled all the output variables correctly is probably the best first step. If you have already done that, it may be a setting in the software that processes the ESO file into the CSV file that is used by EP-Launch or with the EnergyPlus command line. The software that converts the ESO to CSV is called ReadVarsESO. Read below for options depending on what you do.

EP-Launch

If you are using EP-Launch to simulate the file you can enable more than 255 columns by doing the following. First, select the Options menu item under the View Menu.

image description

Then under "Miscellaneous" select "Allow More Than 250 Columns"

image description

The next time you run the simulation you should have as many columns as you want.

Batch File

If you are using the RunEPlus.bat file the %maxcol% parameter needs to be set to "nolimit"

EnergyPlus Command Line

If you are running EnergyPlus using the command line, using the "-r" or "--readvars" option, it should already be producing more than 255 columns.

OutputControl:Files

If you are using in your IDF file, the OutputControl:Files option with the first field for CSV as yes, then it should already be producing more than 255 columns (remember don't use the "-r" or "--readvars" command line option if you do this). Unless you are also showing yes in the third field that controls creating the ESO file, you are probably not using OutputControl:Files.

Preview: (hide)
link

Comments

@JasonGlazer, I reviewed the .err file and confirmed that the output variables are spelled correctly. If there had been a misspelling, they wouldn’t have been generated in the .eso file.

I also followed your advice and increased the column limit to more than 250, which resolved the issue.

Thank you all for your assistance.

Zakaria's avatar Zakaria  ( Aug 8 )
1

answered Jul 30

Jim Dirkes's avatar

When some, but not all, variables show up in the .csv file, it's normally a spelling or syntax error. The .err file will normally indicate (as a warning) which variables cannot be found / produced.

Preview: (hide)
link
0

answered Jul 30

PmP's avatar

There are 2 CSVs, the variables and the meter. Have you checked both?

Preview: (hide)
link

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

2 followers

Stats

Asked: Jul 29

Seen: 183 times

Last updated: Aug 08 '24