/[MITgcm]/MITgcm_contrib/eh3/llc/ecco-godae/code_15lev/EXF_OPTIONS.h
ViewVC logotype

Contents of /MITgcm_contrib/eh3/llc/ecco-godae/code_15lev/EXF_OPTIONS.h

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


Revision 1.1 - (show annotations) (download)
Mon Nov 13 17:19:06 2006 UTC (18 years, 8 months ago) by heimbach
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/plain
Adding 15-level LLC experiment with real bathymetry and init. conditions;
uses climatological forcing (from 4x4-deeg fields) via exf package.

1 C $Header: /u/gcmpack/MITgcm/verification/global_with_exf/code/ECCO_CPPOPTIONS.h,v 1.10 2004/05/03 21:35:04 dimitri Exp $
2 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
10 C CPP flags controlling which code is included in the files that
11 C will be compiled.
12 C
13 C ********************************************************************
14 C *** Calendar Package ***
15 C ********************************************************************
16 C
17 C CPP flags controlling which code is included in the files that
18 C will be compiled.
19
20 CPH >>>>>> THERE ARE NO MORE CAL OPTIONS TO BE SET <<<<<<
21
22 C ********************************************************************
23 C *** External forcing Package ***
24 C ********************************************************************
25
26 C Do more printout for the protocol file than usual.
27 #undef 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 #define ALLOW_CLIMSST_RELAXATION
39 #define ALLOW_CLIMSSS_RELAXATION
40
41 C Use spatial interpolation to interpolate
42 C forcing files from input grid to model grid.
43 #define USE_EXF_INTERPOLATION
44
45 #endif /* ECCO_CPPOPTIONS_H */

  ViewVC Help
Powered by ViewVC 1.1.22