/[MITgcm]/MITgcm_contrib/verification_other/global2x2_tot/code/GAD_OPTIONS.h
ViewVC logotype

Contents of /MITgcm_contrib/verification_other/global2x2_tot/code/GAD_OPTIONS.h

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


Revision 1.1 - (show annotations) (download)
Sat Feb 4 02:58:12 2012 UTC (13 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64k, checkpoint64x, checkpoint64z, checkpoint64o, checkpoint64p, checkpoint64r, checkpoint64w, checkpoint64v, checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint64m, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65u, checkpoint65j, checkpoint67a, checkpoint67b, checkpoint65i, checkpoint67d, checkpoint65m, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65e, checkpoint64i, checkpoint64h, checkpoint65h, checkpoint65, checkpoint64j, checkpoint65n, HEAD
File MIME type: text/plain
move un-tested set-up from MITgcm/verification/global2x2_tot to Contrib/verification_other

1 C $Header: /u/gcmpack/MITgcm/verification/global2x2_tot/code/GAD_OPTIONS.h,v 1.2 2003/11/06 22:28:43 heimbach Exp $
2 C $Name: $
3
4 CBOP
5 C !ROUTINE: GAD_OPTIONS.h
6
7 C !INTERFACE:
8 C #include "GAD_OPTIONS.h"
9
10 C !DESCRIPTION:
11 C Contains CPP macros/flags for controlling optional features of package.
12 CEOP
13
14 C CPP options file for GAD (Generic Advection Diffusion) package
15 C
16 C Use this file for selecting options within the GAD package
17
18 #ifndef GAD_OPTIONS_H
19 #define GAD_OPTIONS_H
20 #include "PACKAGES_CONFIG.h"
21 #ifndef DISABLE_GENERIC_ADVDIFF
22
23 #include "CPP_OPTIONS.h"
24
25 C The selects the form of COSINE(lat) scaling of bi-harmonic term.
26 C *only for use on a lat-lon grid*
27 #define COSINEMETH_III
28
29 C The selects isotropic scaling of bi-harmonic term when
30 C using the COSINE(lat) scaling.
31 #undef ISOTROPIC_COS_SCALING
32
33 C As of checkpoint41, the inclusion of multi-dimensional advection
34 C introduces excessive recomputation/storage for the adjoint.
35 C We can disable it here using CPP because run-time flags are insufficient.
36 #define DISABLE_MULTIDIM_ADVECTION
37
38 #else
39
40 C If GAD is disabled then so is multi-dimensional advection
41 #define DISABLE_MULTIDIM_ADVECTION
42
43 #endif /* DISABLE_GENERIC_ADVDIFF */
44 #endif /* GAD_OPTIONS_H */

  ViewVC Help
Powered by ViewVC 1.1.22