Missing Variables in CSV Output Despite Being Present in ESO File
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!
Comments
Do you have more than 255 of them?
Only 48 output variables.
could you share your IDF (or a reduced version) that exhibits the issue?
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?
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