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

Contents of /MITgcm_contrib/ocean_inversion_project/code/ECCO_CPPOPTIONS.h

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


Revision 1.2 - (show annotations) (download)
Mon Oct 20 06:12:24 2003 UTC (21 years, 9 months ago) by dimitri
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
FILE REMOVED
new cal and exf routines consistent with checkpoint51l_post

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 #undef 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 C Use bicubic spatial interpolation to interpolate
62 C forcing files from input grid to model grid.
63 #define USE_EXF_INTERPOLATION

  ViewVC Help
Powered by ViewVC 1.1.22