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

multifamily_central_wwhp doesn't work with OpenStudio 3.0.1 #40

Open
DavidGoldwasser opened this issue Oct 14, 2020 · 1 comment
Open

Comments

@DavidGoldwasser
Copy link
Collaborator

DavidGoldwasser commented Oct 14, 2020

A number of new measures are being pulled over from the private OpenStudio-measure repo that are in support of the zero energy multifamily workflow.
https://github.com/NREL/openstudio-model-articulation-gem/tree/new_measures_oct2020

The measure runs but this error happens on E+ run.

Program Version,EnergyPlus, Version 9.3.0-baff08990c, YMD=2020.10.14 10:05,
   ** Severe  ** <root>[EnergyManagementSystem:ProgramCallingManager][res wh_Building Unit 1 ProgramManager][programs][0] - Missing required property 'program_name'.
   ** Severe  ** <root>[EnergyManagementSystem:ProgramCallingManager][res wh_Building Unit 1 ProgramManager][programs][1] - Missing required property 'program_name'.
   **  Fatal  ** Errors occurred on processing input file. Preceding condition(s) cause termination.

This may need updates for OpenStudio 3.1.0 as well.

For reference, can test in this OSW by setting skip to false for this argument.
https://github.com/DavidGoldwasser/osw2osa/blob/pre_bundled/run/workflows/ze_multifamily/in.osw#L310

@DavidGoldwasser
Copy link
Collaborator Author

I wanted to confirm issue was not somehow unique to other changes that might had been made in measure in the workflow, so I ran the unit test for the measure, and took one of those (test_apartment_central) and ran EnergyPlus. It has a different failure shown below.

   ** Severe  ** Invalid Output:Variable or Output:Meter Name =WATER TO WATER HEAT PUMP ELECTRIC POWER
   **   ~~~   ** Entered in EnergyManagementSystem:Sensor=P_PIRANHA_SENSOR
   **   ~~~   ** Output:Variable Name not found
   ** Severe  ** Invalid Output:Variable or Output:Meter Name =WATER TO WATER HEAT PUMP LOAD SIDE HEAT TRANSFER RATE
   **   ~~~   ** Entered in EnergyManagementSystem:Sensor=Q_COND_PIRANHA_SENSOR
   **   ~~~   ** Output:Variable Name not found
   **  Fatal  ** Errors found in processing Energy Management System input. Preceding condition causes termination.
   ...Summary of Errors that led to program termination:```

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

No branches or pull requests

1 participant