#include "cppdefs.h" /* ** git $Id$ ** svn $Id: coupler.F 1202 2023-10-24 15:36:07Z arango $ *************************************************** Hernan G. Arango *** ** Copyright (c) 2002-2023 The ROMS/TOMS Group ** ** Licensed under a MIT/X style license ** ** See License_ROMS.md ** ************************************************************************ ** ** ** Module include several routines used for the couplig of ROMS/TOMS ** ** to other models using the ESMF/NUOPC or MCT libraries. ** ** ** ************************************************************************ */ #if defined MODEL_COUPLING && !defined CMEPS # if defined MCT_LIB # include "mct_coupler.h" # elif defined ESMF_LIB # include "esmf_coupler.h" # endif #else MODULE coupler_mod END MODULE coupler_mod #endif