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.
coupling.rst in NEMO/trunk/doc/rst/source – NEMO

source: NEMO/trunk/doc/rst/source/coupling.rst @ 10279

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

Various improvments for quick start guide

  • implementation of Rtd theme (Read the Docs) with custom layout and style file
  • add reviewed BibTeX entries for NEMO references with DOI (manuals, guide, development strategy)
  • enhancement of bibliography management and configuration file for guide building
  • standardisation of headings markup
  • numerous edits
File size: 857 bytes
Line 
1**********************
2Coupling (OASIS & SAS)
3**********************
4
5NEMO currently exploits OASIS-3-MCT to implement a generalised coupled interface
6(`Coupled Formulation <http://forge.ipsl.jussieu.fr/nemo/doxygen/node50.html?doc=NEMO>`_).
7It can be used to interface with most of the European atmospheric GCM (ARPEGE, ECHAM, ECMWF, Ha- dAM, HadGAM, LMDz),
8as well as to WRF (Weather Research and Forecasting Model), and to implement the coupling of
9two independent NEMO components, ocean on one hand and sea-ice plus other surface processes on the other hand
10(`Standalone Surface Module - SAS <http://forge.ipsl.jussieu.fr/nemo/doxygen/node46.html?doc=NEMO>`_).
11
12To enable the OASIS interface the required compilation key is ``key_oasis3``.
13The parameters to set are in sections ``namsbc_cpl`` and in case of using of SAS also in section ``namsbc_sas``.
Note: See TracBrowser for help on using the repository browser.