Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
README.md 2.86 KiB

NEMO manuals

This repository collects NEMO documentation manuals in LaTeX format.

  • NEMO physical core components
  • TOP interface for passive tracers
  • SI3 sea ice model

To generate the manual(s) PDF it is necessary to install the LateX typesetting system and the python package pygments.

Cloning with submodules

This repository uses the namelists and gallery documentation projects as git submodules.

So when cloning this repository it is necessary to clone also the related submodules, using the following command

git clone --recurse-submodules <reponame>

If the repository was cloned in a standard way, it is possible to checkout submodules using

git submodule update --init