annual_nvrd
Computes annual light-driven alertness (nvRD) metrics from EPW weather data, simulating daylight and spectral sky to output R_D and cumulative values for faithful and enhanced reconstructions.
Instructions
Annual light-driven alertness (nvRD R_D) straight from weather (spec §5.1). LONG-RUNNING.
EPW -> Daysim sub-hourly .wea -> colored 2-phase DDS (sky & sun separate) -> per-timestep dual
reconstruction (faithful flat + neutral sun; enhanced reference sky + air-mass colored sun) ->
nvRD twice -> {faithful:{R_D,RD_cum}, enhanced:{R_D,RD_cum}, divergence, RD_series_divergence}.
R_D is RELATIVE only. SINGLE reference point+view per run. reconstruction={both|faithful|enhanced}
(default both). timestep_min default 6 (0.1 h). run=False emits the full Daysim+Radiance command plan
— but channel_scenes and points are required for BOTH the live and emit paths (the plan is built
from the actual per-channel scene transport, not from point_xyz/view_vec alone).
points: inline [x,y,z,dx,dy,dz] rows OR a .pts path (a list is materialized to a .pts under work_dir,
same contract as run_annual).
physical_sky (opt-in): shape the enhanced reconstruction with the physical EPW-derived per-timestep sky/sun spectra instead of templates; default off.
engine: spectrl2 (default) | smarts (requires SMARTSPATH); only used when physical_sky=True.
Site location is read from the EPW itself (converted to DAYSIM convention by the Daysim adapter); the tool takes no caller-supplied coordinates, so wrong-convention coordinates cannot silently corrupt the solar geometry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| epw | No | ||
| run | No | ||
| engine | No | spectrl2 | |
| points | No | ||
| quality | No | ||
| sky_cct | No | ||
| view_vec | Yes | ||
| work_dir | No | ||
| point_xyz | Yes | ||
| rad_params | No | ||
| channel_type | No | ||
| physical_sky | No | ||
| sun_spectral | No | colored | |
| timestep_min | No | ||
| channel_scenes | No | ||
| reconstruction | No | both | |
| sky_reconstruction | No | reference |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||