ZeqCarbon — Carbon Cycle
Carbon cycle modeling — atmospheric CO2, ocean absorption, terrestrial sinks. Coupled ODE system tracking carbon flux between reservoirs.
| Endpoint | POST /api/climate/carbon/model |
| Auth | api-key |
| Rate limit | 10/min |
| Category | climate |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
emissionsGtPerYear | number | Yes | Annual CO2 emissions in gigatonnes. |
projectionYears | number | No | Years to project. Default: 100. |
Returns
{ atmosphericCo2, oceanUptake, terrestrialSink, accumulatedGt, timeSeries }
Example
curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"emissionsGtPerYear": 0,
"projectionYears": 100
}' \
"https://zeqsdk.com/api/climate/carbon/model"
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-carbon.