/[MITgcm]/MITgcm/verification/global_with_exf/code/ECCO_CPPOPTIONS.h
ViewVC logotype

Annotation of /MITgcm/verification/global_with_exf/code/ECCO_CPPOPTIONS.h

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


Revision 1.4.2.1 - (hide annotations) (download)
Tue Oct 7 20:50:30 2003 UTC (20 years, 8 months ago) by adcroft
Branch: branch-genmake2
Changes since 1.4: +12 -1 lines
File MIME type: text/plain
Cleaned up CPP_OPTIONS.h and fixed configuration for expts using EXF, or SEAICE.

1 adcroft 1.4.2.1 C $Header: $
2     C $Name: $
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 heimbach 1.2
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 dimitri 1.3 C *** Calendar Package ***
26 heimbach 1.2 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     #define EXF_VERBOSE
53    
54     C Bulk formulae related flags.
55     #undef ALLOW_ATM_TEMP
56     #undef ALLOW_ATM_WIND
57     #if (defined (ALLOW_ATM_TEMP) || \
58     defined (ALLOW_ATM_WIND))
59     # define ALLOW_BULKFORMULAE
60     #endif
61    
62     C Relaxation to monthly climatologies.
63     #undef ALLOW_CLIM_CYCLIC
64     #undef ALLOW_CLIMTEMP_RELAXATION
65     #undef ALLOW_CLIMSALT_RELAXATION
66     #define ALLOW_CLIMSST_RELAXATION
67     #define ALLOW_CLIMSSS_RELAXATION
68    
69     C Relaxation to monthly climatologies.
70     #ifdef ALLOW_CLIMSST_RELAXATION
71     # define ALLOW_MONTHLY_CLIMSST_RELAXATION
72     #endif
73     #ifdef ALLOW_CLIMSSS_RELAXATION
74     # define ALLOW_MONTHLY_CLIMSSS_RELAXATION
75     #endif
76    
77     C Relaxation to constant surface fields.
78     #undef ALLOW_CONST_SST_RELAXATION
79     #undef ALLOW_CONST_SSS_RELAXATION
80 dimitri 1.4
81     C Use bicubic spatial interpolation to interpolate
82     C forcing files from input grid to model grid.
83     #define USE_EXF_INTERPOLATION
84     #define BICUBIC
85 adcroft 1.4.2.1
86     #endif /* ALLOW_ECCO */
87     #endif /* ECCO_CPPOPTIONS_H */

  ViewVC Help
Powered by ViewVC 1.1.22