/[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.8 - (hide annotations) (download)
Tue Nov 25 19:04:17 2003 UTC (20 years, 6 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint52l_pre, checkpoint52e_pre, checkpoint52j_post, checkpoint52e_post, checkpoint52j_pre, branch-netcdf, checkpoint52l_post, checkpoint52k_post, checkpoint52d_post, checkpoint52f_post, checkpoint52c_post, checkpoint52i_post, checkpoint52i_pre, checkpoint52h_pre, checkpoint52f_pre, hrcube_1
Branch point for: netcdf-sm0
Changes since 1.7: +2 -4 lines
File MIME type: text/plain
Removed all CPP options for cal package.
cal has no more CPP options.

1 heimbach 1.8 C $Header: /u/gcmpack/MITgcm/verification/global_with_exf/code/ECCO_CPPOPTIONS.h,v 1.7 2003/11/25 16:07:03 heimbach Exp $
2 edhill 1.5 C $Name: $
3    
4     #ifndef ECCO_CPPOPTIONS_H
5     #define ECCO_CPPOPTIONS_H
6     #include "PACKAGES_CONFIG.h"
7    
8     #include "CPP_OPTIONS.h"
9 heimbach 1.2
10     C CPP flags controlling which code is included in the files that
11     C will be compiled.
12     C
13     C ********************************************************************
14 dimitri 1.3 C *** Calendar Package ***
15 heimbach 1.2 C ********************************************************************
16     C
17     C CPP flags controlling which code is included in the files that
18     C will be compiled.
19    
20 heimbach 1.8 CPH >>>>>> THERE ARE NO MORE CAL OPTIONS TO BE SET <<<<<<
21 heimbach 1.2
22     C ********************************************************************
23     C *** External forcing Package ***
24     C ********************************************************************
25    
26     C Do more printout for the protocol file than usual.
27     #define EXF_VERBOSE
28    
29     C Bulk formulae related flags.
30     #undef ALLOW_ATM_TEMP
31     #undef ALLOW_ATM_WIND
32     #if (defined (ALLOW_ATM_TEMP) || \
33     defined (ALLOW_ATM_WIND))
34     # define ALLOW_BULKFORMULAE
35     #endif
36    
37     C Relaxation to monthly climatologies.
38     #undef ALLOW_CLIM_CYCLIC
39     #undef ALLOW_CLIMTEMP_RELAXATION
40     #undef ALLOW_CLIMSALT_RELAXATION
41     #define ALLOW_CLIMSST_RELAXATION
42     #define ALLOW_CLIMSSS_RELAXATION
43    
44     C Relaxation to monthly climatologies.
45     #ifdef ALLOW_CLIMSST_RELAXATION
46     # define ALLOW_MONTHLY_CLIMSST_RELAXATION
47     #endif
48     #ifdef ALLOW_CLIMSSS_RELAXATION
49     # define ALLOW_MONTHLY_CLIMSSS_RELAXATION
50     #endif
51    
52     C Relaxation to constant surface fields.
53     #undef ALLOW_CONST_SST_RELAXATION
54     #undef ALLOW_CONST_SSS_RELAXATION
55 dimitri 1.4
56 dimitri 1.6 C Use spatial interpolation to interpolate
57 dimitri 1.4 C forcing files from input grid to model grid.
58     #define USE_EXF_INTERPOLATION
59 edhill 1.5
60     #endif /* ECCO_CPPOPTIONS_H */

  ViewVC Help
Powered by ViewVC 1.1.22