Wind force total kn
wind_force_total_kn
Design wind pressure times module area, drag coefficient, and module count
Scores if within ±3% of the reference value.
Calculates source-bound PV rack and foundation metrics from a deterministic SSC-07 task-owned source pack. The template combines wind force, support reaction, bearing pressure, ballast uplift, grid resistance, and ground-potential-rise checks.
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.
14 inputs
Included directly in every task prompt.
Wind pressure
wind_pressure_kpa
WIND-07-PV-01 design wind pressure
Module area
module_area_m2
PV-07-ARRAY-01 module tributary area
Drag coefficient
drag_coefficient
WIND-07-PV-01 rack drag coefficient
Module
module_count
PV-07-ARRAY-01 checked module count
Support
support_count
RACK-07-FOUND-01 support count sharing the wind reaction
Ballast dead load
ballast_dead_load_kn
RACK-07-FOUND-01 ballast dead load
Footing area
footing_area_m2
RACK-07-FOUND-01 total bearing area
Allowable bearing
allowable_bearing_kpa
RACK-07-FOUND-01 allowable foundation bearing pressure
Soil resistivity
soil_resistivity_ohm_m
RES-07-PV-01 apparent soil resistivity
Grid length
grid_length_m
RES-07-PV-01 grounding grid length
Grid width
grid_width_m
RES-07-PV-01 grounding grid width
Conductor length
conductor_length_m
RES-07-PV-01 buried conductor length
Grid current
grid_current_ka
RES-07-PV-01 grid current
Gpr limit
gpr_limit_v
MEMO-07-PV-01 GPR screening limit
10 outputs
wind_force_total_kn
Design wind pressure times module area, drag coefficient, and module count
Scores if within ±3% of the reference value.
support_reaction_kn
Total wind force divided by support count
Scores if within ±3% of the reference value.
uplift_force_kn
Screening uplift force on the PV support group
Scores if within ±3% of the reference value.
uplift_margin_kn
Ballast dead load minus uplift force
Scores if within ±3% of the reference value.
bearing_pressure_kpa
Service bearing pressure under ballast and wind reaction
Scores if within ±3% of the reference value.
bearing_utilization
Bearing pressure divided by allowable bearing
Scores if within ±3% of the reference value.
grid_resistance_ohm
Simple grid resistance screening value
Scores if within ±3% of the reference value.
ground_potential_rise_v
Grid resistance times grid current
Scores if within ±3% of the reference value.
gpr_margin_v
GPR limit minus ground potential rise
Scores if within ±3% of the reference value.
overall_pass_score
1.0 when uplift, bearing, and GPR checks pass
Scores if within ±3% 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 checking a task-owned synthetic SSC-07 solar array wind load, ground bearing, and earthing package for `SSC-07-LH-03`.2 3Use only the task-owned synthetic source pack values shown below for numeric grading.4 5## Source Pack6 7- PV layout: `PV-07-ARRAY-01`8- Wind criteria: `WIND-07-PV-01`9- Rack and foundation schedule: `RACK-07-FOUND-01`10- Resistivity and earthing test area: `RES-07-PV-01`11- PV foundation safety memo: `MEMO-07-PV-01`12 13## Source Values14 15| Item | Value |16|---|---:|17| Wind pressure | {{ wind_pressure_kpa }} kPa |18| Module area | {{ module_area_m2 }} m2 |19| Drag coefficient | {{ drag_coefficient }} |20| Module count | {{ module_count }} |21| Support count | {{ support_count }} |22| Ballast dead load | {{ ballast_dead_load_kn }} kN |23| Footing area | {{ footing_area_m2 }} m2 |24| Allowable bearing | {{ allowable_bearing_kpa }} kPa |25| Soil resistivity | {{ soil_resistivity_ohm_m }} ohm-m |26| Grounding grid length | {{ grid_length_m }} m |27| Grounding grid width | {{ grid_width_m }} m |28| Buried conductor length | {{ conductor_length_m }} m |29| Grid current | {{ grid_current_ka }} kA |30| GPR limit | {{ gpr_limit_v }} V |31 32Compute total wind force, support reaction, uplift force and margin, bearing pressure and utilization, grid resistance, ground potential rise, and GPR margin.33 34Write a compact source-bound PV foundation safety memo to `/workspace/output.md`. Preserve the source IDs above. Include a source-boundary statement that this is a task-owned synthetic source pack.35 36Do not claim authority approval, accepted project evidence, executable real source-pack parsing, full standards compliance, generated benchmark readiness, or benchmark readiness.37 38Include a fenced JSON block with exactly these numeric keys:39 40```json41{42 "wind_force_total_kn": <numeric_value>,43 "support_reaction_kn": <numeric_value>,44 "uplift_force_kn": <numeric_value>,45 "uplift_margin_kn": <numeric_value>,46 "bearing_pressure_kpa": <numeric_value>,47 "bearing_utilization": <numeric_value>,48 "grid_resistance_ohm": <numeric_value>,49 "ground_potential_rise_v": <numeric_value>,50 "gpr_margin_v": <numeric_value>,51 "overall_pass_score": <numeric_value>52}53```54 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.
ssc07_solar_array_case
Ground investigation package for one PV rack wind, bearing, and earthing check
pv-foundation-ssc07-solar-array-case-preview — hard difficulty, all inputs given.
Ground investigation package for one PV rack wind, bearing, and earthing check. pv-foundation. Required outputs: wind_force_total_kn, support_reaction_kn, uplift_force_kn, uplift_margin_kn, bearing_pressure_kpa, bearing_utilization
Scenario context and visible inputs.
Executable tool: solar-array-ground-bearing-earthing-package_calc.py
Inputs withheld at this difficulty.
Nothing. All inputs are supplied.
The scored JSON answer schema.
{
"wind_force_total_kn": <number>,
"support_reaction_kn": <number>,
"uplift_force_kn": <number>,
"uplift_margin_kn": <number>,
"bearing_pressure_kpa": <number>,
"bearing_utilization": <number>,
"grid_resistance_ohm": <number>,
"ground_potential_rise_v": <number>,
"gpr_margin_v": <number>,
"overall_pass_score": <number>
}