Back to home page

MITgcm

 
 

    


File indexing completed on 2019-12-18 06:11:56 UTC

view on githubraw file Latest commit 9952f046 on 2019-12-17 17:59:00 UTC
9952f046d7 dngo*0001 #ifndef DIAG_OPTIONS_H
                0002 #define DIAG_OPTIONS_H
                0003 #include "PACKAGES_CONFIG.h"
                0004 #include "CPP_OPTIONS.h"
                0005 
                0006 #ifdef ALLOW_DIAGNOSTICS
                0007 C     Package-specific Options & Macros go here
                0008 
                0009 C allow to define specific regions and the corresponding mask ;
                0010 C  used to perform regional statistics over a limited area
                0011 #define DIAGSTATS_REGION_MASK
                0012 
                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
                0017 C  cases (e.g., changing data.diagnostics).
                0018 #undef  DIAGNOSTICS_HAS_PICKUP
                0019 
                0020 #endif /* ALLOW_DIAGNOSTICS */
                0021 #endif /* DIAG_OPTIONS_H */
                0022 
                0023 CEH3 ;;; Local Variables: ***
                0024 CEH3 ;;; mode:fortran ***
                0025 CEH3 ;;; End: ***