Villas Bôas, A. B., Marechal, G., and Bohé. Observing Interactions Between Waves, Winds, and Currents from SWOT. Geophysical Research Letters, Submitted.
The Surface Water and Ocean Topography (SWOT) satellite mission enables, for the first time, two-dimensional (2D) mapping of significant wave height (
DOI coming soon.
This project was funded by NASA through the SWOT program (award 80NSSC24K1640), the Ocean Vector Winds Science Team (80NSSC23K0979), and the Earth System Explorer program (award 80GSFC24CA067) supporting development of the ODYSEA Concept Study Report. Additional support was obtained from the ONR MURI program (grant N00014-24-1-2554).
All figures in the manuscript can be reproduced using the Python scripts from this repository and the data. To do so, follow these steps
- Make a local copy of this repository by either cloning or downloading it.
Your directory tree should look like this:
swot_wave_current/
├── data/
├── figures/
├── notebooks/
├── src/
└── environment.yml
- Make sure that you create a Python environment with the package versions specified in environment.yml. If you are using Conda you can run
conda env create -f environment.yml
from the project root.
If you follow the steps above you should be able to reproduce all figures, by running the notebooks from the notebooks directory without having to adjust any paths.
DOI coming soon.