Runoff volume m3
runoff_volume_m3
Runoff volume to the sediment basin
Scores if within ±3% of the reference value.
Calculates source-bound construction basin storage, weir capacity, freeboard, drawdown, pollutant load, and inspection window metrics from a deterministic SSC-16 task-owned source pack.
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.
16 inputs
Included directly in every task prompt.
Catchment area
catchment_area_ha
CATCH-16-STAGE-05 disturbed catchment area
Storm depth
storm_depth_mm
STORM-16-EVENT-05 storm depth
Runoff coefficient
runoff_coefficient
STORM-16-EVENT-05 runoff coefficient
Sediment allowance
sediment_allowance_m3
BASIN-16-DETAIL-05 sediment storage allowance
Provided basin volume
provided_basin_volume_m3
BASIN-16-DETAIL-05 provided basin volume
Weir coefficient
weir_coefficient
BASIN-16-DETAIL-05 weir coefficient
Weir length
weir_length_m
BASIN-16-DETAIL-05 weir length
Weir head
weir_head_m
BASIN-16-DETAIL-05 weir head
Peak inflow
peak_inflow_m3_s
STORM-16-EVENT-05 peak inflow
Provided freeboard
provided_freeboard_m
BASIN-16-DETAIL-05 provided freeboard
Required freeboard
required_freeboard_m
DISCH-16-CRIT-05 required freeboard
Outlet drawdown flow
outlet_drawdown_flow_m3_s
BASIN-16-DETAIL-05 outlet drawdown flow
Maximum drawdown time
maximum_drawdown_time_h
DISCH-16-CRIT-05 maximum drawdown time
Tss event mean concentration
tss_event_mean_concentration_mg_l
DISCH-16-CRIT-05 TSS event mean concentration
Inspection due window
inspection_due_window_h
INSP-16-CHECK-05 inspection due window after storm
Hours since storm end
hours_since_storm_end
INSP-16-CHECK-05 hours since storm end
11 outputs
runoff_volume_m3
Runoff volume to the sediment basin
Scores if within ±3% of the reference value.
required_basin_volume_m3
Required basin volume including sediment allowance
Scores if within ±3% of the reference value.
basin_headroom_m3
Provided basin volume minus required basin volume
Scores if within ±3% of the reference value.
weir_capacity_m3_s
Outlet weir capacity
Scores if within ±0.3% of the reference value.
weir_capacity_margin_m3_s
Weir capacity minus peak inflow
Scores if within ±0.3% of the reference value.
freeboard_margin_m
Provided freeboard minus required freeboard
Scores if within ±0.3% of the reference value.
drawdown_time_h
Basin drawdown time
Scores if within ±3% of the reference value.
drawdown_margin_h
Maximum drawdown time minus calculated drawdown time
Scores if within ±3% of the reference value.
tss_load_kg
Estimated event TSS load
Scores if within ±3% of the reference value.
inspection_window_margin_h
Inspection due window minus elapsed time since storm
Scores if within ±3% of the reference value.
overall_pass_score
1.0 when basin, weir, freeboard, drawdown, and inspection 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 construction stormwater engineer checking a task-owned synthetic SSC-16 package for sediment basin volume, overflow readiness, drawdown, pollutant load, and post-storm inspection timing.2 3Use only the task-owned synthetic source pack values shown below for numeric grading. External CGP/SWPPP, erosion-control, basin-readiness, and inspection workflows shape the context only; they are not extra data sources for this instance.4 5## Source Objects6 7- Product: `SSC-16-LH-05`8- Catchment and staging plan: `CATCH-16-STAGE-05`9- Storm event table: `STORM-16-EVENT-05`10- Basin detail: `BASIN-16-DETAIL-05`11- Inspection checklist: `INSP-16-CHECK-05`12- Discharge criterion: `DISCH-16-CRIT-05`13- Readiness memo: `MEMO-16-READY-05`14 15## Source Values16 17| Item | Value |18|------|-------|19| Catchment area | {{ catchment_area_ha }} ha |20| Storm depth | {{ storm_depth_mm }} mm |21| Runoff coefficient | {{ runoff_coefficient }} |22| Sediment storage allowance | {{ sediment_allowance_m3 }} m3 |23| Provided basin volume | {{ provided_basin_volume_m3 }} m3 |24| Weir coefficient | {{ weir_coefficient }} |25| Weir length | {{ weir_length_m }} m |26| Weir head | {{ weir_head_m }} m |27| Peak inflow | {{ peak_inflow_m3_s }} m3/s |28| Provided freeboard | {{ provided_freeboard_m }} m |29| Required freeboard | {{ required_freeboard_m }} m |30| Outlet drawdown flow | {{ outlet_drawdown_flow_m3_s }} m3/s |31| Maximum drawdown time | {{ maximum_drawdown_time_h }} h |32| TSS event mean concentration | {{ tss_event_mean_concentration_mg_l }} mg/L |33| Inspection due window | {{ inspection_due_window_h }} h |34| Hours since storm end | {{ hours_since_storm_end }} h |35 36## Required Checks37 38- Runoff volume equals catchment area times storm depth times runoff coefficient.39- Required basin volume equals runoff volume plus sediment allowance.40- Weir capacity equals source-owned coefficient times length times head to the 1.5 power.41- Drawdown time equals required basin volume divided by outlet drawdown flow.42- TSS load uses runoff volume and event mean concentration.43 44## Output Format45 46Write a compact memo to `/workspace/output.md`. Include a source-boundary statement that this is a task-owned synthetic source pack, preserve the source object IDs above, and state whether the baseline checks pass.47 48Do not claim authority approval, accepted project evidence, software export validity, full standards compliance, executable source-pack hardening, generated benchmark readiness, or benchmark readiness.49 50Include a fenced JSON block with exactly these numeric keys:51 52```json53{54 "runoff_volume_m3": <numeric_value>,55 "required_basin_volume_m3": <numeric_value>,56 "basin_headroom_m3": <numeric_value>,57 "weir_capacity_m3_s": <numeric_value>,58 "weir_capacity_margin_m3_s": <numeric_value>,59 "freeboard_margin_m": <numeric_value>,60 "drawdown_time_h": <numeric_value>,61 "drawdown_margin_h": <numeric_value>,62 "tss_load_kg": <numeric_value>,63 "inspection_window_margin_h": <numeric_value>,64 "overall_pass_score": <numeric_value>65}66```67 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.
ssc16_sediment_basin_storm_case
Sediment basin and storm event readiness case
ssc16-sediment-basin-storm-case-preview — hard difficulty, all inputs given.
Sediment basin and storm event readiness case. Required outputs: runoff_volume_m3, required_basin_volume_m3, basin_headroom_m3, weir_capacity_m3_s, weir_capacity_margin_m3_s, freeboard_margin_m
Scenario context and visible inputs.
Executable tool: sediment-basin-storm-readiness-package_calc.py
Inputs withheld at this difficulty.
Nothing. All inputs are supplied.
The scored JSON answer schema.
{
"runoff_volume_m3": <number>,
"required_basin_volume_m3": <number>,
"basin_headroom_m3": <number>,
"weir_capacity_m3_s": <number>,
"weir_capacity_margin_m3_s": <number>,
"freeboard_margin_m": <number>,
"drawdown_time_h": <number>,
"drawdown_margin_h": <number>,
"tss_load_kg": <number>,
"inspection_window_margin_h": <number>,
"overall_pass_score": <number>
}