hongyuanjia / eplusr

A Toolkit for Using EnergyPlus in R.
https://hongyuanjia.github.io/eplusr
Other
67 stars 13 forks source link

Add control for whether to run `ReadVarsESO` in `Idf$run()` #589

Closed hongyuanjia closed 1 month ago

hongyuanjia commented 3 months ago

Currently, unlike EplusJob$run(), EplusGroupJob$run() and ParametricJob$run(), Idf$run() did not have a readvars parameter. ReadVarsESO could take quite a long time to finish for a model with a large output variable requested.