/* ** git $Id$ ** svn $Id: inlet_test.h 1178 2023-07-11 17:50:57Z arango $ ******************************************************************************* ** Copyright (c) 2002-2023 The ROMS/TOMS Group ** ** Licensed under a MIT/X style license ** ** See License_ROMS.md ** ******************************************************************************* ** ** Options for Inlet Test Case, waves-ocean (SWAN/ROMS) two-way coupling. ** ** Application flag: INLET_TEST ** Input script: roms_inlet_test.in ** coupling_inlet_test.in ** sediment_inlet_test.in */ #define UV_VIS2 #define MIX_S_UV #undef ANA_GRID #define MASKING #define UV_ADV #undef UV_COR #define SPLINES_VDIFF #define SPLINES_VVISC #define DJ_GRADPS #define FSOBC_REDUCED #define SOLVE3D #define SWAN_COUPLING #define WEC_VF #define ANA_INITIAL #define ANA_SMFLUX #define ANA_FSOBC #define ANA_M2OBC #ifdef SWAN_COUPLING # define MCT_LIB #endif /* define only one of the following 5 */ #undef UV_LOGDRAG #undef UV_QDRAG #undef MB_BBL #undef SG_BBL #define SSW_BBL #ifdef SSW_BBL # define SSW_CALC_ZNOT #endif #ifdef SOLVE3D # define GLS_MIXING # ifdef GLS_MIXING # define KANTHA_CLAYSON # define N2S2_HORAVG # define RI_SPLINES # endif # define SEDIMENT # ifdef SEDIMENT # define SUSPLOAD # undef BEDLOAD_SOULSBY # undef BEDLOAD_MPM # define SED_MORPH # endif # if defined SEDIMENT || defined SG_BBL || defined MB_BBL || defined SSW_BBL # define ANA_SEDIMENT # endif # define ANA_STFLUX # define ANA_SSFLUX # define ANA_BPFLUX # define ANA_BTFLUX # define ANA_BSFLUX # define ANA_SPFLUX # define ANA_SRFLUX #endif