/[MITgcm]/MITgcm/verification/global2x2_tot/code/GAD_OPTIONS.h
ViewVC logotype

Contents of /MITgcm/verification/global2x2_tot/code/GAD_OPTIONS.h

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


Revision 1.1.2.1 - (show annotations) (download)
Thu Apr 4 12:05:47 2002 UTC (22 years, 1 month ago) by heimbach
Branch: ecco-branch
CVS Tags: icebear2, ecco_c50_e33a, ecco_c44_e23, ecco_c44_e26, ecco_c44_e27, ecco_c44_e24, icebear3, ecco_c51_e34b, ecco_c51_e34c, ecco_c50_e28, ecco_c51_e34a, ecco_c51_e34, ecco_c51_e34f, ecco_c50_e31, ecco_c50_e29, ecco_c51_e34d, ecco_c51_e34e, ecco_c51_e34g, ecco_ice2, ecco_ice1, ecco_c50_e32, ecco_c50_e33, ecco_c50_e30, ecco_c44_e25, icebear5, icebear4
Branch point for: c24_e25_ice, icebear
Changes since 1.1: +45 -0 lines
File MIME type: text/plain
Adding global 2x2 deg. configuration to repository.

1 C $Header: /u/gcmpack/MITgcm/verification/natl_box_adjoint/code/Attic/GAD_OPTIONS.h,v 1.1.2.1 2002/02/05 20:34:35 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 C
18 C GAD is enabled with ALLOW_GAD in CPP_OPTIONS.h
19
20 #include "CPP_OPTIONS.h"
21
22 #ifndef __GAD_OPTIONS
23 #ifndef DISABLE_GENERIC_ADVDIFF
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 #define __GAD_OPTIONS
45 #endif /* __GAD_OPTIONS */

  ViewVC Help
Powered by ViewVC 1.1.22