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