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

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

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

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

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.22