Peak load
peak_load_kw
Base load plus growth allowance
Scores if within ±3% of the reference value.
Calculates deterministic SSC-05 regional load-flow metrics from a task-owned synthetic source pack. The template combines load growth, transformer loading, feeder current, voltage drop, regulator boost, minimum-voltage margin, PFC requirement, feeder loss, 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.
12 inputs
Included directly in every task prompt.
Base load
base_load_kw
LOAD-05-SCENARIO-07 base regional feeder load
Growth fraction
growth_fraction
LOAD-05-SCENARIO-07 load-growth fraction
Transformer
transformer_kva
SLD-05-FEEDER-07 transformer rating
Source power factor
source_power_factor
LOAD-05-SCENARIO-07 source power factor before PFC
Target power factor
target_power_factor
CRIT-05-VOLT-07 target power factor
Feeder voltage
feeder_voltage_kv
SLD-05-FEEDER-07 feeder voltage
Feeder r ohm per km
feeder_r_ohm_per_km
CABLE-05-FEEDER-07 feeder resistance
Feeder x ohm per km
feeder_x_ohm_per_km
CABLE-05-FEEDER-07 feeder reactance
Feeder length
feeder_length_km
CABLE-05-FEEDER-07 feeder length
Regulator boost
regulator_boost_pu
CRIT-05-VOLT-07 regulator boost applied to the review case
Minimum voltage
minimum_voltage_pu
CRIT-05-VOLT-07 minimum allowed voltage
Feeder loss percent
feeder_loss_percent
COMMENT-05-REVIEW-07 source-owned feeder loss percentage
10 outputs
peak_load_kw
Base load plus growth allowance
Scores if within ±3% of the reference value.
transformer_loading_percent
Transformer loading at peak load
Scores if within ±3% of the reference value.
transformer_margin_percent
Transformer loading margin to 100 percent
Scores if within ±3% of the reference value.
feeder_current_a
Regional feeder current
Scores if within ±3% of the reference value.
voltage_drop_percent
Feeder voltage drop before regulator boost
Scores if within ±3% of the reference value.
regulated_voltage_pu
Receiving-end voltage after regulator boost
Scores if within ±3% of the reference value.
minimum_voltage_margin_pu
Regulated voltage minus minimum-voltage criterion
Scores if within ±0.3% of the reference value.
required_pfc_kvar
PFC kVAr needed to move from source to target power factor
Scores if within ±3% of the reference value.
feeder_loss_kw
Source-owned feeder loss estimate
Scores if within ±3% of the reference value.
overall_pass_score
1.0 when transformer and voltage margins are non-negative and PFC is positive
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 an electrical design engineer checking `SSC-05-LH-07`, a task-owned synthetic SSC-05 regional load-flow and voltage-regulation review package.2 3Use only the task-owned synthetic source pack values below for numeric grading. ETAP, EasyPower, load-flow, voltage-regulation, and PFC workflows shape the context only; this instance does not run those tools or parse a real feeder model, review spreadsheet, or load-flow export.4 5## Scene6 7- Design case: `CASE-SSC05-REGIONAL-07`8- SLD and feeder: `SLD-05-FEEDER-07`9- Load scenario: `LOAD-05-SCENARIO-07`10- Feeder/cable schedule: `CABLE-05-FEEDER-07`11- Voltage criterion: `CRIT-05-VOLT-07`12- Review comment: `COMMENT-05-REVIEW-07`13- Response memo: `MEMO-05-RESPONSE-07`14 15## Source Values16 17| Item | Value |18|------|-------|19| Base load | {{ base_load_kw }} kW |20| Growth fraction | {{ growth_fraction }} |21| Transformer rating | {{ transformer_kva }} kVA |22| Source power factor | {{ source_power_factor }} |23| Target power factor | {{ target_power_factor }} |24| Feeder voltage | {{ feeder_voltage_kv }} kV |25| Feeder resistance | {{ feeder_r_ohm_per_km }} ohm/km |26| Feeder reactance | {{ feeder_x_ohm_per_km }} ohm/km |27| Feeder length | {{ feeder_length_km }} km |28| Regulator boost | {{ regulator_boost_pu }} pu |29| Minimum voltage | {{ minimum_voltage_pu }} pu |30| Feeder loss | {{ feeder_loss_percent }} % |31 32Checks:33 34- Peak load equals base load times one plus the growth fraction.35- Transformer loading equals `peak_load_kw / source_power_factor / transformer_kva x 100`.36- Feeder current equals `peak_load_kw x 1000 / (sqrt(3) x feeder_voltage_kv x 1000 x source_power_factor)`.37- Feeder voltage drop uses the source-owned R, X, power factor, length, and current values.38- Regulated voltage equals `1 - voltage_drop_percent / 100 + regulator_boost_pu`.39- Required PFC equals the peak load times the tangent difference between source and target power-factor angles.40- Overall pass score is `1.0` only when transformer and voltage margins are non-negative and required PFC is positive; otherwise it is `0.0`.41 42## Output Format43 44Write a compact memo to `/workspace/output.md`. Preserve the object IDs above, state the task-owned synthetic source-pack boundary, and explain whether the baseline source pack passes the docs-only checks.45 46Do not claim authority approval, accepted project evidence, software export validity, full standards compliance, executable real source-pack parsing, generated ETAP/EasyPower evidence, generated benchmark readiness, or benchmark readiness.47 48Include a fenced JSON block with exactly these numeric keys:49 50```json51{52 "peak_load_kw": <numeric_value>,53 "transformer_loading_percent": <numeric_value>,54 "transformer_margin_percent": <numeric_value>,55 "feeder_current_a": <numeric_value>,56 "voltage_drop_percent": <numeric_value>,57 "regulated_voltage_pu": <numeric_value>,58 "minimum_voltage_margin_pu": <numeric_value>,59 "required_pfc_kvar": <numeric_value>,60 "feeder_loss_kw": <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.
ssc05_regional_load_flow_case
Regional load-flow package tied to one SLD, load scenario, feeder schedule, voltage criterion, review comment, and response memo
regional-load-flow-voltage-ssc05-regional-load-flow-case-preview — hard difficulty, all inputs given.
Regional load-flow package tied to one SLD, load scenario, feeder schedule, voltage criterion, review comment, and response memo. regional-load-flow-voltage. Required outputs: peak_load_kw, transformer_loading_percent, transformer_margin_percent, feeder_current_a, voltage_drop_percent, regulated_voltage_pu
Scenario context and visible inputs.
Executable tool: regional-load-flow-voltage-regulation-package_calc.py
Inputs withheld at this difficulty.
Nothing. All inputs are supplied.
The scored JSON answer schema.
{
"peak_load_kw": <number>,
"transformer_loading_percent": <number>,
"transformer_margin_percent": <number>,
"feeder_current_a": <number>,
"voltage_drop_percent": <number>,
"regulated_voltage_pu": <number>,
"minimum_voltage_margin_pu": <number>,
"required_pfc_kvar": <number>,
"feeder_loss_kw": <number>,
"overall_pass_score": <number>
}