Analysis of ocean surface wave data collected during the Atlantic Tradewind Ocean–Atmosphere Mesoscale Interaction Campaign (ATOMIC).
- Clone this repository. In the terminal, run:
git clone https://github.com/jacobrdavis/atomic-ocean-waves.git
- Download the data and move it to data_input/ (see the README inside the folder).
- Create a Python environment. If using conda/mamba, run:
This will install the necessary dependencies and an editible version of the package source code inside src/.
conda env create -f environment.yml
- Activate the new environment and run the .ipynb notebooks inside notebooks/ in order. These notebooks will process the raw data inside data_input/ and reproduce the analysis and figures.