/[MITgcm]/MITgcm/pkg/rw/RW_OPTIONS.h
ViewVC logotype

Contents of /MITgcm/pkg/rw/RW_OPTIONS.h

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


Revision 1.3 - (show annotations) (download)
Wed Nov 18 00:33:58 2009 UTC (14 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint62, checkpoint63, checkpoint62c, checkpoint62b, checkpoint62a, checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint62k, checkpoint62j, checkpoint62i, checkpoint62h, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62l, checkpoint62s, checkpoint62r, checkpoint62q, checkpoint62p, checkpoint62w, checkpoint62v, checkpoint62u, checkpoint62t, checkpoint62z, checkpoint62y, checkpoint62x, checkpoint61z
Changes since 1.2: +5 -1 lines
File MIME type: text/plain
for debugging: add S/R to write out smaller overlap array

1 C $Header: /u/gcmpack/MITgcm/pkg/rw/RW_OPTIONS.h,v 1.2 2007/10/22 13:20:07 jmc Exp $
2 C $Name: $
3
4 C CPP options file for RW package
5 C
6 C Use this file for selecting options within the RW package
7
8 #ifndef RW_OPTIONS_H
9 #define RW_OPTIONS_H
10 #include "PACKAGES_CONFIG.h"
11 #ifdef ALLOW_RW
12
13 #include "CPP_OPTIONS.h"
14
15 C use READ_MFLDS S/R in "safe" mode (set/check/unset for each file to read)
16 C involves more thread synchronization (could slow down multi-threaded run)
17 #define RW_SAFE_MFLDS
18
19 C disable writing of small-overlap size array (to reduce memory size
20 C since those S/R do a local copy to 3-D full-size overlap array)
21 #undef RW_DISABLE_SMALL_OVERLAP
22
23 #endif /* ALLOW_RW */
24 #endif /* RW_OPTIONS_H */
25
26 CEH3 ;;; Local Variables: ***
27 CEH3 ;;; mode:fortran ***
28 CEH3 ;;; End: ***

  ViewVC Help
Powered by ViewVC 1.1.22