Skip to main content

ZeqClimate — Global Modeling

Climate modeling using atmospheric physics + fluid dynamics operator coupling. Energy balance, radiative forcing, and temperature projection via HULYAS solver.

EndpointPOST /api/climate/model/simulate
Authapi-key
Rate limit10/min
Categoryclimate

Parameters

NameTypeRequiredDescription
scenariostringYes'rcp26', 'rcp45', 'rcp60', 'rcp85' emission scenario.
baseYearnumberNoSimulation start year. Default: 2025.
projectionYearsnumberNoYears 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.