Paper and code for the short-wave modulation paper. Under review in Journal Fluid Mechanics. Preprint here.
LaTeX source is licensed under CC-BY. Python scripts are licensed under MIT.
Get the code:
git clone https://github.com/wavesgroup/wave-modulation-paper
cd wave-modulation-paper
Create a Python virtual environment and install the dependencies:
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
Make the figures:
make figures
Make the paper:
make paper