Back to home page

MITgcm

 
 

    


File indexing completed on 2018-03-02 18:38:54 UTC

view on githubraw file Latest commit add29e06 on 2018-01-31 20:35:05 UTC
c90c060abd Ed H*0001 #ifndef DIAG_OPTIONS_H
                0002 #define DIAG_OPTIONS_H
                0003 #include "PACKAGES_CONFIG.h"
                0004 #include "CPP_OPTIONS.h"
                0005 
d6c8672c92 Jean*0006 #ifdef ALLOW_DIAGNOSTICS
                0007 C     Package-specific Options & Macros go here
c90c060abd Ed H*0008 
67d6b2434f Jean*0009 C allow to define specific regions and the corresponding mask ;
                0010 C  used to perform regional statistics over a limited area
                0011 #undef DIAGSTATS_REGION_MASK
c90c060abd Ed H*0012 
e129400813 Jean*0013 C allow to stop & restart at any time (i.e. not at a multiple of
                0014 C  the diagnostics frequency) reading diagnostics storage arrays
                0015 C  from pickup file.
                0016 C Note: Use with cautious since it does not work for all restart
48bfa2c80b Jean*0017 C  cases (e.g., changing data.diagnostics).
                0018 #undef  DIAGNOSTICS_HAS_PICKUP
c90c060abd Ed H*0019 
                0020 #endif /* ALLOW_DIAGNOSTICS */
                0021 #endif /* DIAG_OPTIONS_H */
                0022 
                0023 CEH3 ;;; Local Variables: ***
                0024 CEH3 ;;; mode:fortran ***
                0025 CEH3 ;;; End: ***