Back to home page

MITgcm

 
 

    


File indexing completed on 2021-01-26 06:12:23 UTC

view on githubraw file Latest commit 4240547d on 2021-01-25 17:41:20 UTC
4240547d2d Mart*0001 C CPP options file for mom_common package
                0002 C Use this file for selecting CPP options within the mom_common package
                0003 
                0004 #ifndef MOM_COMMON_OPTIONS_H
                0005 #define MOM_COMMON_OPTIONS_H
                0006 #include "PACKAGES_CONFIG.h"
                0007 #include "CPP_OPTIONS.h"
                0008 
                0009 #ifdef ALLOW_MOM_COMMON
                0010 C     Package-specific options go here
                0011 
                0012 C allow LeithQG coefficient to be calculated
                0013 #undef ALLOW_LEITH_QG
                0014 
                0015 C allow isotropic 3-D Smagorinsky viscosity
                0016 #undef ALLOW_SMAG_3D
                0017 
                0018 C allow full 3D specification of horizontal Laplacian Viscosity
                0019 #define ALLOW_3D_VISCAH
                0020 
                0021 C allow full 3D specification of horizontal Biharmonic Viscosity
                0022 #undef ALLOW_3D_VISCA4
                0023 
                0024 #endif /* ALLOW_MOM_COMMON */
                0025 #endif /* MOM_COMMON_OPTIONS_H */