/[MITgcm]/MITgcm/pkg/flt/FLT_OPTIONS.h
ViewVC logotype

Contents of /MITgcm/pkg/flt/FLT_OPTIONS.h

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


Revision 1.3 - (show annotations) (download)
Tue Feb 1 17:08:30 2011 UTC (13 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint63, checkpoint62s, checkpoint62w, checkpoint62v, checkpoint62u, checkpoint62t, checkpoint62z, checkpoint62y, checkpoint62x
Changes since 1.2: +9 -9 lines
File MIME type: text/plain
add CPP options to prevent floats to re-enter the opposite side of a periodic domain

1 C $Header: /u/gcmpack/MITgcm/pkg/flt/FLT_OPTIONS.h,v 1.2 2010/12/22 21:20:49 jahn Exp $
2 C $Name: $
3
4 C CPP options file for FLT package
5
6 #ifndef FLT_OPTIONS_H
7 #define FLT_OPTIONS_H
8 #include "PACKAGES_CONFIG.h"
9 #ifdef ALLOW_FLT
10
11 #include "CPP_OPTIONS.h"
12
13 C Include/Exclude part that allows 3-dimensional advection of floats
14 #define ALLOW_3D_FLT
15
16 C Use the alternative method of adding random noise to float advection
17 #define USE_FLT_ALT_NOISE
18
19 C Add noise also to the vertical velocity of 3D floats
20 #ifdef ALLOW_3D_FLT
21 #define ALLOW_FLT_3D_NOISE
22 #endif
23
24 C Define this to revert to old second-order Runge-Kutta integration
25 #undef FLT_SECOND_ORDER_RUNGE_KUTTA
26
27 C Prevent floats to re-enter the opposite side of a periodic domain (stop instead)
28 #undef FLT_WITHOUT_X_PERIODICITY
29 #undef FLT_WITHOUT_Y_PERIODICITY
30
31 #endif /* ALLOW_FLT */
32 #endif /* FLT_OPTIONS_H */

  ViewVC Help
Powered by ViewVC 1.1.22