| 1 |
C $Header: /u/gcmpack/MITgcm/pkg/diagnostics/DIAG_OPTIONS.h,v 1.4 2005/07/09 17:22:58 jmc Exp $ |
| 2 |
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 |
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 |
|
| 22 |
#endif /* ALLOW_DIAGNOSTICS */ |
| 23 |
#endif /* DIAG_OPTIONS_H */ |
| 24 |
|
| 25 |
|
| 26 |
CEH3 ;;; Local Variables: *** |
| 27 |
CEH3 ;;; mode:fortran *** |
| 28 |
CEH3 ;;; End: *** |
| 29 |
|