Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question
1

Create prototype building for NECB (Canada)

asked 2022-02-24 08:56:46 -0500

efm29's avatar

I'm trying to create a DOE prototype building from the measure "Create DOE Prototype Building" for NECB 2011 (Canada).

I have a local instance of the measure because I had to correct the code, I had the following error: "wrong number of arguments (given 5, expected 0; required keywords: template, building_type, epw_file)". So I passed these 3 arguments in the function prototype_creator.model_create_prototype_model(). The error disappeared after this modification.

But now, I have the following error: "File does not exist: :/ruby/2.7.0/gems/openstudio-standards-0.2.14/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/SmallOffice.osm". I suppose that this file does not exist in the embedded openstudio-standards gem.

I've already tried the steps recommended in the link: CLI reference in order to install a local gem, but still no success.

Thank you for your help!

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
2

answered 2022-05-10 17:11:20 -0500

The DOE prototype model measure cannot be used with the NECB rulesets. They use entirely separate workflows and data sources within the gem.

edit flag offensive delete link more
0

answered 2024-09-10 13:50:56 -0500

I know this was answered 2 years ago, but how does one go about creating a prototype NECB building using the measure?

edit flag offensive delete link more

Comments

The isn't a measure to create the NECB prototypes, nor plans to make one.

However, you could use the method used to test NECB model generation in openstudio-standards, which is the same codebase as the 90.1 create typical methods. Write a ruby script to call the create_model() method. See the example tests that call this method for allowable inputs.

mdahlhausen's avatar mdahlhausen  ( 2024-10-01 13:00:32 -0500 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Training Workshops

Careers

Question Tools

1 follower

Stats

Asked: 2022-02-24 08:53:14 -0500

Seen: 295 times

Last updated: May 12 '22