2#if defined MODEL_COUPLING && defined ESMF_LIB
5*************************************************** hernan g. arango ***
6** copyright(c) 2002-2025 the roms group **
7** licensed under a mit/x style license **
8** see license_roms.md **
9************************************************************************
11** wave model gridded component coupled to roms using the esmf **
12** library with the nuopc layer. **
14** esmf: earth system modeling framework(version 7 or higher) **
15** https://www.earthsystemcog.org/projects/esmf **
17** nuopc: national unified operational prediction capability **
18** https://www.earthsystemcog.org/projects/nuopc **
20************************************************************************
23# if defined WAV_COUPLING
24# if defined REFDIF_COUPLING_NOT_YET
25# include "esmf_wav_refdif.h"
26# elif defined SWAN_COUPLING_NOT_YET
27# include "esmf_wav_swan.h"
28# elif defined WAM_COUPLING
29# include "esmf_wav_wam.h"
31# include "esmf_wav_void.h"