gitextract_hfw27rs6/ ├── .github/ │ └── workflows/ │ └── deploy.yml ├── .gitignore ├── LICENSE ├── README.md ├── argo/ │ └── plot_argo.ipynb ├── book/ │ ├── 01_ocean_bathymetry.ipynb │ ├── 02-a_thermodynamics_of_seawater.ipynb │ ├── 02-b_the_water_column.ipynb │ ├── 02-c_ocean_temperature_salinity_stratification.ipynb │ ├── 03_air_sea_exchange.ipynb │ ├── 04_advection_diffusion_continuity.ipynb │ ├── 05_equations_of_motion.ipynb │ ├── 06_hydrostatic_geostrophic.ipynb │ ├── 07_ekman.ipynb │ ├── AMOC_theory.ipynb │ ├── ECCO-state-estimate.ipynb │ ├── _config.yml │ ├── _toc.yml │ ├── assignments/ │ │ ├── geostrophy_ekman.ipynb │ │ ├── heat_and_salt_fluxes.ipynb │ │ └── thermodynamics.ipynb │ ├── barotropic_circulation.ipynb │ ├── heat-transport.ipynb │ ├── intro.md │ ├── overturning_circulation.ipynb │ ├── rise.css │ ├── southern_ocean.ipynb │ └── vorticity_sverdrup_transport_and_gyres.ipynb ├── data.md ├── homework-2017/ │ ├── 01_thermodynamics.ipynb │ ├── 03_thermal_wind_and_ekman.ipynb │ └── 05_mixing_and_Southern_Ocean.ipynb ├── homework-2018/ │ ├── po-hw-1.ipynb │ ├── po-hw-2.ipynb │ └── po-hw-4.ipynb ├── homework-2019/ │ ├── po-hw-1.ipynb │ └── po-southern-ocean-problem.ipynb ├── lectures/ │ ├── mesoscale_mixing.ipynb │ ├── southern_ocean/ │ │ └── SO_circulation.tex │ └── test_mathjax.ipynb ├── phys_ocean_env.yml ├── random_walk/ │ ├── take_a_walk.py │ └── walkers.py └── requirements.txt