First time here? Check our help page!
0

How to run simulation for run Weather File Run Period ONLY

I have an OpenStudio file with weather file .epw and just want to run the simulation without any sizing based on design days. I removed the design days selected

image description

but got error
image description

see attached OSM file ...ok can not be attached :(

I can see that my eplusout.err is empty
Q1. Is it possible to run simulation without design days?
Q2. why can not see an error?

mdengusiak's avatar
113
mdengusiak
asked 2021-11-30 09:19:52 -0500
Aaron Boranian's avatar
14.1k
Aaron Boranian
updated 2021-11-30 15:25:19 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

Does your IDF have any autosized equipment/fields? If so, you need to run sizing calculations before running an annual simulation. If all of your equipment is hardsized, you can run only the annual simulation.

The empty .err file indicates a crash, rather than just a failed simulation. Try running the IDF with EP-Launch and enable View/Options/Command Window and check Pause During Simulation, this might give you a hint into what's causing the crash.

ericmartinpe's avatar
2.1k
ericmartinpe
answered 2021-12-09 12:05:09 -0500
edit flag offensive 0 remove flag delete link

Comments

@ericmartinpe thanks a lot this is a good suggestion for me to better understand. I do have autosize. I thought that if I set 'off' for sizing and simulation for the sizing period it will size me based on the annual simulation. But I guess will have to fix - hardsized first to run just the annual simulation. Is that correct? I am unable to lunch via EP as I have some none convex shapes and only OpenStuio allows me to run it when using PixelCouting settings.

mdengusiak's avatar mdengusiak (2021-12-09 15:38:20 -0500) edit

Yes, the equipment sizing is calculated based on the design days specified in the SizingPeriod:DesignDay objects. You can extract the autosized equipment values (capacities/flow rates) from the annual simulation output files, and replace the "autosize" with the number.

I'm not sure you need to simulate with OpenStudio just because you're using PixelCounting - what happens if you simulate with EP-Launch or command line?

ericmartinpe's avatar ericmartinpe (2021-12-09 16:57:57 -0500) edit
add a comment see more comments