/[MITgcm]/MITgcm/verification/aim.5l_cs/code/SHAP_FILT_OPTIONS.h
ViewVC logotype

Contents of /MITgcm/verification/aim.5l_cs/code/SHAP_FILT_OPTIONS.h

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


Revision 1.4 - (show annotations) (download)
Sat Dec 24 01:17:51 2011 UTC (12 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint64i, checkpoint64h, checkpoint64k, checkpoint64j, checkpoint64m, checkpoint64l, checkpoint64o, checkpoint64n, checkpoint64a, checkpoint64c, checkpoint64b, checkpoint64e, checkpoint64d, checkpoint64g, checkpoint64f, checkpoint63p, checkpoint63q, checkpoint63r, checkpoint63s, checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63o, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint64, checkpoint65, checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e, HEAD
Changes since 1.3: +5 -4 lines
File MIME type: text/plain
bring OPTIONS files up-to-date

1 C $Header: /u/gcmpack/MITgcm/pkg/shap_filt/SHAP_FILT_OPTIONS.h,v 1.6 2005/02/12 23:05:43 jmc Exp $
2 C $Name: $
3
4 C CPP options file for pkg SHAP_FILT
5
6 #ifndef SHAP_FILT_OPTIONS_H
7 #define SHAP_FILT_OPTIONS_H
8 #include "PACKAGES_CONFIG.h"
9 #include "CPP_OPTIONS.h"
10
11 #ifdef ALLOW_SHAP_FILT
12 C Package-specific Options & Macros go here
13
14 C Use [1-d_yy^n)(1-d_xx^n] instead of [1-d_xx^n-d_yy^n]
15 C This changes the spectral response function dramatically.
16 C You need to do some analysis before changing this option. ;^)
17 #define SEQUENTIAL_2D_SHAP
18
19 C This invokes the older code which produces the same numbers
20 C and might even be faster because it does not do multiple
21 C exchanges within the filter. However, this requires the
22 C overlap to be sufficiently wide and also does not work
23 C for arbitrarily arranged tiles (ie. as in cubed-sphere).
24 C *DO NOT USE THIS OPTION UNLESS YOU REALLY WANT TO* :-(
25 #undef USE_OLD_SHAPIRO_FILTERS
26
27 #ifdef USE_OLD_SHAPIRO_FILTERS
28 C Boundary conditions for U,V Shapiro code
29 C Horizontal shear is calculated as if the boundaries are no-slip
30 C Note: option NO_SLIP_SHAP only used in OLD_SHAPIRO_FILTERS ;
31 C it is replaced by parameter "Shap_noSlip=1." in new S/R.
32 #undef NO_SLIP_SHAP
33 #endif
34
35 C Masking of vorticity in dissipation terms (and Shap-Filt)
36 C can be different from the masking applied for momentum advection;
37 C This option allows to use the local S/R: SHAP_FILT_RELVORT3 to
38 C compute vorticity, instead of pkg/mom_common S/R: MOM_CALC_RELVORT3
39 #define USE_SHAP_CALC_VORTICITY
40
41 #endif /* ALLOW_SHAP_FILT */
42 #endif /* SHAP_FILT_OPTIONS_H */

  ViewVC Help
Powered by ViewVC 1.1.22