New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
README.rst in NEMO/trunk – NEMO

source: NEMO/trunk/README.rst @ 10508

Last change on this file since 10508 was 10460, checked in by nicolasmartin, 5 years ago

Small modifications regarding README(s) and ReST files

File size: 4.1 KB
RevLine 
[10201]1:Release: |release|
2:Date:    |today|
[9596]3
[10460]4`NEMO`_ for *Nucleus for European Modelling of the Ocean* is a state-of-the-art modelling framework,
5for research activities and forecasting services in ocean and climate sciences,
6developed in a sustainable way by a European consortium since 2008.
[10279]7
[10201]8.. contents::
9   :local:
10
[10187]11Overview
12========
[9596]13
[10279]14The NEMO ocean model has 3 major components:
[10187]15
[10279]16- |OPA| models the ocean [thermo]dynamics and solves the primitive equations
17  (``./src/OCE``) :cite:`NEMO_manual`;
18- |SI3| simulates ice [thermo]dynamics, brine inclusions and subgrid-scale thickness variations
19  (``./src/ICE``) :cite:`SI3_manual`;
20- |TOP| models the [on|off]line oceanic tracers transport and the biogeochemical processes
21  (``./src/MBG``) :cite:`TOP_manual`.
[9596]22
[10460]23These physical core engines are described in their respective `reference publications`_,
24that must be cited for any work related to their use.
[9596]25
[10460]26Assets and ready-to-use solutions
27=================================
[9596]28
[10187]29Not only does the NEMO framework model the ocean circulation,
30it offers various features to enable
[9596]31
[10460]32- Create :doc:`embedded zooms <zooms>` seamlessly thanks to 2-way nesting package `AGRIF`_.
33- Opportunity to integrate an :doc:`alternative biogeochemistry model <tracers>`
34- Versatile :doc:`data_assimilation <data assimilation>`.
35- Generation of :doc:`diagnostics <diagnostics>` through effective `XIOS`_ server.
36- Roll-out Earth system modelling with :doc:`coupling interface <coupling>` to `OASIS`_.
[9596]37
[10460]38| Several :doc:`built-in configurations <configurations>` are provided to evaluate the skills and performances of
[10279]39   the model which can be used as templates for :doc:`setting up a new configuration <setup>` (``./cfgs``).
[10460]40| The end user could also find online some :doc:`idealised test cases <test_cases>` to serve as templates and
[10187]41   to study particular processes (``./tests``).
[9596]42
[10279]43A set of :doc:`utilities <tools>` is also provided to [pre|post]process your data (``./tools``).
[9596]44
[10460]45Project literature
46==================
[9596]47
[10460]48A tutorial
[10279]49:doc:`install`
[9596]50
[10279]51The reference documentation is archived online
[9596]52
[10279]53+-------+-------------------+----------------+
54|       | Reference manual  | |NEMO manual|_ |
55| |OPA| +-------------------+----------------+
56|       | Quick start guide | |NEMO guide|_  |
57+-------+-------------------+----------------+
58| |SI3|                     | |SI3 manual|_  |
59+---------------------------+----------------+
60| |TOP|                     | |TOP manual|_  |
61+---------------------------+----------------+
62
63.. |NEMO manual| image:: http://zenodo.org/badge/DOI/10.5281/zenodo.1464816.svg
64.. |NEMO guide|  image:: http://zenodo.org/badge/DOI/10.5281/zenodo.1475325.svg
65.. |SI3 manual|  image:: http://zenodo.org/badge/DOI/10.5281/zenodo.1471689.svg
66.. |TOP manual|  image:: http://zenodo.org/badge/DOI/10.5281/zenodo.1471700.svg
67
68| Reference manuals and quick start guide can be build from source and exported to HTML or PDF (``./doc``).
69| In any case, one can find them online:
70
71Since 2014 the project has a `Special Issue <http://www.geosci-model-dev.net/special_issue40.html>`_ in
72the open-access journal Geoscientific Model Development (GMD) from the European Geosciences Union (EGU).
73The main scope is to collect relevant manuscripts covering various topics and to provide a single portal to
74assess the model potential and evolution.
75
76Used by a wide audience, numerous :website:`associated projects <projects>` have been carried out and
77extensive :website:`bibliography <bibliography/publications>` published.
78
[10460]79Collaborative development
80=========================
[9596]81
[10279]82| The NEMO Consortium pulling together 5 European institutes (`CMCC`_, `CNRS`_, `MOI`_, `Met Office`_ and `NERC`_)
83   plans the sustainable development in order to keep a reliable evolving framework since 2008.
84| It defines the |NEMO strategy|_ which is implemented by the System Team on
85   a yearly basis in order to release a new version almost every four years.
[9596]86
[10279]87.. |NEMO strategy| replace:: multi-year development strategy
[9596]88
[10279]89When the need arises, :forge:`working groups <wiki/WorkingGroups>` are created or resumed to
90gather the community expertise for advising on the development activities.
[10460]91
92:doc:`<contributing>`
Note: See TracBrowser for help on using the repository browser.