Required srt d
required_srt_d
Temperature-adjusted required SRT
Scores if within ±3% of the reference value.
Calculates source-bound treatment review metrics from a deterministic SSC-10 task-owned source pack. The template combines SRT, permit margins, process capacity margins, comment closure, source completeness, 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.
19 inputs
Included directly in every task prompt.
Base required srt
base_required_srt_d
CALC-10-APPX-08 base required SRT
Temperature c
temperature_c
SAMPLE-10-DATA-08 governing temperature
Theta factor
theta_factor
CALC-10-APPX-08 temperature correction factor
Actual srt
actual_srt_d
CALC-10-APPX-08 actual SRT
Permit bod
permit_bod_mg_l
PERMIT-10-CRIT-08 permit BOD limit
Predicted bod
predicted_bod_mg_l
SAMPLE-10-DATA-08 predicted BOD
Permit ammonia
permit_ammonia_mg_l
PERMIT-10-CRIT-08 permit ammonia limit
Predicted ammonia
predicted_ammonia_mg_l
SAMPLE-10-DATA-08 predicted ammonia
Oxygen required
oxygen_required_kg_d
CALC-10-APPX-08 oxygen required
Oxygen capacity
oxygen_capacity_kg_d
CALC-10-APPX-08 oxygen capacity
Chemical required
chemical_required_kg_d
CALC-10-APPX-08 chemical required
Chemical capacity
chemical_capacity_kg_d
CALC-10-APPX-08 chemical capacity
Sludge predicted
sludge_predicted_kg_d
CALC-10-APPX-08 sludge predicted
Sludge handling capacity
sludge_handling_capacity_kg_d
CALC-10-APPX-08 sludge handling capacity
Total review comments
total_review_comments
COMMENT-10-REG-08 total review comments
Closed review comments
closed_review_comments
COMMENT-10-REG-08 closed review comments
Critical comments open
critical_comments_open
COMMENT-10-REG-08 critical comments still open
Source references found
source_references_found
AUTH-10-MATRIX-08 source references found
Source references required
source_references_required
AUTH-10-MATRIX-08 source references required
12 outputs
required_srt_d
Temperature-adjusted required SRT
Scores if within ±3% of the reference value.
srt_margin_d
Actual SRT minus required SRT
Scores if within ±3% of the reference value.
bod_permit_margin_mg_l
BOD permit limit minus predicted BOD
Scores if within ±3% of the reference value.
ammonia_permit_margin_mg_l
Ammonia permit limit minus predicted ammonia
Scores if within ±3% of the reference value.
oxygen_capacity_margin_kg_d
Oxygen capacity minus oxygen required
Scores if within ±3% of the reference value.
chemical_capacity_margin_kg_d
Chemical capacity minus chemical required
Scores if within ±3% of the reference value.
sludge_capacity_margin_kg_d
Sludge handling capacity minus predicted sludge
Scores if within ±3% of the reference value.
comments_resolved_fraction
Closed review comments divided by total comments
Scores if within ±3% of the reference value.
source_completeness_fraction
Found source references divided by required references
Scores if within ±3% of the reference value.
response_completeness_score
Average response completeness score
Scores if within ±3% of the reference value.
critical_comments_open
Critical review comments still open
Scores if within ±0.1% of the reference value.
overall_pass_score
1.0 when permit, process capacity, and critical-comment 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 wastewater process engineer checking a task-owned synthetic SSC-10 treatment review response and permit-basis package.2 3Use only the task-owned synthetic source pack values shown below for numeric grading. Permit criteria, sampling data, process calculation appendix, comment register, and authority-matrix workflows shape the context only; this instance does not parse a real permit, model branch, or accepted project report.4 5## Scene6 7- Product: `SSC-10-LH-08`8- Permit criteria table: `PERMIT-10-CRIT-08`9- Sampling dataset: `SAMPLE-10-DATA-08`10- Process calculation appendix: `CALC-10-APPX-08`11- Comment register: `COMMENT-10-REG-08`12- Authority matrix: `AUTH-10-MATRIX-08`13- Compliance gap memo: `MEMO-10-PERMIT-08`14 15## Source Values16 17| Item | Value |18| --- | --- |19| Base required SRT | {{ base_required_srt_d }} d |20| Governing temperature | {{ temperature_c }} deg C |21| Theta factor | {{ theta_factor }} |22| Actual SRT | {{ actual_srt_d }} d |23| Permit BOD | {{ permit_bod_mg_l }} mg/L |24| Predicted BOD | {{ predicted_bod_mg_l }} mg/L |25| Permit ammonia | {{ permit_ammonia_mg_l }} mg/L |26| Predicted ammonia | {{ predicted_ammonia_mg_l }} mg/L |27| Oxygen required | {{ oxygen_required_kg_d }} kg/d |28| Oxygen capacity | {{ oxygen_capacity_kg_d }} kg/d |29| Chemical required | {{ chemical_required_kg_d }} kg/d |30| Chemical capacity | {{ chemical_capacity_kg_d }} kg/d |31| Sludge predicted | {{ sludge_predicted_kg_d }} kg/d |32| Sludge handling capacity | {{ sludge_handling_capacity_kg_d }} kg/d |33| Review comments | {{ total_review_comments }} total |34| Closed comments | {{ closed_review_comments }} |35| Critical comments open | {{ critical_comments_open }} |36| Source references found | {{ source_references_found }} |37| Source references required | {{ source_references_required }} |38 39## Calculation Rules40 41- Required SRT equals `base_required_srt_d x theta_factor^(20 - temperature_c)`.42- SRT margin equals actual SRT minus required SRT.43- Permit margins equal permit limits minus predicted values.44- Process capacity margins equal listed capacity minus required or predicted values.45- Comments resolved fraction equals closed review comments divided by total review comments.46- Source completeness fraction equals found source references divided by required references.47- Response completeness score averages comment closure, source completeness, and critical-comment closure.48- Overall pass score is `1.0` only when permit, process capacity, and critical-comment checks pass.49 50## Output Format51 52Write 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.53 54Do 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.55 56Include a fenced JSON block with exactly these numeric keys:57 58```json59{60 "required_srt_d": <numeric_value>,61 "srt_margin_d": <numeric_value>,62 "bod_permit_margin_mg_l": <numeric_value>,63 "ammonia_permit_margin_mg_l": <numeric_value>,64 "oxygen_capacity_margin_kg_d": <numeric_value>,65 "chemical_capacity_margin_kg_d": <numeric_value>,66 "sludge_capacity_margin_kg_d": <numeric_value>,67 "comments_resolved_fraction": <numeric_value>,68 "source_completeness_fraction": <numeric_value>,69 "response_completeness_score": <numeric_value>,70 "critical_comments_open": <numeric_value>,71 "overall_pass_score": <numeric_value>72}73```74 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_treatment_permit_review_case
Treatment review response and permit-basis source pack
treatment-permit-review-ssc10-treatment-permit-review-case-preview — hard difficulty, all inputs given.
Treatment review response and permit-basis source pack. treatment-permit-review. Required outputs: required_srt_d, srt_margin_d, bod_permit_margin_mg_l, ammonia_permit_margin_mg_l, oxygen_capacity_margin_kg_d, chemical_capacity_margin_kg_d
Scenario context and visible inputs.
Executable tool: treatment-review-permit-basis-package_calc.py
Inputs withheld at this difficulty.
Nothing. All inputs are supplied.
The scored JSON answer schema.
{
"required_srt_d": <number>,
"srt_margin_d": <number>,
"bod_permit_margin_mg_l": <number>,
"ammonia_permit_margin_mg_l": <number>,
"oxygen_capacity_margin_kg_d": <number>,
"chemical_capacity_margin_kg_d": <number>,
"sludge_capacity_margin_kg_d": <number>,
"comments_resolved_fraction": <number>,
"source_completeness_fraction": <number>,
"response_completeness_score": <number>,
"critical_comments_open": <number>,
"overall_pass_score": <number>
}