Skip to content
Snippets Groups Projects
README.md 1.12 KiB
Newer Older
## 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
```

Tomas Lovato's avatar
Tomas Lovato committed
`manual_name` : Chose one model manual among `NEMO`, `SI3`, `TOP`, or `all` (if not provided compile `NEMO`)

Optional commands :
Tomas Lovato's avatar
Tomas Lovato committed

   `-p`     Produce manual with figures and disable draft watermark

   `-r`     Specify the release version number of the manual(s) instead of the branch name
Tomas Lovato's avatar
Tomas Lovato committed
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 
Tomas Lovato's avatar
Tomas Lovato committed
of LaTeX fonts in the file `latex/global/packages.tex` at `\defaultfontfeatures`. Be carefull not to commit this modification to the remote code.