/[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.5 by jmc, Mon Jan 23 22:24:28 2006 UTC revision 1.7 by mlosch, Wed Jun 3 12:08:11 2009 UTC
# Line 14  C allow to define specific regions and t Line 14  C allow to define specific regions and t
14  C  used to perform regional statistics over a limited area  C  used to perform regional statistics over a limited area
15  #undef DIAGSTATS_REGION_MASK  #undef DIAGSTATS_REGION_MASK
16    
17  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
18  C  the diagnostics frequency) reading diagnostics storage arrays  C  the diagnostics frequency) reading diagnostics storage arrays
19  C  from pickup file.  C  from pickup file.
20  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
21  C  cases (e.g., changing data.diagnostics).  C  cases (e.g., changing data.diagnostics).
22  #undef  DIAGNOSTICS_HAS_PICKUP  #undef  DIAGNOSTICS_HAS_PICKUP
23    
24    C for NetCDF (mnc) output: define a missing value (default is UNSET_RL)
25    C and fill land points of (so far only) scalar fields with it
26    #undef DIAGNOSTICS_MISSING_VALUE
27    
28  #endif /* ALLOW_DIAGNOSTICS */  #endif /* ALLOW_DIAGNOSTICS */
29  #endif /* DIAG_OPTIONS_H */  #endif /* DIAG_OPTIONS_H */
30    

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

  ViewVC Help
Powered by ViewVC 1.1.22