** Warning **

Issuing rollback() due to DESTROY without explicit disconnect() of DBD::mysql::db handle dbname=MITgcm at /usr/local/share/lxr/lib/LXR/Common.pm line 1224.

Last-Modified: Mon, 24 Nov 2024 06:12:06 GMT Content-Type: text/html; charset=utf-8 MITgcm/MITgcm/verification/global_ocean.90x40x15/code/GGL90_OPTIONS.h
Back to home page

MITgcm

 
 

    


File indexing completed on 2023-06-14 05:11:00 UTC

view on githubraw file Latest commit 5b0716a6 on 2023-06-13 17:16:45 UTC
ce268b818e Mart*0001 C     *=============================================================*
                0002 C     | GGL90_OPTIONS.h
                0003 C     | o CPP options file for GGL90 package.
                0004 C     *=============================================================*
                0005 C     | Use this file for selecting options within the GGL90
                0006 C     | package.
                0007 C     *=============================================================*
                0008 
                0009 #ifndef GGL90_OPTIONS_H
                0010 #define GGL90_OPTIONS_H
                0011 #include "PACKAGES_CONFIG.h"
                0012 #include "CPP_OPTIONS.h"
                0013 
                0014 #ifdef ALLOW_GGL90
                0015 C     Package-specific Options & Macros go here
                0016 
                0017 C     Enable horizontal diffusion of TKE.
                0018 #undef ALLOW_GGL90_HORIZDIFF
                0019 
                0020 C     Use horizontal averaging for viscosity and diffusivity as
                0021 C     originally implemented in OPA.
                0022 #undef ALLOW_GGL90_SMOOTH
                0023 
5b0716a6b3 Mart*0024 C     allow IDEMIX model
ce268b818e Mart*0025 #define ALLOW_GGL90_IDEMIX
5b0716a6b3 Mart*0026 #ifdef ALLOW_GGL90_IDEMIX
                0027 C     The cvmix version of idemix uses different regularisations for the
                0028 C     Coriolis parameter, buoyancy frequency etc, when used in the denominator
                0029 # undef GGL90_IDEMIX_CVMIX_VERSION
                0030 #endif
ce268b818e Mart*0031 
5b0716a6b3 Mart*0032 C     include Langmuir circulation parameterization
                0033 #undef ALLOW_GGL90_LANGMUIR
                0034 
                0035 C     recover old bug prior to Jun 2023
                0036 #undef GGL90_MISSING_HFAC_BUG
ce268b818e Mart*0037 
                0038 #endif /* ALLOW_GGL90 */
                0039 #endif /* GGL90_OPTIONS_H */