Back to home page

MITgcm

 
 

    


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

view on githubraw file Latest commit add29e06 on 2018-01-31 20:35:05 UTC
a00a05f3ce Jean*0001 C CPP options file for EXCH2 package
                0002 
                0003 #ifndef W2_OPTIONS_H
                0004 #define W2_OPTIONS_H
                0005 
                0006 C ... W2_USE_E2_SAFEMODE description ...
                0007 #define W2_USE_E2_SAFEMODE
                0008 
                0009 C Debug mode option:
                0010 #undef  W2_E2_DEBUG_ON
                0011 
                0012 C Use only exch2_R1_cube (and avoid calling exch2_R2_cube)
                0013 #undef W2_USE_R1_ONLY
                0014 
                0015 C Fill null regions (face-corner halo regions) with e2FillValue_RX (=0)
                0016 C notes: for testing (allow to check that results are not affected)
                0017 #undef W2_FILL_NULL_REGIONS
                0018 
                0019 C Process Global Cumulated-Sum using a Tile x Tile (x 2) Matrix
                0020 C notes: should be faster (vectorise) but storage of this matrix might
                0021 C        become an issue on large set-up (with many tiles)
                0022 #define W2_CUMSUM_USE_MATRIX
                0023 
                0024 #endif /* W2_OPTIONS_H */