Signal comms load
signal_comms_load_kw
Signal plus communications load
Scores if within ±3% of the reference value.
Calculates source-bound rail weather and backup operations metrics from a deterministic SSC-17 task-owned source pack. The template combines signalling and communications loads, weather heating, battery/generator energy, thermal rating, sag, feeder voltage drop, and an overall synthetic pass score.
with-tool: The model is given an executable Python calculator script.
Standards
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.
19 inputs
Included directly in every task prompt.
Signal load
signal_load_kw
SIGNAL-SSC17-007 signal load
Communications load
communications_load_kw
SIGNAL-SSC17-007 communications load
Weather heating
weather_heating_kw
WEATHER-SSC17-007 weather heating load
Outage duration hr
outage_duration_hr
RULE-SSC17-007 outage duration
Weather heating duration hr
weather_heating_duration_hr
WEATHER-SSC17-007 weather heating duration
Battery nominal
battery_nominal_kwh
FEEDER-SSC17-007 battery nominal energy
Max depth of discharge
max_depth_of_discharge
FEEDER-SSC17-007 maximum depth of discharge
Inverter efficiency
inverter_efficiency
FEEDER-SSC17-007 inverter efficiency
Generator
generator_kw
FEEDER-SSC17-007 generator output
Generator runtime hr
generator_runtime_hr
FEEDER-SSC17-007 generator runtime
Derated thermal rating
derated_thermal_rating_a
FEEDER-SSC17-007 derated thermal rating
Operating current
operating_current_a
FEEDER-SSC17-007 operating current
Allowable sag
allowable_sag_m
RAIL-SSC17-007 allowable sag
Calculated sag
calculated_sag_m
RAIL-SSC17-007 calculated sag
Feeder voltage
feeder_voltage_v
FEEDER-SSC17-007 feeder voltage
Feeder length
feeder_length_m
FEEDER-SSC17-007 feeder length
Feeder current
feeder_current_a
FEEDER-SSC17-007 feeder current
Conductor resistance
conductor_resistance_ohm_km
FEEDER-SSC17-007 conductor resistance
Max voltage drop percent
max_voltage_drop_percent
FEEDER-SSC17-007 maximum voltage drop
13 outputs
signal_comms_load_kw
Signal plus communications load
Scores if within ±3% of the reference value.
weather_heating_energy_kwh
Weather heating energy required
Scores if within ±3% of the reference value.
required_backup_energy_kwh
Backup energy required
Scores if within ±3% of the reference value.
usable_battery_energy_kwh
Usable battery energy
Scores if within ±3% of the reference value.
generator_energy_kwh
Generator energy available
Scores if within ±3% of the reference value.
backup_energy_available_kwh
Battery plus generator energy available
Scores if within ±3% of the reference value.
backup_energy_margin_kwh
Available backup energy minus required backup energy
Scores if within ±3% of the reference value.
battery_only_runtime_hr
Battery-only runtime at signal plus communications load
Scores if within ±3% of the reference value.
thermal_rating_margin_a
Derated thermal rating minus operating current
Scores if within ±3% of the reference value.
sag_margin_m
Allowable sag minus calculated sag
Scores if within ±3% of the reference value.
feeder_voltage_drop_percent
Three-phase feeder voltage drop
Scores if within ±3% of the reference value.
voltage_drop_margin_percent
Maximum voltage drop minus calculated voltage drop
Scores if within ±3% of the reference value.
overall_pass_score
1.0 when backup energy, thermal rating, sag, and voltage-drop 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 rail electrical resilience engineer checking a task-owned synthetic SSC-17 rail weather and backup operations package.2 3Use only the task-owned synthetic source pack values shown below for numeric grading. Rail weather, OLE/feeder, signalling, and degraded operations workflows shape the context only: this instance does not run external software or a real source-pack parser.4 5## Scene6 7- Product: `SSC-17-LH-07`8- Route profile/span schedule: `RAIL-SSC17-007`9- Weather table: `WEATHER-SSC17-007`10- Signalling load schedule: `SIGNAL-SSC17-007`11- Feeder/OLE basis: `FEEDER-SSC17-007`12- Operations rule: `RULE-SSC17-007`13- Rail resilience memo: `MEMO-SSC17-007`14 15## Source Values16 17| Item | Value |18| --- | --- |19| Signal load | {{ signal_load_kw }} kW |20| Communications load | {{ communications_load_kw }} kW |21| Weather heating load | {{ weather_heating_kw }} kW |22| Outage duration | {{ outage_duration_hr }} h |23| Weather heating duration | {{ weather_heating_duration_hr }} h |24| Battery nominal energy | {{ battery_nominal_kwh }} kWh |25| Maximum depth of discharge | {{ max_depth_of_discharge }} |26| Inverter efficiency | {{ inverter_efficiency }} |27| Generator output | {{ generator_kw }} kW |28| Generator runtime | {{ generator_runtime_hr }} h |29| Derated thermal rating | {{ derated_thermal_rating_a }} A |30| Operating current | {{ operating_current_a }} A |31| Allowable sag | {{ allowable_sag_m }} m |32| Calculated sag | {{ calculated_sag_m }} m |33| Feeder voltage | {{ feeder_voltage_v }} V |34| Feeder length | {{ feeder_length_m }} m |35| Feeder current | {{ feeder_current_a }} A |36| Conductor resistance | {{ conductor_resistance_ohm_km }} ohm/km |37| Maximum voltage drop | {{ max_voltage_drop_percent }} % |38 39## Output Format40 41Write 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 whether the baseline source pack passes the current docs-only checks.42 43Do not claim authority approval, accepted project evidence, software export validity, full standards compliance, executable real source-pack parsing, generated benchmark readiness, or benchmark readiness.44 45Include a fenced JSON block with exactly these numeric keys:46 47```json48{49 "signal_comms_load_kw": <numeric_value>,50 "weather_heating_energy_kwh": <numeric_value>,51 "required_backup_energy_kwh": <numeric_value>,52 "usable_battery_energy_kwh": <numeric_value>,53 "generator_energy_kwh": <numeric_value>,54 "backup_energy_available_kwh": <numeric_value>,55 "backup_energy_margin_kwh": <numeric_value>,56 "battery_only_runtime_hr": <numeric_value>,57 "thermal_rating_margin_a": <numeric_value>,58 "sag_margin_m": <numeric_value>,59 "feeder_voltage_drop_percent": <numeric_value>,60 "voltage_drop_margin_percent": <numeric_value>,61 "overall_pass_score": <numeric_value>62}63```64 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.
ssc17_rail_weather_backup_case
Rail corridor weather and backup operations case with signalling load, heating load, backup energy, and feeder margins
rail-weather-electrical-backup-ssc17-rail-weather-backup-case-preview — hard difficulty, all inputs given.
Rail corridor weather and backup operations case with signalling load, heating load, backup energy, and feeder margins. rail-weather-electrical-backup. Required outputs: signal_comms_load_kw, weather_heating_energy_kwh, required_backup_energy_kwh, usable_battery_energy_kwh, generator_energy_kwh, backup_energy_available_kwh
Scenario context and visible inputs.
Executable tool: rail-weather-electrical-backup-operations-package_calc.py
Inputs withheld at this difficulty.
Nothing. All inputs are supplied.
The scored JSON answer schema.
{
"signal_comms_load_kw": <number>,
"weather_heating_energy_kwh": <number>,
"required_backup_energy_kwh": <number>,
"usable_battery_energy_kwh": <number>,
"generator_energy_kwh": <number>,
"backup_energy_available_kwh": <number>,
"backup_energy_margin_kwh": <number>,
"battery_only_runtime_hr": <number>,
"thermal_rating_margin_a": <number>,
"sag_margin_m": <number>,
"feeder_voltage_drop_percent": <number>,
"voltage_drop_margin_percent": <number>,
"overall_pass_score": <number>
}