Skip to main content

ZeqCarbon — Carbon Cycle

Carbon cycle modeling — atmospheric CO2, ocean absorption, terrestrial sinks. Coupled ODE system tracking carbon flux between reservoirs.

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

Parameters

NameTypeRequiredDescription
emissionsGtPerYearnumberYesAnnual CO2 emissions in gigatonnes.
projectionYearsnumberNoYears 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.