/[MITgcm]/MITgcm/pkg/ecco/ECCO_OPTIONS.h
ViewVC logotype

Contents of /MITgcm/pkg/ecco/ECCO_OPTIONS.h

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


Revision 1.3 - (show annotations) (download)
Wed Sep 21 19:15:49 2016 UTC (7 years, 9 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint65z, HEAD
Changes since 1.2: +44 -17 lines
File MIME type: text/plain
- update and cleanup

1 C $Header: /u/gcmpack/MITgcm/pkg/ecco/ECCO_OPTIONS.h,v 1.2 2014/08/15 09:27:03 atn Exp $
2 C $Name: $
3
4 CBOP
5 C !ROUTINE: ECCO_OPTIONS.h
6 C !INTERFACE:
7 C #include "ECCO_OPTIONS.h"
8
9 C !DESCRIPTION:
10 C *==================================================================*
11 C | CPP options file for ECCO (ecco) package:
12 C | Control which optional features to compile in this package code.
13 C *==================================================================*
14 CEOP
15
16 #ifndef ECCO_OPTIONS_H
17 #define ECCO_OPTIONS_H
18 #include "PACKAGES_CONFIG.h"
19 #include "CPP_OPTIONS.h"
20
21 #ifdef ALLOW_ECCO
22 #ifdef ECCO_CPPOPTIONS_H
23
24 C-- When multi-package option-file ECCO_CPPOPTIONS.h is used (directly included
25 C in CPP_OPTIONS.h), this option file is left empty since all options that
26 C are specific to this package are assumed to be set in ECCO_CPPOPTIONS.h
27
28 #else /* ndef ECCO_CPPOPTIONS_H */
29
30 C-- Package-specific Options & Macros go here
31
32 C allow for generic cost function and integral terms
33 #define ALLOW_GENCOST_CONTRIBUTION
34 C allow for 3 dimensional generic terms
35 #define ALLOW_GENCOST3D
36
37 C include global mean steric sea level correction
38 #undef ALLOW_PSBAR_STERIC
39 C allow for near-shore and high-latitude altimetry
40 #undef ALLOW_SHALLOW_ALTIMETRY
41 #undef ALLOW_HIGHLAT_ALTIMETRY
42
43 C allow for In-Situ Profiles cost function contribution
44 #undef ALLOW_PROFILES_CONTRIBUTION
45
46 C cost function output format
47 #undef ALLOW_ECCO_OLD_FC_PRINT
48
49 C re-activate deprecated codes (just in case ... but not recommended)
50 #undef ECCO_CTRL_DEPRECATED
51
52
53
54 C-- real options?
55
56 C include dump of snap shots for checks
57 #undef ALLOW_SNAPSHOTS
58
59 cph >>>>>> !!!!!! SPECIAL SEAICE FLAG FOR TESTING !!!!!! <<<<<<
60 c#define SEAICE_EXCLUDE_FOR_EXACT_AD_TESTING
61 cph >>>>>> !!!!!! SPECIAL SEAICE FLAG FOR TESTING !!!!!! <<<<<<
62
63 #undef ALLOW_ECCO_OPTIMIZATION
64
65 C generate more text in STDOUT.0000
66 #undef ECCO_VERBOSE
67
68 C allow cost function term for sigmaR
69 #undef ALLOW_SIGMAR_COST_CONTRIBUTION
70
71
72
73
74 C-- fake options (only used to be printed in S/R ECCO_SUMMARY):
75
76 C allow ???
77 #define ALLOW_ECCO_FORWARD_RUN
78 #undef ALLOW_ECCO_DIAGNOSTIC_RUN
79 C Just do a "dry" run ( useful for testing ).
80 #undef ALLOW_NO_DYNAMICS
81 C Use the Yearly-Monthly-Daily-Stepping call tree.
82 #undef ALLOW_YMDS_TREE
83 C Do not call stepping
84 #define ALLOW_STEPPING_CALL
85 C Projection onto Spherical Harmonics
86 #undef ALLOW_SPH_PROJECTION
87
88 C ==================================================================
89 #endif /* ndef ECCO_CPPOPTIONS_H */
90 #endif /* ALLOW_ECCO */
91 #endif /* ECCO_OPTIONS_H */

  ViewVC Help
Powered by ViewVC 1.1.22