Back to home page

MITgcm

 
 

    


File indexing completed on 2018-03-02 18:43:08 UTC

view on githubraw file Latest commit add29e06 on 2018-01-31 20:35:05 UTC
d6c8672c92 Jean*0001 C CPP options file for Read-Write (RW) package
43f4355a12 Jean*0002 C Use this file for selecting options within the RW package
                0003 
                0004 #ifndef RW_OPTIONS_H
                0005 #define RW_OPTIONS_H
                0006 #include "PACKAGES_CONFIG.h"
                0007 #include "CPP_OPTIONS.h"
                0008 
d6c8672c92 Jean*0009 #ifdef ALLOW_RW
                0010 C     Package-specific Options & Macros go here
                0011 
8be8fc53ab Jean*0012 C use READ_MFLDS S/R in "safe" mode (set/check/unset for each file to read)
                0013 C involves more thread synchronization (could slow down multi-threaded run)
                0014 #define RW_SAFE_MFLDS
                0015 
d6c8672c92 Jean*0016 C disable writing of small-overlap size array (to reduce memory size
43b0ee4163 Jean*0017 C   since those S/R do a local copy to 3-D full-size overlap array)
                0018 #undef RW_DISABLE_SMALL_OVERLAP
                0019 
43f4355a12 Jean*0020 #endif /* ALLOW_RW */
                0021 #endif /* RW_OPTIONS_H */
                0022 
                0023 CEH3 ;;; Local Variables: ***
                0024 CEH3 ;;; mode:fortran ***
                0025 CEH3 ;;; End: ***