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

source: NEMO/trunk/doc/rst/source/cplg.rst @ 11734

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

Review README for reference confgiurations

File size: 858 bytes
Line 
1********
2Coupling
3********
4
5.. todo::
6
7
8
9NEMO currently exploits OASIS-3-MCT (versions 1 to 4) to implement a generalised coupled interface
10(:doxy:`Coupled Formulation <node50.html?doc=NEMO>`).
11It can be used to interface with most of the European atmospheric GCM (ARPEGE, ECHAM, ECMWF, Ha- dAM, HadGAM, LMDz), as well as to regional atmospheric models (WRF, COSMO, Meso-NH, AROME).
12To implement the coupling of two independent NEMO components,
13ocean on one hand and sea-ice plus other surface processes on the other hand
14(:doxy:`Standalone Surface Module - SAS <node46.html?doc=NEMO>`).
15
16To enable the OASIS interface the required compilation key is ``key_oasis3``.
17You must also add ``key_oasis3_v1v2`` if you use OASIS-3-MCT version 1 and 2.
18The parameters to set are in sections ``namsbc_cpl`` and
19in case of using of SAS also in section ``namsbc_sas``.
Note: See TracBrowser for help on using the repository browser.