{% extends "base.html" %} {% block title %}Cast {{ cast_num }} — {{ cruise }} CTD{% endblock %} {% block masthead_title %}Cast {{ cast_num }}{% endblock %} {% block masthead_type %}Station{% endblock %} {% block head_extra %} {% endblock %} {% block topbar %}
{% endblock %} {% block masthead_meta %}
Cruise
{{ cruise }}
Ship
{{ ship }}
Latitude
{{ lat_str }}
Longitude
{{ lon_str }}
Start
{{ datetime_str }}
End
{{ time_end_str }}
Duration
{{ duration_str }}
Max depth
{{ max_depth_str }}
{% if ladcp_configured and not ladcp_available %}
LADCP
⚠ not processed
{% endif %}
{% endblock %} {% block content %} {% if trim_note %}
⚠ {{ trim_note }}
{% endif %} {% for note in cast_notes %}

⚠ {{ note }}

{% endfor %}
Overview Hydrography Biogeochemistry T–S diagram Stability Diagnostics {% if fig_ladcp_bottomtrack_b64 %}Velocity ▼{% endif %}

Overview

CT/SA/σ₀{% if ladcp_configured %} + LADCP U/V{% endif %} profiles; station location; T–S down vs up

{% if fig_ts_density_b64 %}
CT/SA/σ₀{% if ladcp_configured %} + LADCP U/V{% endif %} profiles
{% endif %}
{% if fig_station_map_b64 %}
Station map
{% endif %} {% if fig_ts_updown_b64 %}
T–S down vs up
{% endif %}
{% if fig_ct_sa_sigma0_b64 %}

Hydrography

CT · SA · σ₀ vs pressure — downcast in colour, upcast in grey

CT · SA · σ₀ profiles
{% endif %} {% if fig_aux_b64 %}

Biogeochemistry

O₂ saturation · fluorescence · turbidity

Auxiliary profiles
{% endif %} {% if fig_ts_diagram_b64 %}

T–S diagram

Coloured by O₂ saturation — downcast only

T-S diagram
Contours: σ₀ (kg m⁻³) — potential density referenced to surface
{% endif %} {% if fig_stability_b64 %}

Stability

N² and Turner angle — downcast only

Stability
{% endif %} {% if fig_sensor_diff_b64 or fig_pressure_time_b64 or fig_updown_diff_b64 %}

Diagnostics

{% if fig_pressure_time_b64 %}
Pressure vs time
Cast trajectory: pressure vs elapsed time
{% endif %} {% if fig_sensor_diff_b64 %}
Sensor 1 − Sensor 2
T₁−T₂, S₁−S₂: primary minus secondary sensor. Ideal: scatter around zero with ±0.01 spread.
{% endif %}
{% if fig_updown_diff_b64 %}
Down − up cast differences
ΔCT, ΔSA, Δσ₀ downcast minus upcast on 1-dbar grid — measures hysteresis from pump lag or sensor response time
{% endif %} {% endif %} {% if fig_ladcp_bottomtrack_b64 %}

Velocity (bottom track)

LADCP bottom track
{% endif %} {% if sensor_info %}

Sensors

{{ sensor_info | length }} sensor(s) {% for s in sensor_info %} {% endfor %}
SensorS/NCal date
{{ s.sensor_type }} {{ s.serial_number }} {{ s.calibration_date }}
{% endif %} {{ js_top_links | safe }} {% endblock %}