NREL / resstock

Highly granular modeling of residential building stocks at national, regional, and local scales using OpenStudio/EnergyPlus.
https://resstock.nrel.gov
Other
104 stars 51 forks source link

"applicable" columns are confusing. #1027

Open rajeee opened 1 year ago

rajeee commented 1 year ago

Currently, for a baseline run, ResStock outputs the following combination of "applicable" columns.

image

So, when the run is completed successfully, the report_simulation_output.applicable is set to True but simulation_output_report.applicable is None. Which seems inconsistent. The values of other columns make sense.

For upgrade run, the possible set of combinations are as follows (as seen in a 550K upgrade run):

image

Same issue with simulation_output_report.applicable vs report_simulation_output.applicable for successful run.

For Invalid runs, which is supposed to indicate that a building is not a part of an upgrade and no simulation is done for that, Only the "simulation_output_report.applicable" is False. I would have expected all the columns to be False.

joseph-robertson commented 1 year ago

Is this actually a buildstockbatch issue?

rajeee commented 1 year ago

We can ignore the applicable columns in the buildstockbatch since "completed_status" column contains all the info we need.