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

Last change on this file since 10203 was 10201, checked in by nicolasmartin, 6 years ago

Various modifications related to the setting of a NEMO Quick Start Guide

  • Add missing namelist blocks from ICE and TOP
  • Create a hidden .global.rst to gather common URL links
  • Convert animated gif to frames images for PDF export
  • Place different README.rst appropriately in the code structure and refer to them with symbolic links in doc/rst/source
File size: 904 bytes
Line 
1Coupling with other models (OASIS, SAS, ...)
2============================================
3
4.. include:: .global.rst
5
6NEMO currently exploits OASIS-3-MCT to implement a generalised coupled interface
7(`Coupled Formulation <http://forge.ipsl.jussieu.fr/nemo/doxygen/node50.html?doc=NEMO>`_).
8It can be used to interface with most of the European atmospheric GCM (ARPEGE, ECHAM, ECMWF, Ha- dAM, HadGAM, LMDz),
9as well as to WRF (Weather Research and Forecasting Model), and to implement the coupling of
10two independent NEMO components, ocean on one hand and sea-ice plus other surface processes on the other hand
11(`Standalone Surface Module - SAS <http://forge.ipsl.jussieu.fr/nemo/doxygen/node46.html?doc=NEMO>`_).
12
13To enable the OASIS interface the required compilation key is ``key_oasis3``.
14The 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.