/[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.3 - (hide annotations) (download)
Sun Jun 26 16:51:49 2005 UTC (18 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint57k_post, checkpoint57j_post
Changes since 1.2: +6 -1 lines
File MIME type: text/plain
change pointers so that 1 diag. can be used several times (with # freq.)

1 jmc 1.3 C $Header: /u/gcmpack/MITgcm/pkg/diagnostics/DIAG_OPTIONS.h,v 1.2 2005/02/23 14:43:18 jmc 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 jmc 1.3 C Allow to fill directly qdiag :
23     C uses equivalence (especially for the pointer idiag)
24     C This code is no longer supported and will be removed soon.
25     #undef ALLOW_DIRECT_FILLING_WITH_EQUIV
26    
27 edhill 1.1 #endif /* ALLOW_DIAGNOSTICS */
28     #endif /* DIAG_OPTIONS_H */
29    
30    
31     CEH3 ;;; Local Variables: ***
32     CEH3 ;;; mode:fortran ***
33     CEH3 ;;; End: ***

  ViewVC Help
Powered by ViewVC 1.1.22