Skip to content
Snippets Groups Projects
README.md 657 B
Newer Older
# Source of a great article

## How to build the document?

1. One needs to download the dataset which is now available in [MyCore
   CNRS](https://mycore.core-cloud.net/index.php/s/rpiQSLSoauNCVQE).

1. One needs to define the environment variable `STRAT_TURB_TORO2022` with the
   path towards the dataset directory.

   Something like this can be added in your `~/.bashrc` file:

   ```bash
   export STRAT_TURB_TORO2022=/data/MyCore/2022strat-turb-toro
   ```

1. The command `make` should produce all Latex tables, figures and finally the
   main pdf file `article.pdf`.

Note also than the Latex code can be formatted with the command `make format`.