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 @ 11723

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

Review of INSTALL.rst

File size: 3.8 KB
RevLine 
[11708]1NEMO_ for *Nucleus for European Modelling of the Ocean* is a state-of-the-art modelling framework for
[10602]2research activities and forecasting services in ocean and climate sciences,
[10460]3developed in a sustainable way by a European consortium since 2008.
[10279]4
[10602]5.. contents::
6   :local:
7
[10187]8Overview
9========
[9596]10
[10602]11The NEMO ocean model has 3 major components:
[10187]12
[11713]13- |OCE| models the ocean {thermo}dynamics and solves the primitive equations
14  (:file:`./src/OCE`)
15- |ICE| simulates sea-ice {thermo}dynamics, brine inclusions and
16  subgrid-scale thickness variations (:file:`./src/ICE`)
17- |MBG| models the {on,off}line oceanic tracers transport and biogeochemical processes
18  (:file:`./src/TOP`)
[9596]19
[11708]20These physical core engines are described in
21their respective `reference publications <#project-documentation>`_ that
[11723]22must be cited for any work related to their use (see :doc:`cite`).
[9596]23
[10602]24Assets and solutions
25====================
[9596]26
[10602]27Not only does the NEMO framework model the ocean circulation,
28it offers various features to enable
[9596]29
[10602]30- Create :doc:`embedded zooms<zooms>` seamlessly thanks to 2-way nesting package AGRIF_.
31- Opportunity to integrate an :doc:`external biogeochemistry model<tracers>`
[11723]32- Versatile :doc:`data assimilation<da>`
33- Generation of :doc:`diagnostics<diags>` through effective XIOS_ system
34- Roll-out Earth system modeling with :doc:`coupling interface<cplg>` based on OASIS_
[9596]35
[11723]36Several :doc:`built-in configurations<cfgs>` are provided to
[10602]37evaluate the skills and performances of the model which
[11713]38can be used as templates for setting up a new configurations (:file:`./cfgs`).
[9596]39
[11723]40The user can also checkout available :doc:`idealized test cases<tests>` that
[11713]41address specific physical processes (:file:`./tests`).
[9596]42
[11713]43A set of :doc:`utilities <tools>` is also provided to {pre,post}process your data (:file:`./tools`).
[9596]44
[10602]45Project documentation
46=====================
[9596]47
[10602]48A walkthrough tutorial illustrates how to get code dependencies, compile and execute NEMO
[11713]49(:file:`./INSTALL.rst`).
[9596]50
[10602]51Reference manuals and quick start guide can be build from source and
[11713]52exported to HTML or PDF formats (:file:`./doc`) or
[11708]53downloaded directly from the :forge:`development platform<wiki/Documentations>`.
[10279]54
[11713]55============ ================== ===================
56 Component    Reference Manual   Quick Start Guide
57============ ================== ===================
[11708]58 |NEMO-OCE|   |DOI man OCE|_     |DOI strt gui|
59 |NEMO-ICE|   |DOI man ICE|
60 |NEMO-MBG|   |DOI man MBG|
[11713]61============ ================== ===================
[10279]62
[10602]63Since 2014 the project has a `Special Issue`_ in the open-access journal
[11708]64Geoscientific Model Development (GMD) from the European Geosciences Union (EGU_).
[10602]65The main scope is to collect relevant manuscripts covering various topics and
66to provide a single portal to assess the model potential and evolution.
[10279]67
[10602]68Used by a wide audience,
69numerous :website:`associated projects<projects>` have been carried out and
70extensive :website:`bibliography<bibliography/publications>` published.
[10279]71
[10602]72Development board
73=================
[10279]74
[11708]75The NEMO Consortium pulling together 5 European institutes
76(CMCC_, CNRS_, MOI_, `Met Office`_ and NERC_) plans the sustainable development in order to
77keep a reliable evolving framework since 2008.
[9596]78
[11708]79It defines the |DOI dev stgy|_ that is implemented by the System Team on a yearly basis
80in order to release a new version almost every four years.
[9596]81
[10602]82When the need arises, :forge:`working groups<wiki/WorkingGroups>` are created or resumed to
83gather the community expertise for advising on the development activities.
[9596]84
[11708]85.. |DOI dev stgy| replace:: multi-year development strategy
[11713]86
87Disclaimer
88==========
89
90The NEMO source code is freely available and distributed under
91:download:`CeCILL v2.0 license <../../../LICENSE>` (GNU GPL compatible).
92
93You can use, modify and/or redistribute the software under its terms,
94but users are provided only with a limited warranty and the software's authors and
95the successive licensor's have only limited liability.
Note: See TracBrowser for help on using the repository browser.