/[MITgcm]/MITgcm/verification/global_with_CFC11/code50yr/ECCO_CPPOPTIONS.h
ViewVC logotype

Contents of /MITgcm/verification/global_with_CFC11/code50yr/ECCO_CPPOPTIONS.h

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


Revision 1.1.2.1 - (show annotations) (download)
Sat May 3 04:27:34 2003 UTC (21 years ago) by dimitri
Branch: release1_50yr
Changes since 1.1: +63 -0 lines
File MIME type: text/plain
Branched off release1_p15
Modified pkg/exf/exf_clim_param.h, exf_clim_readparms.F,
   exf_set_climsss.F, and exf_set_climsst.F to add new_interp
   capability to SST and SSS
Added verification/global_with_CFC11/code50yr and input50yr

1
2 C
3 C CPP flags controlling which code is included in the files that
4 C will be compiled.
5 C
6 C ********************************************************************
7 C *** ECCO Package ***
8 C ********************************************************************
9 C
10
11 C ********************************************************************
12 C *** Adjoint Support Package ***
13 C ********************************************************************
14
15
16 C ********************************************************************
17 C *** Calendar Package ***
18 C ********************************************************************
19 C
20 C CPP flags controlling which code is included in the files that
21 C will be compiled.
22 C
23
24 C o Include the calendar tool.
25 #define ALLOW_CALENDAR
26 #define ALLOW_CAL_NENDITER
27
28 C ********************************************************************
29 C *** Cost function Package ***
30 C ********************************************************************
31 C
32
33 C ********************************************************************
34 C *** Control vector Package ***
35 C ********************************************************************
36 C
37
38 C ********************************************************************
39 C *** External forcing Package ***
40 C ********************************************************************
41 C
42
43 C Do more printout for the protocol file than usual.
44 #define EXF_VERBOSE
45
46 C Bulk formulae related flags.
47 #undef ALLOW_ATM_TEMP
48 #undef ALLOW_ATM_WIND
49 #if (defined (ALLOW_ATM_TEMP) || \
50 defined (ALLOW_ATM_WIND))
51 # define ALLOW_BULKFORMULAE
52 #endif
53
54 C Relaxation to monthly climatologies.
55 #undef ALLOW_CLIM_CYCLIC
56 #undef ALLOW_CLIMTEMP_RELAXATION
57 #undef ALLOW_CLIMSALT_RELAXATION
58 #define ALLOW_CLIMSST_RELAXATION
59 #define ALLOW_CLIMSSS_RELAXATION
60
61 Cbnc
62 #define USE_EXF_INTERPOLATION
63 #define BICUBIC

  ViewVC Help
Powered by ViewVC 1.1.22