LIVEdataset aec-bench@releasetasks 552models 18last submission · built
mechanicalwith-tool

Wastewater Energy Island Resilience Package

Calculates source-bound wastewater energy island metrics from a deterministic SSC-17 task-owned source pack. The template combines oxygen demand, blower energy, biogas CHP, BESS autonomy, critical-process energy, and an overall synthetic pass score.

with-tool: The model is given an executable Python calculator script.

How this task is generated

One template produces many comparable benchmark tasks while keeping the scoring contract fixed.

  1. 01

    Template

    The reusable contract shown on this page.

  2. 02

    Scenario

    An archetype and site context are sampled.

  3. 03

    Difficulty tier

    Inputs may be hidden at harder tiers.

  4. 04

    Task prompt

    The model responds with the declared outputs.

Parameters

Inputs the model receives, and the outputs it is scored on.

Inputs

16 inputs

Always given

Included directly in every task prompt.

16
Show 16 inputs
  • Influent flow mld

    influent_flow_mld

    WWTP-SSC17-002 influent flow

    2.4 ML/d
  • Bod

    bod_mg_l

    WWTP-SSC17-002 influent BOD

    220 mg/L
  • Ammonia

    ammonia_mg_l

    WWTP-SSC17-002 influent ammonia

    32 mg/L
  • Bod oxygen factor

    bod_oxygen_factor

    PFD-SSC17-002 BOD oxygen factor

    1.1
  • Nitrification oxygen factor

    nitrification_oxygen_factor

    PFD-SSC17-002 nitrification oxygen factor

    4.57
  • Blower specific energy

    blower_specific_energy_kwh_kg_o2

    BLOWER-SSC17-002 blower specific energy

    0.75 kWh/kg O2
  • Auxiliary critical load

    auxiliary_critical_load_kw

    BLOWER-SSC17-002 auxiliary critical load

    18 kW
  • Outage duration hr

    outage_duration_hr

    MEMO-SSC17-002 critical process outage duration

    12 h
  • Volatile solids

    volatile_solids_kg_d

    BIOGAS-SSC17-002 volatile solids

    520 kg/d
  • Biogas yield

    biogas_yield_m3_kg_vs

    BIOGAS-SSC17-002 biogas yield

    0.68 m3/kg VS
  • Methane fraction

    methane_fraction

    BIOGAS-SSC17-002 methane fraction

    0.62
  • Methane energy

    methane_energy_kwh_m3

    BIOGAS-SSC17-002 methane energy content

    9.97 kWh/m3
  • Chp efficiency

    chp_efficiency

    BIOGAS-SSC17-002 CHP electrical efficiency

    0.34
  • Bess nominal

    bess_nominal_kwh

    BESS-SSC17-002 nominal energy

    300 kWh
  • Max depth of discharge

    max_depth_of_discharge

    BESS-SSC17-002 maximum depth of discharge

    0.8
  • Inverter efficiency

    inverter_efficiency

    BESS-SSC17-002 inverter efficiency

    0.92

Scored outputs

11 outputs

Oxygen demand kg d

oxygen_demand_kg_d

Total process oxygen demand

Scores if within ±3% of the reference value.

Blower energy kwh d

blower_energy_kwh_d

Daily blower energy

Scores if within ±3% of the reference value.

Blower average

blower_average_kw

Average blower power

Scores if within ±3% of the reference value.

Biogas production m3 d

biogas_production_m3_d

Daily biogas production

Scores if within ±3% of the reference value.

Chp energy available kwh

chp_energy_available_kwh

CHP energy available during the outage window

Scores if within ±3% of the reference value.

Bess usable energy kwh

bess_usable_energy_kwh

Usable BESS energy

Scores if within ±3% of the reference value.

Critical process energy kwh

critical_process_energy_kwh

Blower plus auxiliary energy required during outage

Scores if within ±3% of the reference value.

Resilience energy available kwh

