/* ** svn $Id: upwelling.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 Upwelling Test. ** ** Application flag: UPWELLING ** Input script: roms_upwelling.in */ #define ROMS_MODEL #define UV_ADV #define UV_COR #define UV_LDRAG #define UV_VIS2 #undef MIX_GEO_UV #define MIX_S_UV #define SPLINES_VDIFF #define SPLINES_VVISC #define TS_U3HADVECTION #define TS_C4VADVECTION #undef TS_MPDATA #define DJ_GRADPS #define TS_DIF2 #undef TS_DIF4 #undef MIX_GEO_TS #define MIX_S_TS #define SALINITY #define SOLVE3D #define AVERAGES #undef HISTORY2 #define DIAGNOSTICS_TS #define DIAGNOSTICS_UV #define ANA_GRID #define ANA_INITIAL #define ANA_SMFLUX #define ANA_STFLUX #define ANA_SSFLUX #define ANA_BTFLUX #define ANA_BSFLUX #if defined GLS_MIXING || defined MY25_MIXING # define KANTHA_CLAYSON # define N2S2_HORAVG # define RI_SPLINES #else # define ANA_VMIX #endif #undef BIO_UMAINE #if defined BIO_FENNEL || defined ECOSIM || \ defined NPZD_POWELL || defined NEMURO || \ defined BIO_UMAINE # define ANA_BIOLOGY # define ANA_SPFLUX # define ANA_BPFLUX # define ANA_SRFLUX #endif #if defined NEMURO # define HOLLING_GRAZING # undef IVLEV_EXPLICIT #endif #ifdef BIO_FENNEL # define CARBON # define DENITRIFICATION # define BIO_SEDIMENT # define DIAGNOSTICS_BIO #endif #ifdef BIO_UMAINE # define OXYGEN # undef CARBON #endif #ifdef PERFECT_RESTART # undef AVERAGES # undef DIAGNOSTICS_BIO # undef DIAGNOSTICS_TS # undef DIAGNOSTICS_UV # define OUT_DOUBLE #endif