Back to home page

MITgcm

 
 

    


File indexing completed on 2018-03-02 18:43:05 UTC

view on githubraw file Latest commit add29e06 on 2018-01-31 20:35:05 UTC
c3afacc940 Jean*0001 C CPP options file for pkg RBCS
                0002 C Use this file for selecting options within package "RBCS"
                0003 
                0004 #ifndef RBCS_OPTIONS_H
                0005 #define RBCS_OPTIONS_H
                0006 #include "PACKAGES_CONFIG.h"
                0007 #include "CPP_OPTIONS.h"
                0008 
d6c8672c92 Jean*0009 #ifdef ALLOW_RBCS
c3afacc940 Jean*0010 C Place CPP define/undef flag here
                0011 
a16c4403c6 Jean*0012 C o disable relaxation conditions on momemtum
                0013 #undef DISABLE_RBCS_MOM
                0014 
c3afacc940 Jean*0015 #endif /* ALLOW_RBCS */
                0016 #endif /* RBCS_OPTIONS_H */
                0017 
                0018 CEH3 ;;; Local Variables: ***
                0019 CEH3 ;;; mode:fortran ***
                0020 CEH3 ;;; End: ***