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

Run Prototype DoE buildings with custom weather

asked 2023-02-08 04:28:05 -0500

updated 2023-02-09 09:12:44 -0500

Hello all,

I use the create_doe_prototype_building measure which seems to accept only a predefined list of epws. Tried to combine it with measure ChangeLocation but then it complains about not having a stat file. In the end I would just like to run the model with a custom epw. It seems basic so the answer may be out there but I could not find it, sorry about that.

Is there a simpler way ? My tentative workflow below

{ 
"run_directory": "run_FR_SFH_2013_system01", 
"measure_paths": [ "../../OpenStudio-HPXML" ], 
"file_paths": [ "../data" ], 
"steps": [ 
  { "arguments": 
    { "building_type": "SmallOffice", "template": "DOE Ref 1980-2004", "climate_zone": "ASHRAE 169-2013-5B", "epw_file": "MONTEREY_724915_CZ2010.epw" }, 
    "measure_dir_name": "create_DOE_prototype_building" }, 
  { "arguments": 
    { "weather_file_name": "Paris_2021.epw", "climate_zone": "ASHRAE 169-2013-5B", "set_year": "2021", "use_upstream_args": true, "epw_gsub": "Do Nothing" }, 
    "measure_dir_name": "ChangeBuildingLocation" } ], 
"run_options": { "fast": true, "skip_expand_objects": true, "skip_energyplus_preprocess": true } }

Thank you

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
0

answered 2023-02-13 08:00:37 -0500

updated 2023-02-15 02:33:42 -0500

Thanks for the answer. It looks like I am on the right track. It feels to me that there should be a way to do all at once.

My next goal is to try to play with different types of heating systems: I have the foudn the measure create typical doe building from model. As far as I understood this measure has some similarities but does not create themodel from scratch. Is the right way to add this step to my workflow [create_DOE_prototype_building, create_typical_doe_building_from_model, changeBuildingLocation] ? I have not tried yet.

edit flag offensive delete link more

Comments

The ChagneBuildingLocationmeasure doesn't use OpenStudio Standards. It parses, the weather file to update weather file and site object in OpenStudio. This doesn't seem to be issue with not finding STAT or DDY file, but about parsing the EPW file. Here is link wi where the weather file is used https://github.com/NREL/openstudio-co...

Something you can try is to run the prototype measure in the OpenStudio Application, then try to set EPW there and see if it works or if it hits a similar issue.

David Goldwasser's avatar David Goldwasser  ( 2023-02-13 10:22:55 -0500 )edit

My error, the epw had a problem indeed. Thanks for your help. I am modifyin gthe answer as it is not pertinent. I have another question though on how to play with the type of HVAC system.

tomaszGorecki's avatar tomaszGorecki  ( 2023-02-15 02:27:03 -0500 )edit
0

answered 2023-02-10 17:16:18 -0500

I have run the DOE Prototype measure and then the ChangeBuildingLocation measure after that. You do have to provide an EPW, DDY, and STAT file for the alternate location. The Stat file is used by ChangeBuildingLocation to get the ClimateZone and water main temperatures. You should run the Prototype measure for the same climate zone as. your custom weather file so there are reasonable representations of system efficiencies, which will be based on the original weather file.

edit flag offensive delete link more

Comments

Hi David for the changing building location measure in PAT, the only input is the weather file name not location /file address. How can I find the name of one specific weather file ?

Brianna's avatar Brianna  ( 2023-06-14 18:55:21 -0500 )edit

Your Answer

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

Add Answer

Careers

Question Tools

1 follower

Stats

Asked: 2023-02-08 04:28:05 -0500

Seen: 84 times

Last updated: Feb 15 '23