resilience_energy_available_kwh

CHP plus BESS energy available

Scores if within ±3% of the reference value.

Energy margin kwh

energy_margin_kwh

Available resilience energy minus required process energy

Scores if within ±3% of the reference value.

Battery only runtime hr

battery_only_runtime_hr

Battery-only runtime at blower plus auxiliary load

Scores if within ±3% of the reference value.

Overall pass score

overall_pass_score

1.0 when energy margin is non-negative

Scores if within ±0.1% of the reference value.

Difficulty

Each template is sampled at three tiers. Harder tiers may hide inputs, forcing the model to infer them from the scenario description.

All inputs remain visible at every tier

For this template, difficulty scales through parameter and scenario ranges rather than hidden information.

easy:
All source-pack values given for the SSC-17 wastewater energy island package
medium:
All source-pack values given for the SSC-17 wastewater energy island package
hard:
All source-pack values given for the SSC-17 wastewater energy island package

Task bundle

The exact instruction and parameter contract used to generate this task, pinned to the published library source.

/workspace

  • instruction.md
  • wastewater-energy-island-resilience-package_calc.py

Teal lines show Jinja input conditions, not task visibility policy. A line renders only when that input or tool is visible.

1You are a process and energy resilience engineer checking a task-owned synthetic SSC-17 wastewater energy island package.2 3Use only the task-owned synthetic source pack values shown below for numeric grading. Process modelling, biogas, and BESS workflows shape the context only: this instance does not run external software or a real source-pack parser.4 5## Scene6 7- Product: `SSC-17-LH-02`8- Influent/effluent sample table: `WWTP-SSC17-002`9- PFD/process basis: `PFD-SSC17-002`10- Blower/motor schedule: `BLOWER-SSC17-002`11- Biogas/sludge record: `BIOGAS-SSC17-002`12- PV/BESS/feeder schedule: `BESS-SSC17-002`13- Critical-process resilience memo: `MEMO-SSC17-002`14 15## Source Values16 17| Item | Value |18| --- | --- |19| Influent flow | {{ influent_flow_mld }} ML/d |20| BOD | {{ bod_mg_l }} mg/L |21| Ammonia | {{ ammonia_mg_l }} mg/L |22| BOD oxygen factor | {{ bod_oxygen_factor }} kg O2/kg BOD |23| Nitrification oxygen factor | {{ nitrification_oxygen_factor }} kg O2/kg N |24| Blower specific energy | {{ blower_specific_energy_kwh_kg_o2 }} kWh/kg O2 |25| Auxiliary critical load | {{ auxiliary_critical_load_kw }} kW |26| Outage duration | {{ outage_duration_hr }} h |27| Volatile solids | {{ volatile_solids_kg_d }} kg/d |28| Biogas yield | {{ biogas_yield_m3_kg_vs }} m3/kg VS |29| Methane fraction | {{ methane_fraction }} |30| Methane energy | {{ methane_energy_kwh_m3 }} kWh/m3 |31| CHP efficiency | {{ chp_efficiency }} |32| BESS nominal energy | {{ bess_nominal_kwh }} kWh |33| Maximum depth of discharge | {{ max_depth_of_discharge }} |34| Inverter efficiency | {{ inverter_efficiency }} |35 36## Output Format37 38Write 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.39 40Do not claim authority approval, accepted project evidence, software export validity, full standards compliance, executable real source-pack parsing, generated benchmark readiness, or benchmark readiness.41 42Include a fenced JSON block with exactly these numeric keys:43 44```json45{46 "oxygen_demand_kg_d": <numeric_value>,47 "blower_energy_kwh_d": <numeric_value>,48 "blower_average_kw": <numeric_value>,49 "biogas_production_m3_d": <numeric_value>,50 "chp_energy_available_kwh": <numeric_value>,51 "bess_usable_energy_kwh": <numeric_value>,52 "critical_process_energy_kwh": <numeric_value>,53 "resilience_energy_available_kwh": <numeric_value>,54 "energy_margin_kwh": <numeric_value>,55 "battery_only_runtime_hr": <numeric_value>,56 "overall_pass_score": <numeric_value>57}58```59

