1 |
dimitri |
1.3 |
C $Header: /u/gcmpack/MITgcm/pkg/exch2/W2_OPTIONS.h,v 1.2 2005/07/24 01:35:06 jmc Exp $ |
2 |
|
|
C $Name: $ |
3 |
|
|
|
4 |
|
|
C CPP options file for EXCH2 package |
5 |
|
|
|
6 |
|
|
#ifndef W2_OPTIONS_H |
7 |
|
|
#define W2_OPTIONS_H |
8 |
|
|
|
9 |
|
|
C ... W2_USE_E2_SAFEMODE description ... |
10 |
|
|
#undef W2_USE_E2_SAFEMODE |
11 |
|
|
|
12 |
|
|
C Debug mode option: |
13 |
cnh |
1.1 |
#undef W2_E2_DEBUG_ON |
14 |
dimitri |
1.3 |
|
15 |
|
|
C Fill null regions (face-corner halo regions) with e2FillValue_RX (=0) |
16 |
|
|
C notes: for testing (allow to check that results are not affected) |
17 |
|
|
#undef W2_FILL_NULL_REGIONS |
18 |
|
|
|
19 |
|
|
#endif /* W2_OPTIONS_H */ |