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

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

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


Revision 1.2 - (hide annotations) (download)
Wed Feb 23 14:43:18 2005 UTC (19 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint57g_post, checkpoint57i_post, checkpoint57e_post, checkpoint57g_pre, checkpoint57f_pre, eckpoint57e_pre, checkpoint57h_done, checkpoint57f_post, checkpoint57h_pre, checkpoint57h_post
Changes since 1.1: +7 -1 lines
File MIME type: text/plain
add: #undef  DIAGNOSTICS_HAS_PICKUP

1 jmc 1.2 C $Header: /u/gcmpack/MITgcm/pkg/diagnostics/DIAG_OPTIONS.h,v 1.1 2004/07/06 03:55:53 edhill Exp $
2 edhill 1.1 C $Name: $
3    
4     #ifndef DIAG_OPTIONS_H
5     #define DIAG_OPTIONS_H
6     #include "PACKAGES_CONFIG.h"
7     #ifdef ALLOW_DIAGNOSTICS
8    
9     #include "CPP_OPTIONS.h"
10    
11     CEH3 package-specific options go here
12    
13     C #define DIAG_DEBUG
14    
15 jmc 1.2 C allow to stop & restart at any time (i.e. not at a multiple of
16     C the diagnostics frequency) reading diagnostics storage arrays
17     C from pickup file.
18     C Note: Use with cautious since it does not work for all restart
19     C cases (e.g., changing data.diagnostics).
20     #undef DIAGNOSTICS_HAS_PICKUP
21 edhill 1.1
22     #endif /* ALLOW_DIAGNOSTICS */
23     #endif /* DIAG_OPTIONS_H */
24    
25    
26     CEH3 ;;; Local Variables: ***
27     CEH3 ;;; mode:fortran ***
28     CEH3 ;;; End: ***

  ViewVC Help
Powered by ViewVC 1.1.22