NREL / openstudio-ee-gem

Other
1 stars 0 forks source link

nze_hvac is failing in 3.1 #9

Closed DavidGoldwasser closed 2 years ago

DavidGoldwasser commented 3 years ago

Test again once I get model articulation measures working and see if this works as well.

DavidGoldwasser commented 3 years ago

I just ran this dashboard using ruby with master checkout of standards and develop checkout of openstudio-extension gem and the error went away. @tijcolem so as long as final install has updated gems this repo is fine. I'm currently running same test on model articulation repo.

DavidGoldwasser commented 3 years ago

Never mind :( After the test I somehow still had old dashboard in my machine. @tijcolem and @mdahlhausen this is still failing with most current standards gem.

DavidGoldwasser commented 3 years ago

The sizing run seems to have worked, but there is this odd error at end of the openstudio-standards.log file. Nothing follows that describes the error

DEBUG Starting simulation here: /Users/dgoldwas/Documents/GitHub/NREL/openstudio-ee-gem/lib/measures/nze_hvac/tests/output/test_office_vrf_doas_per_story/SizingRun.
INFO  Running simulation /Users/dgoldwas/Documents/GitHub/NREL/openstudio-ee-gem/lib/measures/nze_hvac/tests/output/test_office_vrf_doas_per_story/SizingRun.
DEBUG Running with OS 2.x WorkflowJSON.
DEBUG Successfully ran command: '"/Applications/OpenStudio-3.1.0-rc1/bin/openstudio" run -w "/Users/dgoldwas/Documents/GitHub/NREL/openstudio-ee-gem/lib/measures/nze_hvac/tests/output/test_office_vrf_doas_per_story/SizingRun/in.osw"'
INFO  Finished run.
DEBUG Dictionary Built
ERROR The run did not finish and had following errors:

When I look at the runner log it is showing error like sizing run didn't finish but it did.

[openstudio.model.Model] <1> The run did not finish and had following errors:
**MEASURE APPLICABILITY**
1 = Fail
**INITIAL CONDITION**
**FINAL CONDITION**
**INFO MESSAGES**
Removing existing HVAC systems from the model
Added HVAC System type DOAS with VRF to the model for 5 zones
Added HVAC System type DOAS with VRF to the model for 5 zones
Added HVAC System type DOAS with VRF to the model for 5 zones
**WARNING MESSAGES**
**ERROR MESSAGES**
Unable to perform sizing run for hvac system DOAS with VRF for this model.  Check the openstudio-standards.log in this measure for more details.
DavidGoldwasser commented 3 years ago

@mdahlhausen Not sure if this is still open, but there is UH post about this measure with system type argument selection of hvac_system_type_choice. If there isn't a test of this system type in measure test, then I'll add it when doing 3.2 tests. I may go back and test 3.1 installer as well. https://unmethours.com/question/53648/nze-hvac-measure-could-not-find-argument-error/?comment=53724#post-id-53724

mdahlhausen commented 3 years ago

@DavidGoldwasser I can't recreate the error for the nze hvac measure in several different openstudio and openstudio-standards versions. Can you?