/[MITgcm]/MITgcm/verification/OpenAD/code_ad/CPP_OPTIONS.h
ViewVC logotype

Diff of /MITgcm/verification/OpenAD/code_ad/CPP_OPTIONS.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.5 by heimbach, Thu May 10 16:31:26 2007 UTC revision 1.6 by jmc, Thu Aug 21 16:03:22 2008 UTC
# Line 36  C o Execution environment support option Line 36  C o Execution environment support option
36  # include "ECCO_CPPOPTIONS.h"  # include "ECCO_CPPOPTIONS.h"
37  #endif  #endif
38    
39  #endif /* CPP_OPTIONS_H */  C o Allow full 3D specification of vertical diffusivity
40    #ifdef ALLOW_DIFFKR_CONTROL
41    C - Need to be defined if using DIFFKR_CONTROL
42    C   (alternatively, could have put this in ECCO_CPPOPTIONS)
43    #define ALLOW_3D_DIFFKR
44    #else
45    C - otherwise, can be turned on or off hereafter:
46    #undef  ALLOW_3D_DIFFKR
47    #endif /* ALLOW_DIFFKR_CONTROL */
48    
49    #endif /* CPP_OPTIONS_H */
50    

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.22