/[MITgcm]/MITgcm_contrib/high_res_cube/code-mods/ECCO_CPPOPTIONS.h
ViewVC logotype

Annotation of /MITgcm_contrib/high_res_cube/code-mods/ECCO_CPPOPTIONS.h

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


Revision 1.1 - (hide annotations) (download)
Mon Nov 24 01:04:28 2003 UTC (21 years, 7 months ago) by dimitri
Branch: MAIN
File MIME type: text/plain
use pkg/exf to read input files

1 dimitri 1.1 C $Header: /usr/local/gcmpack/MITgcm/verification/global_with_exf/code/ECCO_CPPOPTIONS.h,v 1.5 2003/10/09 04:19:30 edhill Exp $
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    
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     #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    
81     C Use spatial interpolation to interpolate
82     C forcing files from input grid to model grid.
83     cdm#define USE_EXF_INTERPOLATION
84    
85     #endif /* ALLOW_ECCO */
86     #endif /* ECCO_CPPOPTIONS_H */

  ViewVC Help
Powered by ViewVC 1.1.22