/* ** svn $Id: sed_toy.h 889 2018-02-10 03:32:52Z arango $ ******************************************************************************* ** Copyright (c) 2002-2019 The ROMS/TOMS Group ** ** Licensed under a MIT/X style license ** ** See License_ROMS.txt ** ******************************************************************************* ** ** Options for One-Dimensional (vertical) Sediment Toy. ** ** Application flag: SED_TOY ** Input scripts: roms_sed_toy.in ** sediment_sed_toy.in */ #define ROMS_MODEL #undef BODYFORCE #undef LOG_PROFILE #define DJ_GRADPS #undef TS_U3HADVECTION #undef TS_C2VADVECTION #define TS_MPDATA #undef SALINITY #define OUT_DOUBLE #define ANA_GRID #define ANA_INITIAL #define ANA_SMFLUX #define SOLVE3D #ifdef SOLVE3D # define SPLINES_VDIFF # define SPLINES_VVISC # define ANA_SEDIMENT # define ANA_BPFLUX # define ANA_BSFLUX # define ANA_BTFLUX # define ANA_SPFLUX # define ANA_SRFLUX # define ANA_SSFLUX # define ANA_STFLUX #endif #undef ANA_VMIX #undef ANA_WWAVE #define UV_LOGDRAG #undef UV_LDRAG #undef UV_QDRAG #undef SG_BBL #ifdef SG_BBL # undef SG_CALC_ZNOT # undef SG_LOGINT #endif #undef MB_BBL #ifdef MB_BBL # undef MB_CALC_ZNOT # undef MB_Z0BIO # undef MB_Z0BL # undef MB_Z0RIP #endif #undef SSW_BBL #ifdef SSW_BBL # define SSW_CALC_ZNOT # undef SSW_LOGINT #endif #define GLS_MIXING #ifdef GLS_MIXING # define KANTHA_CLAYSON # define N2S2_HORAVG # define RI_SPLINES # undef CRAIG_BANNER # undef CHARNOK # undef ZOS_HSIG # undef TKE_WAVEDISS #endif #define SEDIMENT #ifdef SEDIMENT # define SUSPLOAD # undef BEDLOAD_SOULSBY # undef BEDLOAD_MPM # define SED_DENS # define SED_MORPH # undef SED_BIODIFF #endif