Surface overflow rate m3 m2 d
surface_overflow_rate_m3_m2_d
Clarifier surface overflow rate
Scores if within ±3% of the reference value.
Calculates source-bound clarifier metrics from a deterministic SSC-10 task-owned source pack. The template combines surface overflow rate, solids loading, sludge production, wasting capacity, sludge blanket, HRT, recycle flow, and an overall synthetic pass score.
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.
14 inputs
Included directly in every task prompt.
Flow rate
flow_rate_m3_d
SAMPLE-10-LOAD-05 design flow
Clarifier diameter
clarifier_diameter_m
CLAR-10-SCHED-05 clarifier diameter
Mlss
mlss_mg_l
SAMPLE-10-LOAD-05 MLSS concentration
Max sor
max_sor_m3_m2_d
PERMIT-10-CRIT-05 maximum surface overflow rate
Max slr
max_slr_kg_m2_d
PERMIT-10-CRIT-05 maximum solids loading rate
Influent bod
influent_bod_mg_l
SAMPLE-10-LOAD-05 influent BOD
Effluent bod
effluent_bod_mg_l
SAMPLE-10-LOAD-05 effluent BOD
Sludge yield
sludge_yield_kg_kg_bod
SLUDGE-10-WASTE-05 sludge yield
Wasting capacity
wasting_capacity_kg_d
SLUDGE-10-WASTE-05 wasting capacity
Sludge blanket limit
sludge_blanket_limit_m
PERMIT-10-CRIT-05 sludge blanket limit
Measured sludge blanket
measured_sludge_blanket_m
SLUDGE-10-WASTE-05 measured sludge blanket
Clarifier volume
clarifier_volume_m3
CLAR-10-SCHED-05 clarifier volume
Min hrt hr
min_hrt_hr
PERMIT-10-CRIT-05 minimum clarifier HRT
Recycle percent
recycle_percent
HGL-10-PROFILE-05 recycle flow percent
12 outputs
surface_overflow_rate_m3_m2_d
Clarifier surface overflow rate
Scores if within ±3% of the reference value.
sor_margin_m3_m2_d
Maximum SOR minus calculated SOR
Scores if within ±3% of the reference value.
solids_loading_kg_m2_d
Clarifier solids loading rate
Scores if within ±3% of the reference value.
slr_margin_kg_m2_d
Maximum SLR minus calculated SLR
Scores if within ±3% of the reference value.
bod_removed_kg_d
BOD removed by clarifier process basis
Scores if within ±3% of the reference value.
sludge_production_kg_d
Calculated sludge production
Scores if within ±3% of the reference value.
wasting_capacity_margin_kg_d
Wasting capacity minus sludge production
Scores if within ±3% of the reference value.
sludge_blanket_margin_m
Allowed sludge blanket minus measured blanket
Scores if within ±3% of the reference value.
clarifier_hrt_hr
Clarifier hydraulic retention time
Scores if within ±3% of the reference value.
hrt_margin_hr
Clarifier HRT minus minimum HRT
Scores if within ±3% of the reference value.
recycle_flow_m3_d
Recycle flow
Scores if within ±3% of the reference value.
overall_pass_score
1.0 when loading, sludge, blanket, and HRT margins are non-negative
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 wastewater process engineer checking a task-owned synthetic SSC-10 clarifier loading, sludge, and hydraulic constraint package.2 3Use only the task-owned synthetic source pack values shown below for numeric grading. Clarifier loading, sludge wasting, hydraulic profile, and permit criteria workflows shape the context only; this instance does not parse a real process model or accepted project report.4 5## Scene6 7- Product: `SSC-10-LH-05`8- Clarifier schedule: `CLAR-10-SCHED-05`9- Sampling/load table: `SAMPLE-10-LOAD-05`10- Sludge wasting table: `SLUDGE-10-WASTE-05`11- Hydraulic profile: `HGL-10-PROFILE-05`12- Permit criteria table: `PERMIT-10-CRIT-05`13- Clarifier note: `MEMO-10-CLAR-05`14 15## Source Values16 17| Item | Value |18| --- | --- |19| Flow | {{ flow_rate_m3_d }} m3/d |20| Clarifier diameter | {{ clarifier_diameter_m }} m |21| MLSS | {{ mlss_mg_l }} mg/L |22| Maximum SOR | {{ max_sor_m3_m2_d }} m3/m2/d |23| Maximum SLR | {{ max_slr_kg_m2_d }} kg/m2/d |24| Influent BOD | {{ influent_bod_mg_l }} mg/L |25| Effluent BOD | {{ effluent_bod_mg_l }} mg/L |26| Sludge yield | {{ sludge_yield_kg_kg_bod }} kg/kg BOD |27| Wasting capacity | {{ wasting_capacity_kg_d }} kg/d |28| Sludge blanket limit | {{ sludge_blanket_limit_m }} m |29| Measured sludge blanket | {{ measured_sludge_blanket_m }} m |30| Clarifier volume | {{ clarifier_volume_m3 }} m3 |31| Minimum HRT | {{ min_hrt_hr }} h |32| Recycle percent | {{ recycle_percent }} % |33 34## Calculation Rules35 36- Clarifier area equals `pi x clarifier_diameter_m^2 / 4`.37- Surface overflow rate equals flow divided by clarifier area.38- Solids loading equals `flow x MLSS / 1000 / clarifier area`.39- BOD removed equals `flow x (influent BOD - effluent BOD) / 1000`.40- Sludge production equals BOD removed times sludge yield.41- Clarifier HRT equals clarifier volume divided by flow, converted to hours.42- Recycle flow equals flow times recycle percent.43- Overall pass score is `1.0` only when SOR, SLR, wasting, sludge blanket, and HRT margins are non-negative.44 45## Output Format46 47Write 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.48 49Do not claim authority approval, accepted project evidence, software export validity, full standards compliance, executable real source-pack parsing, generated modelling evidence, generated benchmark readiness, or benchmark readiness.50 51Include a fenced JSON block with exactly these numeric keys:52 53```json54{55 "surface_overflow_rate_m3_m2_d": <numeric_value>,56 "sor_margin_m3_m2_d": <numeric_value>,57 "solids_loading_kg_m2_d": <numeric_value>,58 "slr_margin_kg_m2_d": <numeric_value>,59 "bod_removed_kg_d": <numeric_value>,60 "sludge_production_kg_d": <numeric_value>,61 "wasting_capacity_margin_kg_d": <numeric_value>,62 "sludge_blanket_margin_m": <numeric_value>,63 "clarifier_hrt_hr": <numeric_value>,64 "hrt_margin_hr": <numeric_value>,65 "recycle_flow_m3_d": <numeric_value>,66 "overall_pass_score": <numeric_value>67}68```69 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.
ssc10_clarifier_sludge_hydraulic_case
Clarifier loading, sludge, and hydraulic constraint source pack
clarifier-sludge-hydraulics-ssc10-clarifier-sludge-hydraulic-case-preview — hard difficulty, all inputs given.
Clarifier loading, sludge, and hydraulic constraint source pack. clarifier-sludge-hydraulics. Required outputs: surface_overflow_rate_m3_m2_d, sor_margin_m3_m2_d, solids_loading_kg_m2_d, slr_margin_kg_m2_d, bod_removed_kg_d, sludge_production_kg_d
Scenario context and visible inputs.
Executable tool: clarifier-sludge-hydraulic-constraint-package_calc.py
Inputs withheld at this difficulty.
Nothing. All inputs are supplied.
The scored JSON answer schema.
{
"surface_overflow_rate_m3_m2_d": <number>,
"sor_margin_m3_m2_d": <number>,
"solids_loading_kg_m2_d": <number>,
"slr_margin_kg_m2_d": <number>,
"bod_removed_kg_d": <number>,
"sludge_production_kg_d": <number>,
"wasting_capacity_margin_kg_d": <number>,
"sludge_blanket_margin_m": <number>,
"clarifier_hrt_hr": <number>,
"hrt_margin_hr": <number>,
"recycle_flow_m3_d": <number>,
"overall_pass_score": <number>
}