Back to home page

MITgcm

 
 

    


File indexing completed on 2018-03-02 18:42:16 UTC

view on githubraw file Latest commit add29e06 on 2018-01-31 20:35:05 UTC
6d54cf9ca1 Ed H*0001 C CPP options file for mom_vecinv package
                0002 C Use this file for selecting CPP options within the mom_vecinv package
                0003 
                0004 #ifndef MOM_VECINV_OPTIONS_H
                0005 #define MOM_VECINV_OPTIONS_H
                0006 #include "PACKAGES_CONFIG.h"
                0007 #include "CPP_OPTIONS.h"
                0008 
d6c8672c92 Jean*0009 #ifdef ALLOW_MOM_VECINV
                0010 C     Package-specific Options & Macros go here
                0011 
fd0a408c49 Jean*0012 C use the original discretization (not recommended) for biharmonic viscosity
                0013 C   that was in mom_vi_hdissip.F, version 1.1.2.1
                0014 #undef MOM_VI_ORIGINAL_VISCA4
                0015 
6d54cf9ca1 Ed H*0016 #endif /* ALLOW_MOM_VECINV */
                0017 #endif /* MOM_VECINV_OPTIONS_H */