NREL / reV

Renewable Energy Potential (reV) Model
https://nrel.github.io/reV/
BSD 3-Clause "New" or "Revised" License
101 stars 24 forks source link

Run Gen and Econ using HSDS #49

Closed MRossol closed 4 years ago

MRossol commented 4 years ago

@grantbuster We currently can't run Gen or Econ using HSDS as there is no way to pass the hsds kwarg through Gen.reV_run or Econ.reV_run (or SAM).

Resource class: Screen Shot 2019-11-11 at 1 11 53 PM

Gen.reV_run error: Screen Shot 2019-11-11 at 1 11 24 PM

Any chance you can hotfix this ASAP as I need it for a NARIS Mexico deliverable.

grantbuster commented 4 years ago

HSDS kwarg added to Gen.reV_run() in branch. Need to either integrate the kwarg into config or have a utility that can identify an HSDS file vs. an .h5 file. The latter would be my preference. Action on @MRossol to see if that's possible.

MRossol commented 4 years ago

HSDS kwarg removed from all but handlers and now inferred using utilities.check_res_file

grantbuster commented 4 years ago

Closed in #79