/[MITgcm]/MITgcm/verification/tutorial_global_oce_biogeo/code/DIAG_OPTIONS.h
ViewVC logotype

Contents of /MITgcm/verification/tutorial_global_oce_biogeo/code/DIAG_OPTIONS.h

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


Revision 1.1 - (show annotations) (download)
Wed Aug 27 18:19:03 2014 UTC (9 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, checkpoint65c, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e, HEAD
File MIME type: text/plain
allow to use pkg/diagnostics (default numDiags=1*Nr was too small)
 with regional Stats-Diags.

1 C $Header: /u/gcmpack/MITgcm/pkg/diagnostics/DIAG_OPTIONS.h,v 1.9 2011/12/24 01:04:45 jmc Exp $
2 C $Name: $
3
4 #ifndef DIAG_OPTIONS_H
5 #define DIAG_OPTIONS_H
6 #include "PACKAGES_CONFIG.h"
7 #include "CPP_OPTIONS.h"
8
9 #ifdef ALLOW_DIAGNOSTICS
10 C Package-specific Options & Macros go here
11
12 C allow to define specific regions and the corresponding mask ;
13 C used to perform regional statistics over a limited area
14 #define DIAGSTATS_REGION_MASK
15
16 C allow to stop & restart at any time (i.e. not at a multiple of
17 C the diagnostics frequency) reading diagnostics storage arrays
18 C from pickup file.
19 C Note: Use with cautious since it does not work for all restart
20 C cases (e.g., changing data.diagnostics).
21 #undef DIAGNOSTICS_HAS_PICKUP
22
23 #endif /* ALLOW_DIAGNOSTICS */
24 #endif /* DIAG_OPTIONS_H */
25
26 CEH3 ;;; Local Variables: ***
27 CEH3 ;;; mode:fortran ***
28 CEH3 ;;; End: ***

  ViewVC Help
Powered by ViewVC 1.1.22