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

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

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

revision 1.1 by heimbach, Fri Dec 15 18:11:58 2006 UTC revision 1.2 by jmc, Thu Aug 21 16:03:22 2008 UTC
# Line 56  cph     defined (ALLOW_EXF)) Line 56  cph     defined (ALLOW_EXF))
56  #include "ECCO_CPPOPTIONS.h"  #include "ECCO_CPPOPTIONS.h"
57  cph#endif  cph#endif
58    
59    C o Allow full 3D specification of vertical diffusivity
60    #ifdef ALLOW_DIFFKR_CONTROL
61    C - Need to be defined if using DIFFKR_CONTROL
62    C   (alternatively, could have put this in ECCO_CPPOPTIONS)
63    #define ALLOW_3D_DIFFKR
64    #else
65    C - otherwise, can be turned on or off hereafter:
66    #undef  ALLOW_3D_DIFFKR
67    #endif /* ALLOW_DIFFKR_CONTROL */
68    
69  #endif /* CPP_OPTIONS_H */  #endif /* CPP_OPTIONS_H */
70    

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

  ViewVC Help
Powered by ViewVC 1.1.22