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

Failed to print weather path in ParametricJob objects #252

Closed
hongyuanjia opened this issue Jun 7, 2020 · 1 comment
Closed

Failed to print weather path in ParametricJob objects #252

hongyuanjia opened this issue Jun 7, 2020 · 1 comment
Assignees
Milestone

Comments

@hongyuanjia
Copy link
Owner

hongyuanjia commented Jun 7, 2020

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)

@hongyuanjia
Copy link
Owner Author

Closes via #260

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

No branches or pull requests

1 participant