Back to home page

MITgcm

 
 

    


File indexing completed on 2021-11-06 05:18:33 UTC

view on githubraw file Latest commit 016b84c4 on 2021-11-02 20:24:44 UTC
d6c8672c92 Jean*0001 C     *==========================================================*
                0002 C     | OPPS_OPTIONS.h
                0003 C     | o CPP options file for OPPS package.
                0004 C     *==========================================================*
                0005 C     | Use this file for selecting options within the OPPS
                0006 C     | package.
                0007 C     *==========================================================*
893df04db0 Mart*0008 
                0009 #ifndef OPPS_OPTIONS_H
                0010 #define OPPS_OPTIONS_H
                0011 #include "PACKAGES_CONFIG.h"
d6c8672c92 Jean*0012 #include "CPP_OPTIONS.h"
893df04db0 Mart*0013 
                0014 #ifdef ALLOW_OPPS
d6c8672c92 Jean*0015 C Package-specific Options & Macros go here
893df04db0 Mart*0016 
016b84c482 Mart*0017 C allow snap-shot OPPS output
                0018 #undef ALLOW_OPPS_SNAPSHOT
                0019 
893df04db0 Mart*0020 C allow debugging OPPS_CALC
                0021 #define ALLOW_OPPS_DEBUG
                0022 
                0023 #endif /* ALLOW_OPPS */
                0024 #endif /* OPPS_OPTIONS_H */