First time here? Check our help page!
2

Documentation on required EPW variables to run EnergyPlus?

Not all data are necessary to run EnergyPlus. Does anyone know where I can look for a list of what data are essential?

I've looked at the following documents with no luck: https://energyplus.net/sites/default/... https://energyplus.net/sites/default/... https://energyplus.net/sites/default/...

The epw Data Dictionary has been a great source to learn about the different variables, but I'm still not sure what I should consider completely necessary.

Thanks in advance!

lanee's avatar
23
lanee
asked 2018-06-19 16:36:12 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2018-06-20 17:05:23 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

2

The minimal amount of weather data is not clearly listed. You will find clues in this section of the Auxiliary Programs Document. This table indicates what variables are used by EnergyPlus.

The more original data you have, the better, but the weather processor can create some data based on other available data (e.g. solar), or EnergyPlus will simply not take into account some data if it's missing (e.g. rain and snow). As you read further down this documentation, there are discussions of what the weather processor will do with alternate or missing data. For example, EnergyPlus reads dewpoint and RH (why both? not sure) but you could provide humidity ratio or wet-bulb to the weather processor and it will convert to DP and RH.

I will make an attempt here to make a list of what I think is the minimal set, but I can't say that I have actually tried this.

Required Data

  1. Dry-bulb temperature
  2. Some measure of humidity - dew-point temperature, relative humidity, humidity ratio, or wet-bulb temperature
  3. Solar data - separate direct and diffuse data is best (direct normal or direct horizontal plus diffuse horizontal or global horizontal), next best is just global horizontal, or if you have none the weather processor will create it if you have sky cover data (this is the least accurate)
  4. Wind speed and direction (but you could get away without direction if not using a directional convection model or airflownetwork)

Recommended Data

  1. Horizontal Infrared Radiation Intensity or Opaque Sky Cover
  2. Present Weather Observation with Present Weather Codes (useful to determine if it's raining)
  3. Snow Depth (used to determine if snow is on the ground, used for ground reflected solar)
MJWitte's avatar
9.7k
MJWitte
answered 2018-06-20 17:25:19 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments