Runoff volume m3
runoff_volume_m3
Construction-stage runoff volume
Scores if within ±3% of the reference value.
Calculates source-bound water-quality and construction sediment metrics from a deterministic stormwater task-owned source pack. The template combines runoff volume, pollutant load, removed and residual load, sediment basin volume, temporary discharge capacity, weir release, capture percentage, 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.
Disturbed area
disturbed_area_ha
STAGE-SSC03-006 disturbed construction area
Runoff depth
runoff_depth_mm
CATCH-SSC03-006 runoff depth
Pollutant concentration
pollutant_concentration_mg_l
POLLUT-SSC03-006 event mean pollutant concentration
Removal efficiency
removal_efficiency
BASIN-SSC03-006 sediment basin removal efficiency
Sediment basin volume
sediment_basin_volume_m3
BASIN-SSC03-006 available sediment basin volume
Required volume per ha m3
required_volume_per_ha_m3
MEMO-SSC03-006 required basin volume per disturbed hectare
Dewatering flow
dewatering_flow_l_s
STAGE-SSC03-006 temporary dewatering flow
Temporary channel capacity
temporary_channel_capacity_l_s
BASIN-SSC03-006 temporary discharge channel capacity
Weir discharge coefficient
weir_discharge_coefficient
BASIN-SSC03-006 outlet weir coefficient
Outlet weir length
outlet_weir_length_m
BASIN-SSC03-006 outlet weir length
Outlet weir head
outlet_weir_head_m
BASIN-SSC03-006 outlet weir head
Target capture percent
target_capture_percent
MEMO-SSC03-006 target pollutant capture
11 outputs
runoff_volume_m3
Construction-stage runoff volume
Scores if within ±3% of the reference value.
pollutant_load_kg
Pollutant load entering the sediment basin
Scores if within ±3% of the reference value.
removed_load_kg
Pollutant load removed by the sediment basin
Scores if within ±3% of the reference value.
residual_load_kg
Residual pollutant load after removal
Scores if within ±3% of the reference value.
required_basin_volume_m3
Required basin volume
Scores if within ±3% of the reference value.
basin_volume_margin_m3
Available basin volume minus required basin volume
Scores if within ±3% of the reference value.
temporary_discharge_margin_l_s
Temporary channel capacity minus dewatering flow
Scores if within ±3% of the reference value.
weir_release_l_s
Outlet weir release capacity
Scores if within ±3% of the reference value.
capture_percent
Pollutant capture percentage
Scores if within ±3% of the reference value.
capture_margin_percent
Capture percentage minus target capture
Scores if within ±3% of the reference value.
overall_pass_score
Pass score for basin volume, discharge, and capture checks
Scores if within ±3% 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 civil stormwater engineer checking a task-owned synthetic stormwater water-quality, pollutant-load, and construction sediment package.2 3Use only the task-owned synthetic source pack values shown below for numeric grading. Construction sediment basin sizing, pollutant load estimation, temporary discharge review, and stormwater water-quality workflows shape the workflow context only; they are not extra data sources for this instance.4 5## Scene6 7- Product family: `SSC-03-LH-06`8- Construction staging plan: `STAGE-SSC03-006`9- Catchment table: `CATCH-SSC03-006`10- Pollutant concentration basis: `POLLUT-SSC03-006`11- Sediment basin sketch: `BASIN-SSC03-006`12- Environmental control memo: `MEMO-SSC03-006`13 14## Source Values15 16| Item | Value |17|------|-------|18| Disturbed area | {{ disturbed_area_ha }} ha |19| Runoff depth | {{ runoff_depth_mm }} mm |20| Pollutant concentration | {{ pollutant_concentration_mg_l }} mg/L |21| Removal efficiency | {{ removal_efficiency }} |22| Sediment basin volume | {{ sediment_basin_volume_m3 }} m3 |23| Required volume per hectare | {{ required_volume_per_ha_m3 }} m3/ha |24| Dewatering flow | {{ dewatering_flow_l_s }} L/s |25| Temporary channel capacity | {{ temporary_channel_capacity_l_s }} L/s |26| Weir discharge coefficient | {{ weir_discharge_coefficient }} |27| Outlet weir length | {{ outlet_weir_length_m }} m |28| Outlet weir head | {{ outlet_weir_head_m }} m |29| Target capture | {{ target_capture_percent }} percent |30 31## Checks32 33- Runoff volume equals disturbed area times runoff depth.34- Pollutant load equals runoff volume times pollutant concentration with unit conversion.35- Required basin volume equals disturbed area times required volume per hectare.36- Overall pass score is `1.0` only when basin volume, temporary discharge, and capture checks pass; otherwise it is `0.0`.37 38## Output Format39 40Write a compact 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.41 42Do not claim authority approval, accepted project evidence, software export validity, full standards compliance, executable real source-pack parsing, generated SWMM report-output evidence, generated benchmark readiness, or benchmark readiness.43 44Include a fenced JSON block with exactly these numeric keys:45 46```json47{48 "runoff_volume_m3": <numeric_value>,49 "pollutant_load_kg": <numeric_value>,50 "removed_load_kg": <numeric_value>,51 "residual_load_kg": <numeric_value>,52 "required_basin_volume_m3": <numeric_value>,53 "basin_volume_margin_m3": <numeric_value>,54 "temporary_discharge_margin_l_s": <numeric_value>,55 "weir_release_l_s": <numeric_value>,56 "capture_percent": <numeric_value>,57 "capture_margin_percent": <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.
stormwater_water_quality_sediment_case
Water-quality pollutant-load and construction sediment case
construction-sediment-stormwater-water-quality-sediment-case-preview — hard difficulty, all inputs given.
Water-quality pollutant-load and construction sediment case. construction-sediment. Required outputs: runoff_volume_m3, pollutant_load_kg, removed_load_kg, residual_load_kg, required_basin_volume_m3, basin_volume_margin_m3
Scenario context and visible inputs.
Executable tool: water-quality-pollutant-load-construction-sediment-package_calc.py
Inputs withheld at this difficulty.
Nothing. All inputs are supplied.
The scored JSON answer schema.
{
"runoff_volume_m3": <number>,
"pollutant_load_kg": <number>,
"removed_load_kg": <number>,
"residual_load_kg": <number>,
"required_basin_volume_m3": <number>,
"basin_volume_margin_m3": <number>,
"temporary_discharge_margin_l_s": <number>,
"weir_release_l_s": <number>,
"capture_percent": <number>,
"capture_margin_percent": <number>,
"overall_pass_score": <number>
}