Back to home page

MITgcm

 
 

    


File indexing completed on 2023-08-02 05:10:58 UTC

view on githubraw file Latest commit 5bc99689 on 2023-08-01 13:40:46 UTC
85e0ffe540 Patr*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 #define ALLOW_GGL90_SMOOTH
                0023 
                0024 C     allow IDEMIX model
                0025 #undef ALLOW_GGL90_IDEMIX
                0026 
                0027 #endif /* ALLOW_GGL90 */
                0028 #endif /* GGL90_OPTIONS_H */