How does larval dispersal connect MPAs and OECMs in the seascape?
Marine connectivity can be visualized in many waysβfrom complex mathematical matrices and graph theory metrics to interactive spatial maps. Here, we’ll dive deeper into how these visual tools work together to tell a story about ocean life.
In this hypothetical case, we will see the connections between 3 Marine Protected Areas (MPAs) and 3 Other Effective area-based Conservation Measures (OECMs) using a simulated dispersal model. Adjust the biological parameters to see how ocean currents bind these conservation zones together!
Simulate Dispersal
Adjust the Pelagic Larval Duration (PLD) to simulate different species. Watch how the spatial network connections (lines) react on the map.
10d (Local)60d (Widespread)
Species Reference (Click to apply)
* Scientific Note: These PLD values are general approximations derived from literature for illustrative purposes. In reality, larval duration and actual dispersal networks vary significantly depending on localized oceanographic currents, water temperature, seasonal spawning dynamics, and active larval swimming behavior.
Initializing simulation…
MPA
OECM
Larval Flow
Spatial Network Map
Hypothetical Spatial Layout
π€ How to read this map: This visualization helps us instantly spot the physical pathways created by ocean currents.
Watch the lines: Notice how they change when you adjust the slider? Thicker, darker lines mean a stronger flow of larvae between two locations. Do you see the connections bridging the strictly protected MPAs (teal) to the sustainably managed OECMs (orange)?
Watch the circles: A larger circle means more larvae stay at their home reef (local retention). Short PLDs create large circles because babies settle quickly, while long PLDs shrink them as larvae drift far away.
Probability Matrix
The raw data driving the map. Rows show where larvae start (Source), columns show where they settle (Destination).
Darker blues indicate a higher probability of connection. The diagonal line shows larvae staying at their home reef.
Avg Self-Recruitment
–%
Active Corridors
—
Strongest Link
—
π€ How to read this matrix: Reading a matrix might look intimidating, but it’s just a grid of probabilities! Look at the row on the left (where larvae start) and follow it to a column (where they settle). A darker blue square means a higher chance of connection.
See the diagonal line of squares going from top-left to bottom-right? That represents larvae staying at their home reef (‘self-recruitment’). Try setting the slider to 10 days: this diagonal will turn dark blue because most babies stay home. Now slide it to 60 days: watch how that diagonal fades to white as larvae are swept away to other reefs!
Graph Theory: Node Roles
Source / Sink Balance
Total probability export vs import
π€ How to read this chart: Think of ‘Sources’ (light blue) as the givers and ‘Sinks’ (purple) as the receivers of the seascape. Which location has the tallest light blue bar? That’s your champion exporter! A healthy network needs strong sources to supply larvae to the sinks, ensuring vulnerable reefs can recover after storms or bleaching events.
Individual Profile
Select a location to view its specific graph theory metrics.
π€ How to read this profile: This ‘spider web’ chart gives you a quick snapshot of a single location’s personality. Is the shape pulled heavily towards ‘Export Potential’? Then it’s a vital nursery! Try changing the species slider: what happens to a node’s ‘Network Bridge’ score when you switch from a Giant Clam to a Spiny Lobster?
π‘ Spatial Planning Implications
MPA Seeding Efficiency
Analyzing how well MPA 1, MPA 2, and MPA 3 supply larvae to surrounding areas. At the currently selected PLD, we evaluate if these strictly protected zones are effectively acting as demographic sources for the broader network, exporting more larvae than they import.
OECM Connectivity Integration
Evaluating if OECM 1, OECM 2, and OECM 3 function as vital stepping stones. Ensuring fisheries in these areas are managed sustainably is crucial, especially if graph analysis shows they receive heavy larval subsidies from the upstream MPAs.
`;
if (m.exportVal > m.importVal + 0.05) {
text += `Functions strongly as a Source. `;
if(loc.type === ‘MPA’) text += `This means its strict protection is successfully subsidizing other areas with larvae.`;
else text += `Despite being an OECM, it’s vital for seeding the network.`;
}
else if (m.importVal > m.exportVal + 0.05) {
text += `Functions heavily as a Sink. `;
if(loc.type === ‘OECM’) text += `Its fisheries likely depend on larvae floating in from the MPAs.`;
else text += `As an MPA, it serves to protect imported populations.`;
}
else {
text += `A balanced node. `;
}
if (m.betweenness > 0.4) {
text += `