/[MITgcm]/MITgcm_contrib/ecco_darwin/v4_3deg/code/DIAG_OPTIONS.h
ViewVC logotype

Annotation of /MITgcm_contrib/ecco_darwin/v4_3deg/code/DIAG_OPTIONS.h

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


Revision 1.2 - (hide annotations) (download)
Thu Jan 23 01:27:38 2020 UTC (6 years, 7 months ago) by dimitri
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
FILE REMOVED
adding seaice

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

  ViewVC Help
Powered by ViewVC 1.1.22