Back to home page

MITgcm

 
 

    


File indexing completed on 2018-03-02 18:45:50 UTC

view on githubraw file Latest commit add29e06 on 2018-01-31 20:35:05 UTC
4fc2fc8031 Jean*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 isotropic 3-D Smagorinsky viscosity
                0013 #define ALLOW_SMAG_3D
                0014 
                0015 C allow full 3D specification of horizontal Laplacian Viscosity
                0016 #undef ALLOW_3D_VISCAH
                0017 
                0018 C allow full 3D specification of horizontal Biharmonic Viscosity
                0019 #undef ALLOW_3D_VISCA4
                0020 
                0021 #endif /* ALLOW_MOM_COMMON */
                0022 #endif /* MOM_COMMON_OPTIONS_H */