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

Annotation of /MITgcm_contrib/ocean_inversion_project/code_ecco1x1/ECCO_CPPOPTIONS.h

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


Revision 1.1 - (hide annotations) (download)
Wed Oct 6 20:26:55 2004 UTC (20 years, 9 months ago) by dimitri
Branch: MAIN
File MIME type: text/plain
Modified eesupp/inc/EEPARAMS.h
Added ocean_inversion_project/*

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

  ViewVC Help
Powered by ViewVC 1.1.22