2

Climate Zone 0B in OpenStudio

I want to use the prototype buildings in openstudio, however, they are not available for climate zone 0B (Qatar). how can fix this issue ? Or what is the best way to design a building in climate zone 0B?

ammar's avatar
21
ammar
asked 2022-03-17 05:20:19 -0500
Aaron Boranian's avatar
14.1k
Aaron Boranian
updated 2022-03-17 09:12:01 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

4

Hello Ammar. The OpenStudio measure, Create DOE Prototype Building, does not include climate zone 0 so far, but we have already added climate zone 0A and 0B in the openstudio standards. The easy way for you is to find this measure (create_DOE_prototype_building/measure.rb) and use the text editor to open it. Then, you need to add climate_zone_chs << 'ASHRAE 169-2013-0B' between lines 104 and 105. Then, it should work.

In addition, I posted this issue here.

Yunyang Ye's avatar
816
Yunyang Ye
answered 2022-03-17 18:24:30 -0500
edit flag offensive 0 remove flag delete link

Comments

This is great, thank you so much !!

ammar's avatar ammar (2022-03-18 06:22:33 -0500) edit
add a comment see more comments