Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Readvars does not produce hourly CSV outputs #196

Closed
eloneill opened this issue Apr 20, 2018 · 7 comments
Closed

Readvars does not produce hourly CSV outputs #196

eloneill opened this issue Apr 20, 2018 · 7 comments

Comments

@eloneill
Copy link

When running a simulation and setting readvars=True, ReadVarsESO does not seem to process the eplusout.eso file into a CSV.

@santoshphilip
Copy link
Owner

I am unfamiliar with eplusout.eso being converted into a csv file.
Can do you do this with EpLaunch ?
Can you point me to the documentation on this.

@ncbrown , are you familiar with this ?

I might have to experiment a bit to figure this our.

@eloneill
Copy link
Author

eloneill commented Apr 20, 2018

When you run EPLaunch, this is done automatically. To be honest, I'm not even sure I see readvars=True doing anything in run_functions.py, but I'm far from an expert on the coding side of things. Could the problem be that that argument isn't running ReadVarsESO at all?

https://bigladdersoftware.com/epx/docs/8-0/input-output-reference/page-090.html

@santoshphilip
Copy link
Owner

  • idf.run() is a python wrapper around the EnergyPlus command line interface
  • so in principle it should be able to do anything that the command line does. (and cannot do something that the command line cannot do)

In any case, I am a little curious now and will look into this.

@santoshphilip
Copy link
Owner

I found two issues related to this

I tested it with idf.run(readvars=True) with EnergyPlus-8-9-0 and ReadVarsESO is running on that version
From the above issues, it seems like the earlier versions (need to check which versions) are not running ReadVarsESO

I'll update the documentation to reflect this.

@santoshphilip
Copy link
Owner

santoshphilip commented Apr 20, 2018

Ok I tested idf.run(readvars=True) with

  • EnergyPlus-8-3-0 - DOES NOT make CSV
  • EnergyPlus-8-4-0 - makes CSV
  • EnergyPlus-8-5-0 - makes CSV
  • EnergyPlus-8-6-0 - makes CSV
  • EnergyPlus-8-7-0 - makes CSV
  • EnergyPlus-8-8-0 - makes CSV
  • EnergyPlus-8-9-0 - makes CSV

All testing was done on a Mac

I noticed in your unmethours question https://unmethours.com/question/30938/eppy-doesnt-produce-output-variables/ you are using E+ v 8.5

What platform are you on ?
Can you test with other versions of EnergyPlus on that platform

@santoshphilip
Copy link
Owner

I'll update the documentation in eppy to reflect this and then close this issue

@santoshphilip
Copy link
Owner

documentation has been updated in the develop branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants