We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
library(eplusr) # get EnergyPlus v9.1 installation directory dir <- eplus_config(9.1)$dir # use example model and weather file distributed with EnergyPlus v9.1 path_model <- file.path(dir, "ExampleFiles/RefBldgMediumOfficeNew2004_Chicago.idf") path_weather <- file.path(dir, "WeatherData/USA_IL_Chicago-OHare.Intl.AP.725300_TMY3.epw") param_job(path_model, path_weather) #> IDD v9.1.0 has not been parsed before. #> Try to locate `Energy+.idd` in EnergyPlus v9.1.0 installation folder '/usr/local/EnergyPlus-9-1-0'. #> IDD file found: '/home/hongyuanjia/.local/EnergyPlus-9-1-0/Energy+.idd'. #> Start parsing... #> Parsing completed. #> ── EnergPlus Parametric Simulation Job ───────────────────────────────────────── #> * Seed: '/home/hongyuanjia/.local/EnergyPlus-9-1-0/ExampleFiles/RefBldgMedi... #> * Weather: << Not specified >> #> * EnergyPlus Version: '9.1.0' #> * EnergyPlus Path: '/home/hongyuanjia/.local/EnergyPlus-9-1-0' #> << No measure has been applied >>
Created on 2020-06-07 by the reprex package (v0.3.0)
The text was updated successfully, but these errors were encountered:
Closes via #260
Sorry, something went wrong.
hongyuanjia
No branches or pull requests
Created on 2020-06-07 by the reprex package (v0.3.0)
The text was updated successfully, but these errors were encountered: