Cabinet freeboard
cabinet_freeboard_m
Cabinet pad freeboard above controlling water level
Scores if within ±3% of the reference value.
Calculates task-owned synthetic SSC-01 cabinet flood freeboard, thermal derating, backup battery/BESS, feeder voltage-drop, and lighting AECI metrics.
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.
21 inputs
Included directly in every task prompt.
Cabinet pad level
cabinet_pad_level_m
CAB-SSC01-007 cabinet pad level
Hgl level
hgl_level_m
HGL-SSC01-007 HGL level
Inundation level
inundation_level_m
HGL-SSC01-007 event inundation level
Minimum freeboard
minimum_freeboard_m
MEMO-SSC01-007 minimum cabinet freeboard
Enclosure capacity w at reference temp
enclosure_capacity_w_at_reference_temp
HEAT-SSC01-007 enclosure capacity at reference temperature
Reference temperature
reference_temperature_c
HEAT-SSC01-007 reference temperature
Event temperature
event_temperature_c
HEAT-SSC01-007 heat event temperature
Derate pct per
derate_pct_per_c
HEAT-SSC01-007 capacity derating rate above reference temperature
Critical load
critical_load_w
LOAD-SSC01-007 selected critical cabinet load
Battery capacity
battery_capacity_kwh
BATT-SSC01-007 battery capacity
Battery efficiency
battery_efficiency
BATT-SSC01-007 battery efficiency
Required backup
required_backup_h
MEMO-SSC01-007 required backup duration
Bess inverter capacity
bess_inverter_capacity_kw
BATT-SSC01-007 BESS inverter capacity
Feeder length
feeder_length_km
LOAD-SSC01-007 feeder length
Conductor resistance
conductor_resistance_ohm_km
LOAD-SSC01-007 conductor resistance
Feeder voltage
feeder_voltage_v
LOAD-SSC01-007 feeder voltage
Power factor
power_factor
LOAD-SSC01-007 load power factor
Allowable voltage drop pct
allowable_voltage_drop_pct
LOAD-SSC01-007 allowable voltage drop
Road lighting power
road_lighting_power_w
LOAD-SSC01-007 selected road lighting power
Annual operating hours
annual_operating_hours
LOAD-SSC01-007 annual lighting operating hours
Lit area
lit_area_m2
LOAD-SSC01-007 lit road area
13 outputs
cabinet_freeboard_m
Cabinet pad freeboard above controlling water level
Scores if within ±3% of the reference value.
flood_freeboard_margin_m
Cabinet freeboard minus required freeboard
Scores if within ±3% of the reference value.
thermal_derated_capacity_w
Thermally derated enclosure load capacity
Scores if within ±50% of the reference value.
thermal_margin_w
Thermally derated capacity minus critical load
Scores if within ±50% of the reference value.
thermal_utilization
Critical load divided by thermally derated capacity
Scores if within ±3% of the reference value.
battery_runtime_h
Battery runtime for the selected critical load
Scores if within ±3% of the reference value.
battery_margin_h
Battery runtime minus required backup duration
Scores if within ±3% of the reference value.
bess_power_margin_kw
BESS inverter capacity minus critical load
Scores if within ±3% of the reference value.
bess_energy_margin_kwh
Usable battery energy minus required backup energy
Scores if within ±3% of the reference value.
feeder_voltage_drop_percent
Feeder voltage drop at the selected cabinet load
Scores if within ±3% of the reference value.
voltage_drop_margin_percent
Allowable voltage drop minus computed voltage drop
Scores if within ±3% of the reference value.
road_lighting_aeci_kwh_m2_y
Road-lighting annual energy consumption indicator
Scores if within ±3% of the reference value.
overall_pass_score
1.0 when flood, heat, backup, and feeder checks pass
Scores if within ±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 roadside electrical resilience engineer checking a task-owned synthetic SSC-01 cabinet flood, heat, and backup energy package.2 3Use only the task-owned synthetic source pack values below for numeric grading. Cabinet siting, drainage HGL, thermal derating, feeder, and battery/BESS workflows shape the context only; they are not extra data sources for this instance.4 5## Scene6 7- Product: `SSC-01-LH-07`8- Cabinet setout: `CAB-SSC01-007`9- HGL or inundation table: `HGL-SSC01-007`10- Heat derating note: `HEAT-SSC01-007`11- Critical load schedule: `LOAD-SSC01-007`12- Battery schedule: `BATT-SSC01-007`13- Resilience memo: `MEMO-SSC01-007`14 15## Source Values16 17- Cabinet pad, HGL, and inundation levels: {{ cabinet_pad_level_m }} m, {{ hgl_level_m }} m, {{ inundation_level_m }} m18- Minimum freeboard: {{ minimum_freeboard_m }} m19- Enclosure capacity at reference temperature: {{ enclosure_capacity_w_at_reference_temp }} W at {{ reference_temperature_c }} C20- Event temperature and derating rate: {{ event_temperature_c }} C and {{ derate_pct_per_c }} % per C21- Critical load: {{ critical_load_w }} W22- Battery capacity, efficiency, and required backup duration: {{ battery_capacity_kwh }} kWh, {{ battery_efficiency }}, {{ required_backup_h }} h23- BESS inverter capacity: {{ bess_inverter_capacity_kw }} kW24- Feeder length, resistance, voltage, power factor, and voltage-drop limit: {{ feeder_length_km }} km, {{ conductor_resistance_ohm_km }} ohm/km, {{ feeder_voltage_v }} V, {{ power_factor }}, {{ allowable_voltage_drop_pct }} %25- Road lighting power, annual hours, and lit area: {{ road_lighting_power_w }} W, {{ annual_operating_hours }} h/y, {{ lit_area_m2 }} m226 27## Required Calculations28 29- Cabinet freeboard is pad level minus the greater of HGL and inundation level.30- Flood freeboard margin is cabinet freeboard minus minimum freeboard.31- Thermal derated capacity is reference capacity times the temperature derating factor.32- Battery runtime is `capacity x efficiency / (critical load / 1000)`.33- BESS energy margin is usable battery energy minus required backup energy.34- Feeder voltage drop is `2 x length x resistance x current / voltage x 100`.35- Road-lighting AECI is annual lighting energy divided by lit area.36- Overall pass score is `1.0` only when flood, thermal, battery/BESS, and voltage-drop margins pass.37 38Write a compact memo to `/workspace/output.md`. Include a source-boundary statement that this is a task-owned synthetic source pack. Preserve the source IDs above and state that the baseline source pack passes the current synthetic checks.39 40Do not claim authority approval, accepted project evidence, software export validity, full standards compliance, executable source-pack hardening, generated benchmark readiness, or benchmark readiness.41 42Include a fenced JSON block with exactly these numeric keys:43 44```json45{46 "cabinet_freeboard_m": <numeric_value>,47 "flood_freeboard_margin_m": <numeric_value>,48 "thermal_derated_capacity_w": <numeric_value>,49 "thermal_margin_w": <numeric_value>,50 "thermal_utilization": <numeric_value>,51 "battery_runtime_h": <numeric_value>,52 "battery_margin_h": <numeric_value>,53 "bess_power_margin_kw": <numeric_value>,54 "bess_energy_margin_kwh": <numeric_value>,55 "feeder_voltage_drop_percent": <numeric_value>,56 "voltage_drop_margin_percent": <numeric_value>,57 "road_lighting_aeci_kwh_m2_y": <numeric_value>,58 "overall_pass_score": <numeric_value>59}60```61 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.
ssc01_cabinet_flood_heat_energy
SSC-01 task-owned synthetic roadside cabinet flood heat backup energy package
roadside-cabinet-flood-heat-backup-energy-ssc01-cabinet-flood-heat-energy-preview — hard difficulty, all inputs given.
SSC-01 task-owned synthetic roadside cabinet flood heat backup energy package. roadside-cabinet-flood-heat-backup-energy. Required outputs: cabinet_freeboard_m, flood_freeboard_margin_m, thermal_derated_capacity_w, thermal_margin_w, thermal_utilization, battery_runtime_h
Scenario context and visible inputs.
Executable tool: roadside-cabinet-flood-heat-backup-energy-package_calc.py
Inputs withheld at this difficulty.
Nothing. All inputs are supplied.
The scored JSON answer schema.
{
"cabinet_freeboard_m": <number>,
"flood_freeboard_margin_m": <number>,
"thermal_derated_capacity_w": <number>,
"thermal_margin_w": <number>,
"thermal_utilization": <number>,
"battery_runtime_h": <number>,
"battery_margin_h": <number>,
"bess_power_margin_kw": <number>,
"bess_energy_margin_kwh": <number>,
"feeder_voltage_drop_percent": <number>,
"voltage_drop_margin_percent": <number>,
"road_lighting_aeci_kwh_m2_y": <number>,
"overall_pass_score": <number>
}