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

How to find hourly position of the Sun?

asked 2015-05-05 11:25:21 -0500

Waseem's avatar

updated 2020-01-20 12:09:38 -0500

What is the best way to find hourly position of the Sun? Is it by outputting azimuth and altitude angle (code below), which will give horizontal and vertical location of the Sun or there is some other way of doing it?

Output:Variable,*,Site Solar Azimuth Angle,hourly; !- Zone Average [deg]
Output:Variable,*,Site Solar Altitude Angle,hourly; !- Zone Average [deg]
edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
3

answered 2015-05-05 13:48:12 -0500

updated 2015-05-05 15:07:08 -0500

Hi Waseem,

For hourly position of the sun, there are three output variables to consider.

Output:Variable,*,Site Solar Azimuth Angle,hourly; !- Zone Average [deg]

This relates the angle from the sun's position away from the north axis on a horizontal plane

Output:Variable,*,Site Solar Altitude Angle,hourly; !- Zone Average [deg]

This relates the angle from the sun's position upward from the horizontal plane / horizon

Output:Variable,*,Site Solar Hour Angle,hourly; !- Zone Average [deg]

This gives the apparent solar time for the current time period, expressed in deg (+ before noon, - after noon).

For more details on these outputs, you can reference the Shading Module portion of the Engineering Reference HERE

I hope this helps!

edit flag offensive delete link more

Comments

Hi Aaron, I tried your suggestion and added the three output variables related to solar altitude, azimuth and solar angle. However, the hourly values as reported for the 3 variables are the same regardless of the epw files been used. May I ask if this is expected? and how to get local sun altitude and azimuth as those used to draw the sun path? Thanks.

oat's avatar oat  ( 2017-12-29 07:18:03 -0500 )edit

@oat EnergyPlus calculates solar angles depending upon Latitude and Longitude settings in the Site:Location object. Are you updating this object when you apply a different EPW file?

Aaron Boranian's avatar Aaron Boranian  ( 2018-01-02 14:47:05 -0500 )edit

Would anyone output this information for the baseline model already.

llfan_123's avatar llfan_123  ( 2021-07-23 09:59:35 -0500 )edit

@llfan_123 by "baseline model" do you mean the default for all EnergyPlus simulations? Some users may only want to see these outputs for initial simulations to inform design decisions and not want them generated for every simulation of every model.

If you have a list of Output:Variable objects that you want to generate between models, you can save a file that is essentially a list of them to copy into models. Or, search in the RDD output file after a simulation.

Aaron Boranian's avatar Aaron Boranian  ( 2021-07-23 10:08:44 -0500 )edit

I think the sun location should be in the epw/weather file, and I think this should be updated when applying a different EPW file @Aaron Boranian

llfan_123's avatar llfan_123  ( 2021-07-23 11:08:03 -0500 )edit
2

answered 2017-12-29 07:24:58 -0500

oat's avatar

and this is the chart by plotting solar azimuth vs solar altitude:

image description

... which is quite different from similar chart such as this one:

image description

May I ask why the local sun altitude and azimuth are not reported by the three variables? and why the scatter plot of the two variables generated from EnergyPlus is different from other similar chart?

edit flag offensive delete link more

Comments

Even though they're both plotting solar azimuth and altitude, the two plots look different because they're grouped differently. The top plot shows sun positions for the same hour over 365 days. These figure 8s are called analemma, the Web has pictures of lots of them. The bottom plot shows sun positions for each month over a typical day. If you connect the dots on the top plot for the same day, the result should be the same. Note that the top plot shows sun positions below the horizon and seems to be for a location in the tropics, while the bottom plot is for a northern location.

Joe Huang's avatar Joe Huang  ( 2017-12-30 19:05:41 -0500 )edit

Which is the location for this figure? Is it for everywhere? Thanks.

llfan_123's avatar llfan_123  ( 2021-07-24 21:06:58 -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: 2015-05-05 11:25:21 -0500

Seen: 1,030 times

Last updated: Dec 29 '17