/[MITgcm]/MITgcm/verification/lab_sea/code/CPP_OPTIONS.h
ViewVC logotype

Contents of /MITgcm/verification/lab_sea/code/CPP_OPTIONS.h

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


Revision 1.11 - (show annotations) (download)
Fri Mar 12 22:19:23 2004 UTC (20 years, 3 months ago) by dimitri
Branch: MAIN
CVS Tags: checkpoint57b_post, checkpoint56b_post, checkpoint54d_post, checkpoint54e_post, checkpoint55, checkpoint54, checkpoint57, checkpoint56, checkpoint53, checkpoint54f_post, checkpoint55i_post, checkpoint55c_post, checkpoint53d_post, checkpoint57a_post, checkpoint54b_post, checkpoint52m_post, checkpoint55g_post, checkpoint57c_post, checkpoint55d_post, checkpoint54a_pre, checkpoint53c_post, checkpoint55d_pre, checkpoint57c_pre, checkpoint55j_post, checkpoint54a_post, checkpoint55h_post, checkpoint55b_post, checkpoint53a_post, checkpoint55f_post, checkpoint53g_post, checkpoint56a_post, checkpoint53f_post, checkpoint52n_post, checkpoint53b_pre, checkpoint56c_post, checkpoint57a_pre, checkpoint55a_post, checkpoint53b_post, checkpoint53d_pre, checkpoint55e_post, checkpoint54c_post
Changes since 1.10: +0 -0 lines
File MIME type: text/plain
updating verification/lab_sea

1 C $Header: /usr/local/gcmpack/MITgcm/verification/lab_sea/code/CPP_OPTIONS.h,v 1.9 2003/11/25 19:04:17 heimbach Exp $
2 C $Name: $
3
4 #ifndef CPP_OPTIONS_H
5 #define CPP_OPTIONS_H
6
7 #include "PACKAGES_CONFIG.h"
8
9 C CPP flags controlling particular source code features
10
11 C o Shortwave heating as extra term in external_forcing.F
12 C Note: this should be a run-time option and not necessarily dependent on KPP
13 #ifdef ALLOW_KPP
14 #define SHORTWAVE_HEATING
15 #endif
16
17 C o Include/exclude phi_hyd calculation code
18 #define INCLUDE_PHIHYD_CALCULATION_CODE
19
20 C o Include/exclude call to S/R CONVECT
21 #define INCLUDE_CONVECT_CALL
22
23 C o Include/exclude call to S/R CALC_DIFFUSIVITY
24 #define INCLUDE_CALC_DIFFUSIVITY_CALL
25
26 C o Include/exclude nonHydrostatic code
27 #undef ALLOW_NONHYDROSTATIC
28
29 C o Include pressure loading code
30 #define ATMOSPHERIC_LOADING
31
32 C o Use "Exact Convervation" of fluid in Free-Surface formulation
33 C so that d/dt(eta) is exactly equal to - Div.Transport
34 #define EXACT_CONSERV
35
36 C o Allow the use of Non-Linear Free-Surface formulation
37 C this implies that surface thickness (hFactors) vary with time
38 #undef NONLIN_FRSURF
39
40 C o Use "OLD" UV discretisation near boundaries (*not* recommended)
41 C Note - only works with #undef NO_SLIP_LATERAL in calc_mom_rhs.F
42 C because the old code did not have no-slip BCs
43 #undef OLD_ADV_BCS
44
45 C o Execution environment support options
46 #include "CPP_EEOPTIONS.h"
47
48 C o Include/exclude code specific to the ECCO/SEALION version.
49 C AUTODIFF or EXF package.
50 C Currently controled by a single header file
51 C For this to work, PACKAGES_CONFIG.h needs to be included!
52 #if (defined (ALLOW_AUTODIFF) || \
53 defined (ALLOW_ECCO) || \
54 defined (ALLOW_EXF))
55 # include "ECCO_CPPOPTIONS.h"
56 #endif
57
58 #endif /* CPP_OPTIONS_H */
59

  ViewVC Help
Powered by ViewVC 1.1.22