Argo ENDING CAUSE - OceanOPS/helpdesk GitHub Wiki
The information about the end-of-life of a float is stored here:
- Ending cause (Reference table)
- Retrieval comments (free text)
- Ending cause = single ending cause of the float
- Retrieval comments = comments
Example:
Information sent to OceanOPS:
ending_cause = "sensor_ctd"
ending_cause_comment = "CTD issues"
How the information is stored in OceanOPS:
- Ending cause = Defect of the primary CTD sensor (argo_ref = sensor_ctd)
- Retrieval comments = "CTD issues"
- Ending cause = primary ending cause of the float
- Retrieval comments = "Multiple_ending_cause: ending_cause1, ending_cause2, ending_cause3, ..., comments"
Example:
Information sent to OceanOPS:
ending_cause = "ballast, telemetry"
ending_cause_comment = "APEX air bladder issue: loss of air inside the float's hull. The loss of air would impact the ability for the float to fill the air bladder when at the surface and possibly reduce the efficiency of the file telemetry"
How the information is stored in OceanOPS:
- Ending cause = Ballast issues (argo_ref = ballast)
- Retrieval comments = "Multiple_ending_cause: ballast, telemetry, APEX air bladder issue: loss of air inside the float's hull. The loss of air would impact the ability for the float to fill the air bladder when at the surface and possibly reduce the efficiency of the file telemetry"
When a retrieval comment is already existing in the OceanOPS database, we concatenate all the available information.
Example:
Before the update, the retrieval comment was ""A sailing boat has found an Argo buoy drifting in the sea and have left in the nautical club of Ciudadela in Menorca, Balearic islands".
After the update:
- Ending cause = Battery exhausted (argo_ref = battery_end_of)
- Retrieval comments = "A sailing boat has found an Argo buoy drifting in the sea and have left in the nautical club of Ciudadela in Menorca, Balearic islands Multiple_ending_cause: battery_end_of,stuck_on_surface,recovered_unintentionnally"