Volatile solids feed kg d
volatile_solids_feed_kg_d
Volatile solids feed
Scores if within ±3% of the reference value.
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.
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.
13 inputs
Included directly in every task prompt.
Sludge production
sludge_production_kg_d
SLUDGE-10-PROD-07 sludge production
Volatile solids fraction
volatile_solids_fraction
SLUDGE-10-PROD-07 volatile solids fraction
Volatile solids destruction fraction
volatile_solids_destruction_fraction
DIGESTER-10-GAS-07 volatile solids destruction fraction
Biogas yield
biogas_yield_m3_kg_vs
DIGESTER-10-GAS-07 biogas yield
Methane fraction
methane_fraction
DIGESTER-10-GAS-07 methane fraction
Methane energy
methane_energy_kwh_m3
DIGESTER-10-GAS-07 methane energy content
Generator electrical efficiency
generator_electrical_efficiency
GEN-10-DATA-07 generator electrical efficiency
Generator rated
generator_rated_kw
GEN-10-DATA-07 generator rating
Critical process load
critical_process_load_kw
LOAD-10-PROFILE-07 critical process load
Dispatch runtime
dispatch_runtime_h
POLICY-10-DISPATCH-07 required dispatch runtime
Parasitic load
parasitic_load_kw
LOAD-10-PROFILE-07 parasitic generator plant load
Heat recovery efficiency
heat_recovery_efficiency
GEN-10-DATA-07 heat recovery efficiency
Heat load
heat_load_kwh_d
LOAD-10-PROFILE-07 heat load to offset
14 outputs
volatile_solids_feed_kg_d
Volatile solids feed
Scores if within ±3% of the reference value.
volatile_solids_destroyed_kg_d
Volatile solids destroyed
Scores if within ±3% of the reference value.
biogas_m3_d
Daily biogas production
Scores if within ±3% of the reference value.
methane_m3_d
Daily methane production
Scores if within ±3% of the reference value.
methane_energy_kwh_d
Daily methane energy
Scores if within ±3% of the reference value.
generator_electric_energy_kwh_d
Daily generator electric energy
Scores if within ±3% of the reference value.
average_generator_kw
Average generator power over day
Scores if within ±3% of the reference value.
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
Scores if within ±3% of the reference value.
dispatch_energy_margin_kwh
Generator electric energy minus critical dispatch energy
Scores if within ±3% of the reference value.
available_runtime_hr
Available runtime at critical plus parasitic load
Scores if within ±3% of the reference value.
heat_recovery_kwh_d
Daily heat recovery
Scores if within ±3% of the reference value.
heat_recovery_margin_kwh_d
Recovered heat minus heat load
Scores if within ±3% of the reference value.
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.
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 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 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
Biogas, sludge, and generator dispatch source pack
biogas-generator-dispatch-ssc10-biogas-generator-dispatch-case-preview — hard 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
Scenario context and visible inputs.
Executable tool: biogas-sludge-generator-dispatch-package_calc.py
Inputs withheld at this difficulty.
Nothing. All inputs are supplied.
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>
}