Inflow volume m3
inflow_volume_m3
Flood inflow volume
Scores if within ±3% of the reference value.
Calculates source-bound coastal pump-out continuity metrics from a deterministic SSC-04 task-owned source pack. The template combines flood inflow volume, pumped volume, storage margin, pump TDH and input power, emergency load, generator margin, fuel runtime, BESS runtime, access freeboard, 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.
22 inputs
Included directly in every task prompt.
Inflow rate
inflow_rate_m3_s
FLOOD-04-EVENT-07 inflow rate
Event duration
event_duration_h
FLOOD-04-EVENT-07 event duration
Pump discharge
pump_discharge_m3_s
PUMP-04-DUTY-07 pump discharge
Available storage
available_storage_m3
PUMPSTA-04-SECTION-07 available storage
Flood level
flood_level_m
FLOOD-04-EVENT-07 flood level
Sump low level
sump_low_level_m
PUMPSTA-04-SECTION-07 sump low level
Piping losses
piping_losses_m
PUMP-04-DUTY-07 piping losses
Pump efficiency
pump_efficiency
PUMP-04-DUTY-07 pump efficiency
Motor efficiency
motor_efficiency
LOAD-04-ELEC-07 motor efficiency
Active pump count
active_pump_count
PUMP-04-DUTY-07 active pump count
Controls load
controls_load_kw
LOAD-04-ELEC-07 controls load
Lighting load
lighting_load_kw
LOAD-04-ELEC-07 lighting load
Generator capacity
generator_capacity_kw
BACKUP-04-FUEL-07 generator capacity
Generator derate factor
generator_derate_factor
BACKUP-04-FUEL-07 generator derate factor
Fuel volume
fuel_volume_l
BACKUP-04-FUEL-07 fuel volume
Fuel consumption
fuel_consumption_l_h
BACKUP-04-FUEL-07 fuel consumption
Required runtime
required_runtime_h
MEMO-04-CONTINUITY-07 required runtime
Bess capacity
bess_capacity_kwh
BACKUP-04-FUEL-07 BESS capacity
Bess usable fraction
bess_usable_fraction
BACKUP-04-FUEL-07 usable BESS fraction
Minimum bess runtime
minimum_bess_runtime_h
MEMO-04-CONTINUITY-07 minimum BESS runtime
Access elevation
access_elevation_m
PUMPSTA-04-SECTION-07 access elevation
Required access freeboard
required_access_freeboard_m
MEMO-04-CONTINUITY-07 required access freeboard
11 outputs
inflow_volume_m3
Flood inflow volume
Scores if within ±3% of the reference value.
pumped_volume_m3
Pumped volume during the event
Scores if within ±3% of the reference value.
storage_margin_m3
Available storage plus pumped volume minus inflow volume
Scores if within ±3% of the reference value.
pump_total_dynamic_head_m
Pump total dynamic head
Scores if within ±3% of the reference value.
pump_input_power_kw
Pump input power per active pump
Scores if within ±3% of the reference value.
emergency_load_kw
Emergency electrical load
Scores if within ±3% of the reference value.
generator_capacity_margin_kw
Derated generator capacity minus emergency load
Scores if within ±3% of the reference value.
fuel_runtime_margin_h
Fuel runtime minus required runtime
Scores if within ±3% of the reference value.
bess_runtime_h
Usable BESS energy divided by emergency load
Scores if within ±3% of the reference value.
access_freeboard_margin_m
Access elevation minus flood level and required freeboard
Scores if within ±3% of the reference value.
overall_pass_score
1.0 when pump-out continuity 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 an electrical/coastal resilience engineer checking a task-owned synthetic SSC-04 coastal pump-out and generator autonomy package.2 3Use only the task-owned synthetic source pack values shown below for numeric grading. External pump-station, flood-event, emergency-power, fuel-autonomy, BESS, and operational-continuity workflows shape the practice context only; they are not extra data sources for this instance.4 5## Scene6 7- Product family: `SSC-04-LH-07`8- Pump station section: `PUMPSTA-04-SECTION-07`9- Flood event table: `FLOOD-04-EVENT-07`10- Pump duty sheet: `PUMP-04-DUTY-07`11- Electrical load schedule: `LOAD-04-ELEC-07`12- Backup fuel and BESS sheet: `BACKUP-04-FUEL-07`13- Continuity memo: `MEMO-04-CONTINUITY-07`14 15## Source Values16 17| Item | Value |18|------|-------|19| Inflow rate | {{ inflow_rate_m3_s }} m3/s |20| Event duration | {{ event_duration_h }} h |21| Pump discharge | {{ pump_discharge_m3_s }} m3/s |22| Available storage | {{ available_storage_m3 }} m3 |23| Flood level | {{ flood_level_m }} m |24| Sump low level | {{ sump_low_level_m }} m |25| Piping losses | {{ piping_losses_m }} m |26| Pump efficiency | {{ pump_efficiency }} |27| Motor efficiency | {{ motor_efficiency }} |28| Active pump count | {{ active_pump_count }} |29| Controls load | {{ controls_load_kw }} kW |30| Lighting load | {{ lighting_load_kw }} kW |31| Generator capacity | {{ generator_capacity_kw }} kW |32| Generator derate factor | {{ generator_derate_factor }} |33| Fuel volume | {{ fuel_volume_l }} L |34| Fuel consumption | {{ fuel_consumption_l_h }} L/h |35| Required runtime | {{ required_runtime_h }} h |36| BESS capacity | {{ bess_capacity_kwh }} kWh |37| BESS usable fraction | {{ bess_usable_fraction }} |38| Minimum BESS runtime | {{ minimum_bess_runtime_h }} h |39| Access elevation | {{ access_elevation_m }} m |40| Required access freeboard | {{ required_access_freeboard_m }} m |41 42## Checks43 44- Inflow volume equals inflow rate times event duration times 3600.45- Pumped volume equals pump discharge times event duration times 3600.46- Storage margin equals available storage plus pumped volume minus inflow volume.47- Pump total dynamic head equals flood level minus sump low level plus piping losses.48- Pump input power equals `1000 x 9.81 x pump discharge x total dynamic head / 1000 / (pump efficiency x motor efficiency)`.49- Emergency load equals pump input power times active pump count plus controls and lighting loads.50- Generator capacity margin equals derated generator capacity minus emergency load.51- Fuel runtime margin equals fuel volume divided by consumption rate minus required runtime.52- BESS runtime equals usable BESS energy divided by emergency load.53- Access freeboard margin equals access elevation minus flood level and required access freeboard.54- Overall pass score is `1.0` only when storage, generator, fuel, BESS runtime, and access checks pass; otherwise it is `0.0`.55 56## Output Format57 58Write a compact continuity memo to `/workspace/output.md`. Include a source-boundary statement that this is a task-owned synthetic source pack. Preserve the object IDs above and state whether the baseline source pack passes the current docs-only checks.59 60Do not claim authority approval, accepted project evidence, software export validity, full standards compliance, executable real source-pack parsing, generated benchmark readiness, or benchmark readiness.61 62Include a fenced JSON block with exactly these numeric keys:63 64```json65{66 "inflow_volume_m3": <numeric_value>,67 "pumped_volume_m3": <numeric_value>,68 "storage_margin_m3": <numeric_value>,69 "pump_total_dynamic_head_m": <numeric_value>,70 "pump_input_power_kw": <numeric_value>,71 "emergency_load_kw": <numeric_value>,72 "generator_capacity_margin_kw": <numeric_value>,73 "fuel_runtime_margin_h": <numeric_value>,74 "bess_runtime_h": <numeric_value>,75 "access_freeboard_margin_m": <numeric_value>,76 "overall_pass_score": <numeric_value>77}78```79 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.
ssc04_coastal_pumpout_case
Coastal pump-out and generator autonomy case
ssc04-coastal-pumpout-case-preview — hard difficulty, all inputs given.
Coastal pump-out and generator autonomy case. Required outputs: inflow_volume_m3, pumped_volume_m3, storage_margin_m3, pump_total_dynamic_head_m, pump_input_power_kw, emergency_load_kw
Scenario context and visible inputs.
Executable tool: coastal-pumpout-generator-autonomy-package_calc.py
Inputs withheld at this difficulty.
Nothing. All inputs are supplied.
The scored JSON answer schema.
{
"inflow_volume_m3": <number>,
"pumped_volume_m3": <number>,
"storage_margin_m3": <number>,
"pump_total_dynamic_head_m": <number>,
"pump_input_power_kw": <number>,
"emergency_load_kw": <number>,
"generator_capacity_margin_kw": <number>,
"fuel_runtime_margin_h": <number>,
"bess_runtime_h": <number>,
"access_freeboard_margin_m": <number>,
"overall_pass_score": <number>
}