1

TMYx for resstock

Given the changes in weather patterns, does that make sense to use TMYx for resstock simulations? If so, how does the process differ from simulating using the TMY3 which weather stations get assigned to different counties?

mfath's avatar
659
mfath
asked 2023-12-13 12:58:23 -0500
edit flag offensive 0 remove flag close merge delete

Comments

Maybe this source can provide insight.

https://www.ibpsa.us/ask-a-modeler/as...

sashadf1's avatar sashadf1 (2023-12-13 15:24:23 -0500) edit
add a comment see more comments

1 Answer

1

You can specify custom weather files through the weather_station_epw_filepath argument in options_lookup.

Example:

weather_station_epw_filepath=../../../weather/G0100010.epw

https://buildstockbatch.readthedocs.i...

That answers the question of how to use TMYx. Whether (weather?) you should, I'm not sure. The IBPSA article mentions "Currently, there are more than 13,550 TMYx locations supplied. This is the same dataset and methodology used in the creation of TMY3 files, although some stations may have been taken offline, and new ones added."

If the same weather stations were used for TMYx as for TMY3, just with more recent data, you can probably assign appropriate TMYx EPWs in options_lookup and go from there.

sashadf1's avatar
1.1k
sashadf1
answered 2023-12-13 15:32:20 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments