Skip to main content

ZeqOcean — Ocean Current Modeling

Ocean circulation modeling using fluid dynamics and geophysics operators. Thermohaline circulation, surface currents, and heat transport.

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

Parameters

NameTypeRequiredDescription
regionstringYesOcean region: 'atlantic', 'pacific', 'indian', 'arctic', 'southern'.
depthnumberNoDepth layer in meters. Default: 0 (surface).

Returns

{ currentVelocity, temperature, salinity, heatTransport, upwellingRate }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"region": "<region>",
"depth": 0
}' \
"https://zeqsdk.com/api/climate/ocean/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-ocean.