Design flood level
design_flood_level_m
Tide plus SLR, surge, and wave allowance
Scores if within ±3% of the reference value.
Calculates source-bound coastal flood energy resilience metrics from a deterministic SSC-17 task-owned source pack. The template combines flood level, equipment freeboard, outfall submergence, pump energy, BESS/generator backup energy, feeder voltage drop, and an overall synthetic pass score.
with-tool: The model is given an executable Python calculator script.
Standards
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.
24 inputs
Included directly in every task prompt.
Tide level
tide_level_m
COAST-SSC17-008 tide level
Slr allowance
slr_allowance_m
COAST-SSC17-008 sea level rise allowance
Storm surge
storm_surge_m
COAST-SSC17-008 storm surge
Wave allowance
wave_allowance_m
COAST-SSC17-008 wave allowance
Electrical equipment elevation
electrical_equipment_elevation_m
EQUIP-SSC17-008 electrical equipment elevation
Required equipment freeboard
required_equipment_freeboard_m
EQUIP-SSC17-008 required equipment freeboard
Outfall obvert level
outfall_obvert_level_m
PUMP-SSC17-008 outfall obvert level
Allowable submergence
allowable_submergence_m
PUMP-SSC17-008 allowable outfall submergence
Pump flow
pump_flow_m3_s
PUMP-SSC17-008 pump flow
Pump head
pump_head_m
PUMP-SSC17-008 pump head
Pump efficiency
pump_efficiency
PUMP-SSC17-008 pump efficiency
Pump runtime hr
pump_runtime_hr
PUMP-SSC17-008 pump runtime
Controls load
controls_load_kw
BACKUP-SSC17-008 controls load
Outage duration hr
outage_duration_hr
BACKUP-SSC17-008 outage duration
Bess nominal
bess_nominal_kwh
BACKUP-SSC17-008 BESS nominal energy
Max depth of discharge
max_depth_of_discharge
BACKUP-SSC17-008 maximum depth of discharge
Inverter efficiency
inverter_efficiency
BACKUP-SSC17-008 inverter efficiency
Generator
generator_kw
BACKUP-SSC17-008 generator output
Generator runtime hr
generator_runtime_hr
BACKUP-SSC17-008 generator runtime
Feeder voltage
feeder_voltage_v
EQUIP-SSC17-008 feeder voltage
Feeder length
feeder_length_m
EQUIP-SSC17-008 feeder length
Feeder current
feeder_current_a
EQUIP-SSC17-008 feeder current
Conductor resistance
conductor_resistance_ohm_km
EQUIP-SSC17-008 conductor resistance
Max voltage drop percent
max_voltage_drop_percent
EQUIP-SSC17-008 maximum voltage drop
14 outputs
design_flood_level_m
Tide plus SLR, surge, and wave allowance
Scores if within ±3% of the reference value.
equipment_freeboard_m
Electrical equipment elevation minus design flood level
Scores if within ±3% of the reference value.
equipment_freeboard_margin_m
Equipment freeboard minus required freeboard
Scores if within ±3% of the reference value.
outfall_submergence_m
Design flood level minus outfall obvert level
Scores if within ±3% of the reference value.
outfall_submergence_margin_m
Allowable submergence minus calculated submergence
Scores if within ±3% of the reference value.
pump_input_power_kw
Pump electrical input power
Scores if within ±3% of the reference value.
backup_energy_required_kwh
Pump plus controls backup energy required
Scores if within ±3% of the reference value.
usable_bess_energy_kwh
Usable BESS energy
Scores if within ±3% of the reference value.
generator_energy_kwh
Generator energy available
Scores if within ±3% of the reference value.
backup_energy_available_kwh
BESS plus generator energy available
Scores if within ±3% of the reference value.
backup_energy_margin_kwh
Available backup energy minus required backup energy
Scores if within ±3% of the reference value.
feeder_voltage_drop_percent
Three-phase feeder voltage drop
Scores if within ±3% of the reference value.
voltage_drop_margin_percent
Maximum voltage drop minus calculated voltage drop
Scores if within ±3% of the reference value.
overall_pass_score
1.0 when freeboard, submergence, backup energy, and voltage-drop 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 coastal infrastructure and electrical resilience engineer checking a task-owned synthetic SSC-17 coastal flood energy package.2 3Use only the task-owned synthetic source pack values shown below for numeric grading. Coastal flood, pump/outfall, equipment elevation, and backup energy 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-08`8- Tide/SLR/storm table: `COAST-SSC17-008`9- Site section: `SECTION-SSC17-008`10- Pump/outfall schedule: `PUMP-SSC17-008`11- Electrical equipment layout: `EQUIP-SSC17-008`12- Backup source register: `BACKUP-SSC17-008`13- Flood-resilience memo: `MEMO-SSC17-008`14 15## Source Values16 17| Item | Value |18| --- | --- |19| Tide level | {{ tide_level_m }} m |20| SLR allowance | {{ slr_allowance_m }} m |21| Storm surge | {{ storm_surge_m }} m |22| Wave allowance | {{ wave_allowance_m }} m |23| Electrical equipment elevation | {{ electrical_equipment_elevation_m }} m |24| Required equipment freeboard | {{ required_equipment_freeboard_m }} m |25| Outfall obvert level | {{ outfall_obvert_level_m }} m |26| Allowable submergence | {{ allowable_submergence_m }} m |27| Pump flow | {{ pump_flow_m3_s }} m3/s |28| Pump head | {{ pump_head_m }} m |29| Pump efficiency | {{ pump_efficiency }} |30| Pump runtime | {{ pump_runtime_hr }} h |31| Controls load | {{ controls_load_kw }} kW |32| Outage duration | {{ outage_duration_hr }} h |33| BESS nominal energy | {{ bess_nominal_kwh }} kWh |34| Maximum depth of discharge | {{ max_depth_of_discharge }} |35| Inverter efficiency | {{ inverter_efficiency }} |36| Generator output | {{ generator_kw }} kW |37| Generator runtime | {{ generator_runtime_hr }} h |38| Feeder voltage | {{ feeder_voltage_v }} V |39| Feeder length | {{ feeder_length_m }} m |40| Feeder current | {{ feeder_current_a }} A |41| Conductor resistance | {{ conductor_resistance_ohm_km }} ohm/km |42| Maximum voltage drop | {{ max_voltage_drop_percent }} % |43 44## Output Format45 46Write 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.47 48Do not claim authority approval, accepted project evidence, software export validity, full standards compliance, executable real source-pack parsing, generated benchmark readiness, or benchmark readiness.49 50Include a fenced JSON block with exactly these numeric keys:51 52```json53{54 "design_flood_level_m": <numeric_value>,55 "equipment_freeboard_m": <numeric_value>,56 "equipment_freeboard_margin_m": <numeric_value>,57 "outfall_submergence_m": <numeric_value>,58 "outfall_submergence_margin_m": <numeric_value>,59 "pump_input_power_kw": <numeric_value>,60 "backup_energy_required_kwh": <numeric_value>,61 "usable_bess_energy_kwh": <numeric_value>,62 "generator_energy_kwh": <numeric_value>,63 "backup_energy_available_kwh": <numeric_value>,64 "backup_energy_margin_kwh": <numeric_value>,65 "feeder_voltage_drop_percent": <numeric_value>,66 "voltage_drop_margin_percent": <numeric_value>,67 "overall_pass_score": <numeric_value>68}69```70 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_coastal_flood_energy_case
Coastal flood energy resilience case with equipment elevation, outfall submergence, pump energy, backup source, and feeder
coastal-marine-flood-energy-ssc17-coastal-flood-energy-case-preview — hard difficulty, all inputs given.
Coastal flood energy resilience case with equipment elevation, outfall submergence, pump energy, backup source, and feeder. coastal-marine-flood-energy. Required outputs: design_flood_level_m, equipment_freeboard_m, equipment_freeboard_margin_m, outfall_submergence_m, outfall_submergence_margin_m, pump_input_power_kw
Scenario context and visible inputs.
Executable tool: coastal-marine-flood-energy-resilience-package_calc.py
Inputs withheld at this difficulty.
Nothing. All inputs are supplied.
The scored JSON answer schema.
{
"design_flood_level_m": <number>,
"equipment_freeboard_m": <number>,
"equipment_freeboard_margin_m": <number>,
"outfall_submergence_m": <number>,
"outfall_submergence_margin_m": <number>,
"pump_input_power_kw": <number>,
"backup_energy_required_kwh": <number>,
"usable_bess_energy_kwh": <number>,
"generator_energy_kwh": <number>,
"backup_energy_available_kwh": <number>,
"backup_energy_margin_kwh": <number>,
"feeder_voltage_drop_percent": <number>,
"voltage_drop_margin_percent": <number>,
"overall_pass_score": <number>
}