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

Biogas Sludge Generator Dispatch Package

Calculates source-bound biogas generator dispatch metrics from a deterministic SSC-10 task-owned source pack. The template combines volatile solids destruction, biogas and methane energy, generator electric energy, dispatch runtime, heat recovery, 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

13 inputs

Always given

Included directly in every task prompt.

13
Show 13 inputs
  • Sludge production

    sludge_production_kg_d

    SLUDGE-10-PROD-07 sludge production

    1180 kg/d
  • Volatile solids fraction

    volatile_solids_fraction

    SLUDGE-10-PROD-07 volatile solids fraction

    0.74
  • Volatile solids destruction fraction

    volatile_solids_destruction_fraction

    DIGESTER-10-GAS-07 volatile solids destruction fraction

    0.52
  • Biogas yield

    biogas_yield_m3_kg_vs

    DIGESTER-10-GAS-07 biogas yield

    0.92 m3/kg VS
  • Methane fraction

    methane_fraction

    DIGESTER-10-GAS-07 methane fraction

    0.63
  • Methane energy

    methane_energy_kwh_m3

    DIGESTER-10-GAS-07 methane energy content

    9.97 kWh/m3
  • Generator electrical efficiency

    generator_electrical_efficiency

    GEN-10-DATA-07 generator electrical efficiency

    0.36
  • Generator rated

    generator_rated_kw

    GEN-10-DATA-07 generator rating

    180 kW
  • Critical process load

    critical_process_load_kw

    LOAD-10-PROFILE-07 critical process load

    86 kW
  • Dispatch runtime

    dispatch_runtime_h

    POLICY-10-DISPATCH-07 required dispatch runtime

    8 h
  • Parasitic load

    parasitic_load_kw

    LOAD-10-PROFILE-07 parasitic generator plant load

    12 kW
  • Heat recovery efficiency

    heat_recovery_efficiency

    GEN-10-DATA-07 heat recovery efficiency

    0.44
  • Heat load

    heat_load_kwh_d

    LOAD-10-PROFILE-07 heat load to offset

    1050 kWh/d

Scored outputs

14 outputs

Volatile solids feed kg d

volatile_solids_feed_kg_d

Volatile solids feed

Scores if within ±3% of the reference value.

Volatile solids destroyed kg d

volatile_solids_destroyed_kg_d

Volatile solids destroyed

Scores if within ±3% of the reference value.

Biogas m3 d

biogas_m3_d

Daily biogas production

Scores if within ±3% of the reference value.

Methane m3 d

methane_m3_d

Daily methane production

Scores if within ±3% of the reference value.

Methane energy kwh d

methane_energy_kwh_d

Daily methane energy

Scores if within ±3% of the reference value.

Generator electric energy kwh d

generator_electric_energy_kwh_d

Daily generator electric energy

Scores if within ±3% of the reference value.

Average generator

average_generator_kw

Average generator power over day

Scores if within ±3% of the reference value.

Generator capacity margin

generator_capacity_margin_kw

Generator rating minus critical and parasitic load

Scores if within ±3% of the reference value.

Critical dispatch energy kwh

critical_dispatch_energy_kwh

Critical dispatch energy

Scores if within ±3% of the reference value.

Dispatch energy margin kwh

dispatch_energy_margin_kwh

Generator electric energy minus critical dispatch energy

Scores if within ±3% of the reference value.

Available runtime hr

available_runtime_hr

Available runtime at critical plus parasitic load

Scores if within ±3% of the reference value.

Heat recovery kwh d

heat_recovery_kwh_d

Daily heat recovery

Scores if within ±3% of the reference value.

Heat recovery margin kwh d

heat_recovery_margin_kwh_d

Recovered heat minus heat load

Scores if within ±3% of the reference value.

Overall pass score

overall_pass_score

1.0 when generator capacity, dispatch energy, and heat recovery margins are 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-10 biogas dispatch package
medium:
All source-pack values given for the SSC-10 biogas dispatch package
hard:
All source-pack values given for the SSC-10 biogas dispatch package

Task bundle

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

