Back to home page

MITgcm

 
 

    


File indexing completed on 2018-03-02 18:39:44 UTC

view on githubraw file Latest commit add29e06 on 2018-01-31 20:35:05 UTC
8c27c9de99 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 ...
046fd16d1c Andr*0007 #define W2_USE_E2_SAFEMODE
8c27c9de99 Jean*0008 
                0009 C Debug mode option:
046fd16d1c Andr*0010 #undef  W2_E2_DEBUG_ON
8c27c9de99 Jean*0011 
e9b4febd91 Jean*0012 C Use only exch2_R1_cube (and avoid calling exch2_R2_cube)
                0013 #undef W2_USE_R1_ONLY
                0014 
8c27c9de99 Jean*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 
575f97366a Jean*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)
936dcd2159 Jean*0022 #undef W2_CUMSUM_USE_MATRIX
575f97366a Jean*0023 
8c27c9de99 Jean*0024 #endif /* W2_OPTIONS_H */