/[MITgcm]/MITgcm/verification/global2x2_tot/code_forw/EXF_OPTIONS.h
ViewVC logotype

Contents of /MITgcm/verification/global2x2_tot/code_forw/EXF_OPTIONS.h

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


Revision 1.2 - (show annotations) (download)
Sat Feb 4 02:59:23 2012 UTC (12 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
FILE REMOVED
move global2x2_tot un-tested set-up to MITgcm_contrib/verification_other/global2x2_tot/

1 C
2 #ifndef EXF_OPTIONS_H
3 #define EXF_OPTIONS_H
4 #include "PACKAGES_CONFIG.h"
5 #ifdef ALLOW_EXF
6
7 #include "CPP_OPTIONS.h"
8
9 C ********************************************************************
10 C *** External forcing Package ***
11 C ********************************************************************
12 C
13 C o Include/exclude the external forcing package. To use this package,
14 C you have to include the calendar tool as well. KPP can be switched
15 C on or off. The implementation automatically takes care of this.
16 #define INCLUDE_EXTERNAL_FORCING_PACKAGE
17
18 C Do more printout for the protocol file than usual.
19 #undef EXF_VERBOSE
20
21 C Bulk formulae related flags.
22 #undef ALLOW_ATM_TEMP
23 #undef ALLOW_ATM_WIND
24 #if (defined (ALLOW_ATM_TEMP) || \
25 defined (ALLOW_ATM_WIND))
26 # define ALLOW_BULKFORMULAE
27 #endif
28
29 C Read in runoff data
30 #define ALLOW_RUNOFF
31
32 C Relaxation to monthly climatologies.
33 #define ALLOW_CLIMSST_RELAXATION
34 #define ALLOW_CLIMSSS_RELAXATION
35
36 #endif /* ALLOW_EXF */
37 #endif /* EXF_OPTIONS_H */
38

  ViewVC Help
Powered by ViewVC 1.1.22