ROMS
Loading...
Searching...
No Matches
coupler.F
Go to the documentation of this file.
1#include "cppdefs.h"
2/*
3** git $id$
4*************************************************** hernan g. arango ***
5** copyright(c) 2002-2025 the roms group **
6** licensed under a mit/x style license **
7** see license_roms.md **
8************************************************************************
9** **
10** Module include several routines used for the couplig of roms **
11** to other models using the esmf/nuopc or mct libraries. **
12** **
13************************************************************************
14*/
15
16#if defined MODEL_COUPLING && !defined CMEPS
17# if defined MCT_LIB
18# include "mct_coupler.h"
19# elif defined ESMF_LIB
20# include "esmf_coupler.h"
21# endif
22#else
23 MODULE coupler_mod
24 END MODULE coupler_mod
25#endif