https://github.com/pollination/annual-irradiance
Annual irradiance recipe
https://github.com/pollination/annual-irradiance
Last synced: 11 months ago
JSON representation
Annual irradiance recipe
- Host: GitHub
- URL: https://github.com/pollination/annual-irradiance
- Owner: pollination
- License: other
- Created: 2021-07-01T21:22:08.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-13T21:05:58.000Z (almost 3 years ago)
- Last Synced: 2024-03-15T12:12:43.157Z (over 2 years ago)
- Language: Python
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Annual Irradiance
Calculate solar irradiance (W/m2) and radiation (kWh/m2) at each time step provided by a wea file.
The fundamental calculation of this recipe is the same as that of
[Annual Daylight Enhanced](https://github.com/pollination/annual-daylight-enhanced) in that a detailed
accounting of direct sun is computed at each time step. However, the recipe computes
broadband solar irradiance in W/m2 instead of visible illuminance in lux.
The detailed matrices of W/m2 at each time step are stored under `results/total`.
Detailed matrices of just the direct component (W/m2) are output to `results/direct`.
The following values are also recorded for each sensor point under the `metrics` folder:
* `average_irradiance`: The average irradiance in W/m2 over the Wea time period
* `peak_irradiance`: The highest irradiance value in W/m2 during the Wea time period
* `cumulative_radiation`: The cumulative radiation in kWh/m2 over the Wea time period
The `peak_irradiance` value is suitable for assessing the worst-case solar load
on cooling design days or the highest radiant temperatures that occupants might
experience in over the time period of the Wea.