/workspace

  • instruction.md
  • biogas-sludge-generator-dispatch-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 wastewater process engineer checking a task-owned synthetic SSC-10 biogas, sludge, and generator dispatch package.2 3Use only the task-owned synthetic source pack values shown below for numeric grading. Sludge production, digester gas metering, generator data sheet, load profile, and dispatch-policy workflows shape the context only; this instance does not parse a real process model, gas meter export, or accepted project report.4 5## Scene6 7- Product: `SSC-10-LH-07`8- Sludge production table: `SLUDGE-10-PROD-07`9- Digester/gas meter data: `DIGESTER-10-GAS-07`10- Generator data sheet: `GEN-10-DATA-07`11- Load profile: `LOAD-10-PROFILE-07`12- Operating policy: `POLICY-10-DISPATCH-07`13- Dispatch memo: `MEMO-10-DISPATCH-07`14 15## Source Values16 17| Item | Value |18| --- | --- |19| Sludge production | {{ sludge_production_kg_d }} kg/d |20| Volatile solids fraction | {{ volatile_solids_fraction }} |21| Volatile solids destruction | {{ volatile_solids_destruction_fraction }} |22| Biogas yield | {{ biogas_yield_m3_kg_vs }} m3/kg VS |23| Methane fraction | {{ methane_fraction }} |24| Methane energy | {{ methane_energy_kwh_m3 }} kWh/m3 |25| Generator electrical efficiency | {{ generator_electrical_efficiency }} |26| Generator rating | {{ generator_rated_kw }} kW |27| Critical process load | {{ critical_process_load_kw }} kW |28| Dispatch runtime | {{ dispatch_runtime_h }} h |29| Parasitic load | {{ parasitic_load_kw }} kW |30| Heat recovery efficiency | {{ heat_recovery_efficiency }} |31| Heat load to offset | {{ heat_load_kwh_d }} kWh/d |32 33## Calculation Rules34 35- Volatile solids feed equals sludge production times volatile solids fraction.36- Volatile solids destroyed equals volatile solids feed times destruction fraction.37- Biogas volume equals volatile solids destroyed times biogas yield.38- Methane energy equals methane volume times methane energy content.39- Generator electric energy equals methane energy times generator electrical efficiency.40- Available runtime equals generator electric energy divided by critical plus parasitic load.41- Overall pass score is `1.0` only when generator capacity, dispatch energy, and heat recovery margins are non-negative.42 43## Output Format44 45Write 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.46 47Do 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.48 49Include a fenced JSON block with exactly these numeric keys:50 51```json52{53 "volatile_solids_feed_kg_d": <numeric_value>,54 "volatile_solids_destroyed_kg_d": <numeric_value>,55 "biogas_m3_d": <numeric_value>,56 "methane_m3_d": <numeric_value>,57 "methane_energy_kwh_d": <numeric_value>,58 "generator_electric_energy_kwh_d": <numeric_value>,59 "average_generator_kw": <numeric_value>,60 "generator_capacity_margin_kw": <numeric_value>,61 "critical_dispatch_energy_kwh": <numeric_value>,62 "dispatch_energy_margin_kwh": <numeric_value>,63 "available_runtime_hr": <numeric_value>,64 "heat_recovery_kwh_d": <numeric_value>,65 "heat_recovery_margin_kwh_d": <numeric_value>,66 "overall_pass_score": <numeric_value>67}68```69

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.

Ssc10 biogas generator dispatch case

ssc10_biogas_generator_dispatch_case

Biogas, sludge, and generator dispatch source pack

biogas-generator-dispatchsludge-gas-dispatch-check
Parameter ranges
params
{'sludge_production_kg_d': {'min': 1180.0, 'max': 1180.0}, 'volatile_solids_fraction': {'min': 0.74, 'max': 0.74}, 'volatile_solids_destruction_fraction': {'min': 0.52, 'max': 0.52}, 'biogas_yield_m3_kg_vs': {'min': 0.92, 'max': 0.92}, 'methane_fraction': {'min': 0.63, 'max': 0.63}, 'methane_energy_kwh_m3': {'min': 9.97, 'max': 9.97}, 'generator_electrical_efficiency': {'min': 0.36, 'max': 0.36}, 'generator_rated_kw': {'min': 180.0, 'max': 180.0}, 'critical_process_load_kw': {'min': 86.0, 'max': 86.0}, 'dispatch_runtime_h': {'min': 8.0, 'max': 8.0}, 'parasitic_load_kw': {'min': 12.0, 'max': 12.0}, 'heat_recovery_efficiency': {'min': 0.44, 'max': 0.44}, 'heat_load_kwh_d': {'min': 1050.0, 'max': 1050.0}}

Example task

biogas-generator-dispatch-ssc10-biogas-generator-dispatch-case-previewhard difficulty, all inputs given.

Biogas, sludge, and generator dispatch source pack. biogas-generator-dispatch. Required outputs: volatile_solids_feed_kg_d, volatile_solids_destroyed_kg_d, biogas_m3_d, methane_m3_d, methane_energy_kwh_d, generator_electric_energy_kwh_d

The model sees

Scenario context and visible inputs.

sludge_production_kg_d
1180 to 1180 kg/d
volatile_solids_fraction
0.74 to 0.74
volatile_solids_destruction_fraction
0.52 to 0.52
biogas_yield_m3_kg_vs
0.92 to 0.92 m3/kg VS
methane_fraction
0.63 to 0.63
methane_energy_kwh_m3
9.97 to 9.97 kWh/m3
generator_electrical_efficiency
0.36 to 0.36
generator_rated_kw
180 to 180 kW
critical_process_load_kw
86 to 86 kW
dispatch_runtime_h
8 to 8 h
parasitic_load_kw
12 to 12 kW
heat_recovery_efficiency
0.44 to 0.44
heat_load_kwh_d
1050 to 1050 kWh/d

Executable tool: biogas-sludge-generator-dispatch-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.

{
  "volatile_solids_feed_kg_d": <number>,
  "volatile_solids_destroyed_kg_d": <number>,
  "biogas_m3_d": <number>,
  "methane_m3_d": <number>,
  "methane_energy_kwh_d": <number>,
  "generator_electric_energy_kwh_d": <number>,
  "average_generator_kw": <number>,
  "generator_capacity_margin_kw": <number>,
  "critical_dispatch_energy_kwh": <number>,
  "dispatch_energy_margin_kwh": <number>,
  "available_runtime_hr": <number>,
  "heat_recovery_kwh_d": <number>,
  "heat_recovery_margin_kwh_d": <number>,
  "overall_pass_score": <number>
}
  • volatile_solids_feed_kg_d · scored within ±3%
  • volatile_solids_destroyed_kg_d · scored within ±3%
  • biogas_m3_d · scored within ±3%
  • methane_m3_d · scored within ±3%
  • methane_energy_kwh_d · scored within ±3%
  • generator_electric_energy_kwh_d · scored within ±3%
  • average_generator_kw · scored within ±3%
  • generator_capacity_margin_kw · scored within ±3%
  • critical_dispatch_energy_kwh · scored within ±3%
  • dispatch_energy_margin_kwh · scored within ±3%
  • available_runtime_hr · scored within ±3%
  • heat_recovery_kwh_d · scored within ±3%
  • heat_recovery_margin_kwh_d · scored within ±3%
  • overall_pass_score · scored within ±0.1%