## NEMO manuals This repository collects NEMO documentation manuals in LaTeX format. - NEMO physical core components - TOP interface for passive tracers - SI3 sea ice model ## Building the documentation To generate the PDF version of manual(s) use the following: ``` ./manual_build.sh [-p] [-r version ] manual_name ``` `manual_name` : Chose one model manual among `NEMO`, `SI3`, `TOP`, or `all` (if not provided compile `NEMO`) Optional commands : `-p` Produce manual with figures and disable draft watermark `-r` Specify the release version number of the manual(s) instead of the branch name ## Submodules The documentation is linked to the `namelists` and `gallery` projects, so when cloning this repository it is necessary to clone also the related submodules. This can be done using the following `git clone --recurse-submodules <reponame>` ### Known troubles If you get an error due to the missing location of `FontAwesome`, it is necessary to set the local path of LaTeX fonts in the file `latex/global/packages.tex` at `\defaultfontfeatures`. Be carefull not to commit this modification to the remote code.