/* ** svn $Id: canyon.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 an Idealized Canyon. ** ** Application flag: CANYON ** Input script: roms_canyon2d.in, roms_canyon3d.in */ #define ROMS_MODEL #ifndef SOLVE3D /* 2D set-up */ # define UV_ADV # define UV_QDRAG # define UV_VIS2 # define UV_COR # define BODYFORCE # define ANA_DIAG # define ANA_GRID # define ANA_INITIAL # define ANA_SMFLUX #else /* 3D set-up */ # define UV_ADV # define UV_COR # define UV_QDRAG # define UV_VIS2 # define MIX_S_UV # define DJ_GRADPS # define SPLINES_VVISC # define TS_A4HADVECTION # define TS_A4VADVECTION # define TS_DIF2 # define MIX_GEO_TS # define ANA_DIAG # define ANA_GRID # define ANA_INITIAL # define ANA_SMFLUX # define ANA_STFLUX # define ANA_BTFLUX # define ANA_VMIX #endif