{ "cells": [ { "cell_type": "markdown", "id": "d10df5e9-f23c-40e6-ab67-8ecf25613039", "metadata": {}, "source": [ "# Time series\n", "This section contains area-weighted mean and integrated time series for a set of 2D variables. These time series were generated using the following basin masks:" ] }, { "cell_type": "markdown", "id": "fcd37518-01b6-43cd-89ed-b95014e83702", "metadata": {}, "source": [ "![basins](images/basins.png)" ] }, { "cell_type": "markdown", "id": "9a4eaf01-f0a6-4d51-97a3-063831a9985d", "metadata": {}, "source": [ "The following variables are plotted:\n", "\n", "- **tos** (Sea Surface Temperature)\n", "- **tos_min** (Minimum Sea Surface Temperature)\n", "- **tos_max** (Maximum Sea Surface Temperature)\n", "- **mlots** (Mixed Layer Depth)\n", "- **mlots_min** (Minimum Mixed Layer Depth)\n", "- **mlots_max** (Maximum Mixed Layer Depth)\n", "- **MEKE** (Mean Kinetic Energy)\n", "- **SSH** (Sea Surface Height)\n", "- **somint** (Surface Ocean Mix Layer Integrated Temperature)\n", "- **opottempmint** (Ocean Potential Temperature Minimum)\n", "- **Rd_dx** (Radial Distance)\n", "- **sos** (Sea Surface Salinity)\n", "- **sos_min** (Minimum Sea Surface Salinity)\n", "- **sos_max** (Maximum Sea Surface Salinity)\n", "- **oml** (Ocean Mixed Layer)\n", "- **oml_min** (Minimum Ocean Mixed Layer Depth)\n", "- **oml_max** (Maximum Ocean Mixed Layer Depth)\n", "- **friver** (River Flux)\n", "- **speed** (Velocity)\n", "- **rlntds** (Relative Near-Surface Velocity)\n", "- **prsn** (Precipitation)\n", "- **prlq** (Precipitation Liquid Water)\n", "- **hfsso** (Surface Heat Flux)\n", "- **wfo** (Wind Field Output)\n", "- **evs** (Evaporation)\n", "- **heat_content_fprec** (Heat Content from Precipitation)\n", "- **heat_content_lprec** (Heat Content from Long-term Precipitation)\n", "- **heat_content_lrunoff** (Heat Content from Long-term Runoff)\n", "- **heat_content_frunoff** (Heat Content from Runoff)\n", "- **heat_content_vprec** (Heat Content from Vapor Precipitation)\n", "- **heat_content_evap** (Heat Content from Evaporation)\n", "- **heat_content_cond** (Heat Content from Condensation)\n", "- **hfds** (Heat Flux at the Surface)\n", "- **hfsifrazil** (Heat Flux from Sea-Ice Formation)\n", "- **ustar** (Friction Velocity)\n", "- **hfsnthermds** (Heat Flux from Thermodynamic Surface)\n", "- **ficeberg** (Iceberg Flux)\n", "- **Heat_PmE** (Heat from Precipitation minus Evaporation)\n", "- **pso** (Surface Ocean Pressure)\n", "- **rsntds** (Radiative Surface Net Flux)\n", "- **vprec** (Vertical Precipitation)\n", "- **seaice_melt_heat** (Heat from Sea Ice Melt)\n", "- **fsitherm** (Sea-Ice Thermodynamics)\n", "- **salt_flux_added** (Added Salt Flux)\n", "- **sfdsi** (Sea Surface Density Index)\n" ] }, { "cell_type": "code", "execution_count": null, "id": "d774f3cc-4ad6-48b8-82d8-08d3a2f1e57d", "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "Python (mom6-tools)", "language": "python", "name": "mom6-tools" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.11.9" } }, "nbformat": 4, "nbformat_minor": 5 }