generate_subhourly_wea
Converts EPW weather files to sub-hourly broadband .wea format for daylighting simulations, using Daysim tools with a default 6-minute timestep.
Instructions
EPW -> sub-hourly broadband .wea via Daysim (epw2wea -> .hea -> ds_shortterm).
timestep_min default 6 (0.1 h) satisfies the nvRD step guard. Site location defaults to the EPW's own LOCATION line (converted to the DAYSIM convention), so normally you only pass the epw + work_dir. Pass explicit latitude/longitude/time_zone/site_elevation only to override — and only in DAYSIM convention: WEST-positive longitude, time_zone in DEGREES (= -15 × UTC offset); do NOT pass raw EPW East-positive coordinates. Runs Daysim if present, else returns the command plan + the written .hea so you can build Daysim and run it yourself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| epw | Yes | ||
| run | No | ||
| latitude | No | ||
| work_dir | No | ||
| longitude | No | ||
| time_zone | No | ||
| solar_time | No | ||
| timestep_min | No | ||
| site_elevation | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||