Source of a great article
How to build the document?
-
One needs to download the dataset which is now available in MyCore CNRS.
-
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:export STRAT_TURB_TORO2022=/data/MyCore/2022strat-turb-toro
-
The command
make
should produce all Latex tables, figures and finally the main pdf filearticle.pdf
.
Note also than the Latex code can be formatted with the command make format
.