/[MITgcm]/MITgcm_contrib/ocean_inversion_project/code_c14/ECCO_CPPOPTIONS.h
ViewVC logotype

Contents of /MITgcm_contrib/ocean_inversion_project/code_c14/ECCO_CPPOPTIONS.h

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


Revision 1.1 - (show annotations) (download)
Fri Nov 18 18:47:17 2005 UTC (19 years, 8 months ago) by dimitri
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/plain
preparing for steady state c14 integrations

1 C $Header: /u/gcmpack/MITgcm/verification/global_with_exf/code/ECCO_CPPOPTIONS.h,v 1.10 2004/05/03 21:35:04 dimitri Exp $
2 C $Name: checkpoint57w_post $
3
4 #ifndef ECCO_CPPOPTIONS_H
5 #define ECCO_CPPOPTIONS_H
6 #include "PACKAGES_CONFIG.h"
7
8 #include "CPP_OPTIONS.h"
9
10 C CPP flags controlling which code is included in the files that
11 C will be compiled.
12 C
13 C ********************************************************************
14 C *** ECCO Package ***
15 C ********************************************************************
16 C
17
18 C ********************************************************************
19 C *** Adjoint Support Package ***
20 C ********************************************************************
21
22
23 C ********************************************************************
24 C *** Calendar Package ***
25 C ********************************************************************
26 C
27 C CPP flags controlling which code is included in the files that
28 C will be compiled.
29 C
30
31 CPH >>>>>> THERE ARE NO MORE CAL OPTIONS TO BE SET <<<<<<
32
33 C ********************************************************************
34 C *** Cost function Package ***
35 C ********************************************************************
36 C
37
38 C ********************************************************************
39 C *** Control vector Package ***
40 C ********************************************************************
41 C
42
43 C ********************************************************************
44 C *** External forcing Package ***
45 C ********************************************************************
46 C
47
48 #define USE_EXF_INTERPOLATION
49
50 C Do more printout for the protocol file than usual.
51 #undef EXF_VERBOSE
52
53 C Bulk formulae related flags.
54 #undef ALLOW_BULKFORMULAE
55 #undef ALLOW_ATM_TEMP
56 #undef ALLOW_ATM_WIND
57 #define ALLOW_RUNOFF
58
59 C Relaxation to monthly climatologies.
60 #undef ALLOW_CLIM_CYCLIC
61 #undef ALLOW_CLIMTEMP_RELAXATION
62 #undef ALLOW_CLIMSALT_RELAXATION
63 #define ALLOW_CLIMSST_RELAXATION
64 #define ALLOW_CLIMSSS_RELAXATION
65
66 C Relaxation to constant surface fields.
67 #undef ALLOW_CONST_SST_RELAXATION
68 #undef ALLOW_CONST_SSS_RELAXATION
69
70 #endif /* ECCO_CPPOPTIONS_H */

  ViewVC Help
Powered by ViewVC 1.1.22