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

Glare Sensor Results not Found

asked 2016-03-02 13:58:40 -0500

I added glare sensors to my OpenStudio model, and used the Radiance Measure to calculate DGP(simplified). The results do not show up in radout.sql. Why is this? Where's the glare?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2016-03-02 14:09:10 -0500

As of OpenStudio v1.9.3, the glare results produced by the OpenStudio Radiance Measure are being saved to two json-formatted text files instead of the "radout.sql" file. The long-term goal is to deprecate the radout.sql file in favor of free-form data files that can be read and plotted using the OpenStudio Report Measure API. With v1.10.5, full support for multiple glare sensors is included, and all results are saved to these files.

Radiance Results

For any successful OpenStudio model run, in the Radiance Measure's run directory, radiance/output will contain the following two files:

  1. radout.json
  2. glare.json

The former contains all of the Radiance-generated data for illuminance maps and glare sensors, and the latter contains just the glare data, along with more detail about the individual glare sensors themselves (number and coordinates of all views). e.g., the image below shows the partial contents of a glare.json file. Each space containing one or more glare sensors will have an entry, with hives for each glare sensor, their view definitions, and their hourly data. The DGPs and the "raw" data (illuminance input) is included.

image description

As with earlier OpenStudio releases, the other daylight metrics are contained in the file "daylight_metrics.csv", aslo contained in this directory.

We apologize for the interim and somewhat scattered state these results are saved in. The long-term goal is to store all the Radiance results in a consistent format and offer a report measure for integrated daylight results viewing within the OpenStudio application. Currently the user is required to view and plot the data with the tool of their own choosing.

edit flag offensive delete link more

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: 2016-03-02 13:58:40 -0500

Seen: 240 times

Last updated: Mar 02 '16