ZeqClimate — Global Modeling
Climate modeling using atmospheric physics + fluid dynamics operator coupling. Energy balance, radiative forcing, and temperature projection via HULYAS solver.
| Endpoint | POST /api/climate/model/simulate |
| Auth | api-key |
| Rate limit | 10/min |
| Category | climate |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
scenario | string | Yes | 'rcp26', 'rcp45', 'rcp60', 'rcp85' emission scenario. |
baseYear | number | No | Simulation start year. Default: 2025. |
projectionYears | number | No | Years to project. Default: 75. |
Returns
{ tempAnomaly, co2Ppm, seaLevelRiseMm, radiativeForcing, feedbacks, timeSeries }
Example
curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"scenario": "<scenario>",
"baseYear": 2025,
"projectionYears": 75
}' \
"https://zeqsdk.com/api/climate/model/simulate"
This protocol is a named building block — one of the operations you
compose inside a state contract. Call it directly with
the request above, or invoke it from a contract that fires on your machine's
clock. Browse the whole library at GET /api/protocols; fetch this one at
GET /api/protocols/zeq-climate-model.