/[MITgcm]/MITgcm/verification/aim.5l_cs/code/DIAG_OPTIONS.h
ViewVC logotype

Diff of /MITgcm/verification/aim.5l_cs/code/DIAG_OPTIONS.h

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

revision 1.1 by jmc, Tue Feb 21 01:28:41 2006 UTC revision 1.2 by jmc, Sat Dec 24 01:17:50 2011 UTC
# Line 4  C $Name$ Line 4  C $Name$
4  #ifndef DIAG_OPTIONS_H  #ifndef DIAG_OPTIONS_H
5  #define DIAG_OPTIONS_H  #define DIAG_OPTIONS_H
6  #include "PACKAGES_CONFIG.h"  #include "PACKAGES_CONFIG.h"
 #ifdef ALLOW_DIAGNOSTICS  
   
7  #include "CPP_OPTIONS.h"  #include "CPP_OPTIONS.h"
8    
9  CEH3 package-specific options go here  #ifdef ALLOW_DIAGNOSTICS
10    C     Package-specific Options & Macros go here
11    
12  C allow to define specific regions and the corresponding mask ;  C allow to define specific regions and the corresponding mask ;
13  C  used to perform regional statistics over a limited area  C  used to perform regional statistics over a limited area
14  #define DIAGSTATS_REGION_MASK  #define DIAGSTATS_REGION_MASK
15    
16  C allow to stop & restart at any time (i.e. not at a multiple of  C allow to stop & restart at any time (i.e. not at a multiple of
17  C  the diagnostics frequency) reading diagnostics storage arrays  C  the diagnostics frequency) reading diagnostics storage arrays
18  C  from pickup file.  C  from pickup file.
19  C Note: Use with cautious since it does not work for all restart  C Note: Use with cautious since it does not work for all restart
20  C  cases (e.g., changing data.diagnostics).  C  cases (e.g., changing data.diagnostics).
21  #undef  DIAGNOSTICS_HAS_PICKUP  #undef  DIAGNOSTICS_HAS_PICKUP
22    
23  #endif /* ALLOW_DIAGNOSTICS */  #endif /* ALLOW_DIAGNOSTICS */
24  #endif /* DIAG_OPTIONS_H */  #endif /* DIAG_OPTIONS_H */
25    
   
26  CEH3 ;;; Local Variables: ***  CEH3 ;;; Local Variables: ***
27  CEH3 ;;; mode:fortran ***  CEH3 ;;; mode:fortran ***
28  CEH3 ;;; End: ***  CEH3 ;;; End: ***

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

  ViewVC Help
Powered by ViewVC 1.1.22