Average illuminance lux
average_illuminance_lux
Average illuminance across the field grid
Scores if within ±0.3% of the reference value.
Calculates source-bound field lighting metrics from a deterministic SSC-13 task-owned source pack. The template combines field geometry, luminaire schedule, calculation grid, operating profile, and feeder checks.
with-tool: The model is given an executable Python calculator script.
One template produces many comparable benchmark tasks while keeping the scoring contract fixed.
01
The reusable contract shown on this page.
02
An archetype and site context are sampled.
03
Inputs may be hidden at harder tiers.
04
The model responds with the declared outputs.
Inputs the model receives, and the outputs it is scored on.
17 inputs
Included directly in every task prompt.
Grid lux 01
grid_lux_01
GRID-13-CALC-03 grid point 01
Grid lux 02
grid_lux_02
GRID-13-CALC-03 grid point 02
Grid lux 03
grid_lux_03
GRID-13-CALC-03 grid point 03
Grid lux 04
grid_lux_04
GRID-13-CALC-03 grid point 04
Grid lux 05
grid_lux_05
GRID-13-CALC-03 grid point 05
Grid lux 06
grid_lux_06
GRID-13-CALC-03 grid point 06
Grid lux 07
grid_lux_07
GRID-13-CALC-03 grid point 07
Grid lux 08
grid_lux_08
GRID-13-CALC-03 grid point 08
Required average
required_average_lux
MEMO-13-FIELD-03 required average maintained illuminance
Required uniformity ratio
required_uniformity_ratio
MEMO-13-FIELD-03 required minimum-to-average uniformity
Luminaire
luminaire_count
LUM-13-SCHED-03 luminaire count
Luminaire power
luminaire_power_w
LUM-13-SCHED-03 luminaire input power
Driver loss factor
driver_loss_factor
POWER-13-SCHED-03 driver loss allowance
Event hours
event_hours
CTRL-13-MODE-03 event operating duration
Voltage
voltage_v
POWER-13-SCHED-03 three-phase feeder voltage
Power factor
power_factor
POWER-13-SCHED-03 luminaire circuit power factor
Feeder rating
feeder_rating_a
POWER-13-SCHED-03 feeder rating
10 outputs
average_illuminance_lux
Average illuminance across the field grid
Scores if within ±0.3% of the reference value.
minimum_illuminance_lux
Minimum illuminance across the field grid
Scores if within ±0.3% of the reference value.
uniformity_ratio
Minimum illuminance divided by average illuminance
Scores if within ±0.3% of the reference value.
average_illuminance_margin_lux
Average illuminance minus required average illuminance
Scores if within ±0.3% of the reference value.
uniformity_margin
Calculated uniformity minus required uniformity
Scores if within ±0.3% of the reference value.
connected_load_kw
Connected lighting load including driver loss
Scores if within ±0.3% of the reference value.
event_energy_kwh
Event lighting energy
Scores if within ±0.3% of the reference value.
feeder_current_a
Three-phase feeder current
Scores if within ±0.3% of the reference value.
feeder_current_margin_a
Feeder rating minus calculated current
Scores if within ±0.3% of the reference value.
overall_pass_score
1.0 when illuminance, uniformity, and feeder checks pass
Scores if within ±0.1% of the reference value.
Each template is sampled at three tiers. Harder tiers may hide inputs, forcing the model to infer them from the scenario description.
For this template, difficulty scales through parameter and scenario ranges rather than hidden information.
The exact instruction and parameter contract used to generate this task, pinned to the published library source.
/workspace
Teal lines show Jinja input conditions, not task visibility policy. A line renders only when that input or tool is visible.
1You are a sports-field lighting engineer checking a task-owned synthetic SSC-13 power and uniformity package.2 3Use only the task-owned synthetic source pack values shown below for numeric grading. External lighting design software and standards workflows shape the context only; they are not extra data sources for this instance.4 5## Scene6 7- Product: `SSC-13-LH-03`8- Field layout: `FIELD-13-LAYOUT-03`9- Luminaire schedule: `LUM-13-SCHED-03`10- Calculation grid: `GRID-13-CALC-03`11- Power schedule: `POWER-13-SCHED-03`12- Operating mode: `CTRL-13-MODE-03`13- Lighting memo: `MEMO-13-FIELD-03`14 15All checks use the same field geometry, luminaire schedule, grid, operating mode, and feeder basis.16 17## Source Values18 19| Item | Value |20|------|-------|21| Grid lux values | {{ grid_lux_01 }}, {{ grid_lux_02 }}, {{ grid_lux_03 }}, {{ grid_lux_04 }}, {{ grid_lux_05 }}, {{ grid_lux_06 }}, {{ grid_lux_07 }}, {{ grid_lux_08 }} |22| Required average illuminance | {{ required_average_lux }} lux |23| Required uniformity | {{ required_uniformity_ratio }} |24| Luminaire count | {{ luminaire_count }} |25| Luminaire power | {{ luminaire_power_w }} W |26| Driver loss factor | {{ driver_loss_factor }} |27| Event duration | {{ event_hours }} h |28| Feeder voltage | {{ voltage_v }} V |29| Power factor | {{ power_factor }} |30| Feeder rating | {{ feeder_rating_a }} A |31 32## Output Format33 34Write a compact lighting memo to `/workspace/output.md`. Include a source-boundary statement that this is a task-owned synthetic source pack. Do not claim authority approval, accepted project evidence, software export validity, full standards compliance, executable real source-pack parsing, generated benchmark readiness, or benchmark readiness.35 36Include a fenced JSON block with exactly these numeric keys:37 38```json39{40 "average_illuminance_lux": <numeric_value>,41 "minimum_illuminance_lux": <numeric_value>,42 "uniformity_ratio": <numeric_value>,43 "average_illuminance_margin_lux": <numeric_value>,44 "uniformity_margin": <numeric_value>,45 "connected_load_kw": <numeric_value>,46 "event_energy_kwh": <numeric_value>,47 "feeder_current_a": <numeric_value>,48 "feeder_current_margin_a": <numeric_value>,49 "overall_pass_score": <numeric_value>50}51```52 Each generated task is drawn from one of these realistic scenario bands.
Site contexts ground each scenario in a real locale the model can use to infer hidden values.
ssc13_field_lighting_case
Sports/field lighting power and uniformity case
ssc13-field-lighting-ssc13-field-lighting-case-preview — hard difficulty, all inputs given.
Sports/field lighting power and uniformity case. ssc13-field-lighting. Required outputs: average_illuminance_lux, minimum_illuminance_lux, uniformity_ratio, average_illuminance_margin_lux, uniformity_margin, connected_load_kw
Scenario context and visible inputs.
Executable tool: sports-field-lighting-power-uniformity-package_calc.py
Inputs withheld at this difficulty.
Nothing. All inputs are supplied.
The scored JSON answer schema.
{
"average_illuminance_lux": <number>,
"minimum_illuminance_lux": <number>,
"uniformity_ratio": <number>,
"average_illuminance_margin_lux": <number>,
"uniformity_margin": <number>,
"connected_load_kw": <number>,
"event_energy_kwh": <number>,
"feeder_current_a": <number>,
"feeder_current_margin_a": <number>,
"overall_pass_score": <number>
}