C $Header: /home/ubuntu/mnt/e9_copy/MITgcm/verification/adjustment.cs-32x32x1/code/W2_OPTIONS.h,v 1.1 2011/10/03 12:47:07 jmc Exp $ C $Name: checkpoint66b $ C CPP options file for EXCH2 package #ifndef W2_OPTIONS_H #define W2_OPTIONS_H C ... W2_USE_E2_SAFEMODE description ... #define W2_USE_E2_SAFEMODE C Debug mode option: #undef W2_E2_DEBUG_ON C Use only exch2_R1_cube (and avoid calling exch2_R2_cube) #undef W2_USE_R1_ONLY C Fill null regions (face-corner halo regions) with e2FillValue_RX (=0) C notes: for testing (allow to check that results are not affected) #undef W2_FILL_NULL_REGIONS C Process Global Cumulated-Sum using a Tile x Tile (x 2) Matrix C notes: should be faster (vectorise) but storage of this matrix might C become an issue on large set-up (with many tiles) #define W2_CUMSUM_USE_MATRIX #endif /* W2_OPTIONS_H */