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

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

z

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