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.
Users/ModelInterfacing/Coupling (diff) – NEMO

Changes between Version 9 and Version 10 of Users/ModelInterfacing/Coupling


Ignore:
Timestamp:
2017-03-30T01:01:57+02:00 (7 years ago)
Author:
nicolasmartin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Users/ModelInterfacing/Coupling

    v9 v10  
    11= Coupling with other models (OASIS, SAS, ...) 
    22 
    3 NEMO currently exploits OASIS-3-MCT to implement a generalised coupled interface ([/doxygen/node50.html?doc=NEMO Coupled Formulation]). It can be used to interface with most of the European atmospheric GCM (ARPEGE, ECHAM, ECMWF, Ha- dAM, HadGAM, LMDz), as well as to WRF (Weather Research and Forecasting Model), and to implement the coupling of two independent NEMO components, ocean on one hand and sea-ice plus other surface processes on the other hand ([/doxygen/node46.html?doc=NEMO#SECTION001023000000000000000 Standalone Surface Module - SAS]). 
     3Last edition: '''[[Wikinfo(changed_ts)]]''' by '''[[Wikinfo(changed_by)]]''' 
    44 
    5 To enable the OASIS interface the required compilation keys are `key_oasis3` and `key_coupled`. The parameters to set are in sections `&namsbc_cpl` and in case of using of SAS also in section `&namsbc_sas`. 
     5NEMO currently exploits OASIS-3-MCT to implement a generalised coupled interface ([/doxygen/node50.html?doc=NEMO Coupled Formulation]). It can be used to interface with most of the European atmospheric GCM (ARPEGE, ECHAM, ECMWF, Ha- dAM, HadGAM, LMDz), as well as to WRF (Weather Research and Forecasting Model), and to implement the coupling of two independent NEMO components, ocean on one hand and sea-ice plus other surface processes on the other hand ([/doxygen/node46.html?doc=NEMO Standalone Surface Module - SAS]). 
     6 
     7To enable the OASIS interface the required compilation keys are key_oasis3 and key_coupled. The parameters to set are in sections namsbc_cpl and in case of using of SAS also in section namsbc_sas.