Changeset 10577
- Timestamp:
- 2019-01-25T11:07:04+01:00 (6 years ago)
- Location:
- NEMO/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/trunk/doc/rst/source/coupling.rst
r10460 r10577 3 3 ******** 4 4 5 NEMO currently exploits OASIS-3-MCT to implement a generalised coupled interface5 NEMO currently exploits OASIS-3-MCT (versions 1 to 4) to implement a generalised coupled interface 6 6 (`Coupled Formulation <http://forge.ipsl.jussieu.fr/nemo/doxygen/node50.html?doc=NEMO>`_). 7 It can be used to interface with most of the European atmospheric GCM (ARPEGE, ECHAM, ECMWF, Ha- dAM, HadGAM, LMDz), 8 as well as to WRF (Weather Research and Forecasting Model), and to implement the coupling of 9 two independent NEMO components, ocean on one hand and sea-ice plus other surface processes on the other hand 7 It 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). 8 To implement the coupling of two independent NEMO components, ocean on one hand and sea-ice plus other surface processes on the other hand 10 9 (`Standalone Surface Module - SAS <http://forge.ipsl.jussieu.fr/nemo/doxygen/node46.html?doc=NEMO>`_). 11 10 12 To enable the OASIS interface the required compilation key is ``key_oasis3``. 11 To enable the OASIS interface the required compilation key is ``key_oasis3``. You must also add ``key_oasis3_v1v2`` if you use OASIS-3-MCT version 1 and 2. 13 12 The parameters to set are in sections ``namsbc_cpl`` and in case of using of SAS also in section ``namsbc_sas``. -
NEMO/trunk/src/OCE/SBC/cpl_oasis3.F90
r10425 r10577 508 508 ! 509 509 IF( id /= -1 ) THEN 510 #if defined key_oa3mct_v3510 #if ! defined key_oa3mct_v1v2 511 511 CALL oasis_get_freqs(id, mop, 1, itmp, info) 512 512 #else
Note: See TracChangeset
for help on using the changeset viewer.