Scenario archetypes

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.

Ssc17 wastewater energy island case

ssc17_wastewater_energy_island_case

Wastewater process energy island case with oxygen demand, biogas CHP, and BESS autonomy

wastewater-energy-island-resilienceprocess-biogas-bess-autonomy-check
Parameter ranges
influent_flow_mld
2.4
bod_mg_l
220
ammonia_mg_l
32
bod_oxygen_factor
1.1
nitrification_oxygen_factor
4.57
blower_specific_energy_kwh_kg_o2
0.75
auxiliary_critical_load_kw
18
outage_duration_hr
12
volatile_solids_kg_d
520
biogas_yield_m3_kg_vs
0.68
methane_fraction
0.62
methane_energy_kwh_m3
9.97
chp_efficiency
0.34
bess_nominal_kwh
300
max_depth_of_discharge
0.8
inverter_efficiency
0.92

Example task

wastewater-energy-island-resilience-ssc17-wastewater-energy-island-case-previewhard difficulty, all inputs given.

Wastewater process energy island case with oxygen demand, biogas CHP, and BESS autonomy. wastewater-energy-island-resilience. Required outputs: oxygen_demand_kg_d, blower_energy_kwh_d, blower_average_kw, biogas_production_m3_d, chp_energy_available_kwh, bess_usable_energy_kwh

The model sees

Scenario context and visible inputs.

influent_flow_mld
2.4 to 2.4 ML/d
bod_mg_l
220 to 220 mg/L
ammonia_mg_l
32 to 32 mg/L
bod_oxygen_factor
1.1 to 1.1
nitrification_oxygen_factor
4.57 to 4.57
blower_specific_energy_kwh_kg_o2
0.75 to 0.75 kWh/kg O2
auxiliary_critical_load_kw
18 to 18 kW
outage_duration_hr
12 to 12 h
volatile_solids_kg_d
520 to 520 kg/d
biogas_yield_m3_kg_vs
0.68 to 0.68 m3/kg VS
methane_fraction
0.62 to 0.62
methane_energy_kwh_m3
9.97 to 9.97 kWh/m3
chp_efficiency
0.34 to 0.34
bess_nominal_kwh
300 to 300 kWh
max_depth_of_discharge
0.8 to 0.8
inverter_efficiency
0.92 to 0.92

Executable tool: wastewater-energy-island-resilience-package_calc.py

The model must infer

Inputs withheld at this difficulty.

Nothing. All inputs are supplied.

The model must produce

The scored JSON answer schema.

{
  "oxygen_demand_kg_d": <number>,
  "blower_energy_kwh_d": <number>,
  "blower_average_kw": <number>,
  "biogas_production_m3_d": <number>,
  "chp_energy_available_kwh": <number>,
  "bess_usable_energy_kwh": <number>,
  "critical_process_energy_kwh": <number>,
  "resilience_energy_available_kwh": <number>,
  "energy_margin_kwh": <number>,
  "battery_only_runtime_hr": <number>,
  "overall_pass_score": <number>
}
  • oxygen_demand_kg_d · scored within ±3%
  • blower_energy_kwh_d · scored within ±3%
  • blower_average_kw · scored within ±3%
  • biogas_production_m3_d · scored within ±3%
  • chp_energy_available_kwh · scored within ±3%
  • bess_usable_energy_kwh · scored within ±3%
  • critical_process_energy_kwh · scored within ±3%
  • resilience_energy_available_kwh · scored within ±3%
  • energy_margin_kwh · scored within ±3%
  • battery_only_runtime_hr · scored within ±3%
  • overall_pass_score · scored within ±0.1%