/[MITgcm]/MITgcm/pkg/diagnostics/DIAG_OPTIONS.h
ViewVC logotype

Diff of /MITgcm/pkg/diagnostics/DIAG_OPTIONS.h

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

revision 1.1 by edhill, Tue Jul 6 03:55:53 2004 UTC revision 1.8 by jmc, Mon Jun 27 22:23:57 2011 UTC
# Line 10  C $Name$ Line 10  C $Name$
10    
11  CEH3 package-specific options go here  CEH3 package-specific options go here
12    
13  C #define DIAG_DEBUG  C allow to define specific regions and the corresponding mask ;
14    C  used to perform regional statistics over a limited area
15    #undef DIAGSTATS_REGION_MASK
16    
17    C allow to stop & restart at any time (i.e. not at a multiple of
18    C  the diagnostics frequency) reading diagnostics storage arrays
19    C  from pickup file.
20    C Note: Use with cautious since it does not work for all restart
21    C  cases (e.g., changing data.diagnostics).
22    #undef  DIAGNOSTICS_HAS_PICKUP
23    
24  #endif /* ALLOW_DIAGNOSTICS */  #endif /* ALLOW_DIAGNOSTICS */
25  #endif /* DIAG_OPTIONS_H */  #endif /* DIAG_OPTIONS_H */

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

  ViewVC Help
Powered by ViewVC 1.1.22