/[MITgcm]/MITgcm/verification/global_ocean.90x40x15/code_ad/CPP_OPTIONS.h
ViewVC logotype

Annotation of /MITgcm/verification/global_ocean.90x40x15/code_ad/CPP_OPTIONS.h

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


Revision 1.12 - (hide annotations) (download)
Tue Nov 4 21:04:51 2003 UTC (20 years, 7 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint57m_post, checkpoint52l_pre, checkpoint57g_pre, checkpoint57s_post, checkpoint58b_post, checkpoint57b_post, checkpoint57g_post, checkpoint56b_post, checkpoint57y_post, checkpoint52j_pre, checkpoint54d_post, checkpoint54e_post, checkpoint57r_post, checkpoint57d_post, checkpoint57i_post, checkpoint52k_post, checkpoint59, checkpoint58, checkpoint55, checkpoint54, checkpoint57, checkpoint56, checkpoint53, checkpoint52, checkpoint58f_post, checkpoint52f_post, checkpoint57n_post, checkpoint58d_post, checkpoint58a_post, checkpoint57z_post, checkpoint54f_post, checkpoint58y_post, checkpoint51t_post, checkpoint58t_post, checkpoint55i_post, checkpoint58m_post, checkpoint57l_post, checkpoint52i_pre, checkpoint51s_post, checkpoint57t_post, checkpoint55c_post, checkpoint52e_pre, checkpoint57v_post, checkpoint57f_post, checkpoint52e_post, checkpoint53d_post, checkpoint57a_post, checkpoint57h_pre, checkpoint52b_pre, checkpoint54b_post, checkpoint58w_post, checkpoint57h_post, checkpoint52m_post, checkpoint57y_pre, checkpoint55g_post, checkpoint52b_post, checkpoint52c_post, checkpoint58o_post, checkpoint57c_post, checkpoint58p_post, checkpoint58q_post, checkpoint52f_pre, checkpoint55d_post, checkpoint58e_post, checkpoint54a_pre, checkpoint53c_post, checkpoint55d_pre, checkpoint57c_pre, checkpoint58r_post, checkpoint55j_post, checkpoint54a_post, checkpoint55h_post, checkpoint58n_post, checkpoint57e_post, checkpoint55b_post, checkpoint53a_post, checkpoint59e, checkpoint59d, checkpoint59g, checkpoint59f, checkpoint59a, checkpoint55f_post, checkpoint59c, checkpoint59b, checkpoint59h, checkpoint52d_post, checkpoint53g_post, checkpoint57p_post, checkpint57u_post, checkpoint57q_post, eckpoint57e_pre, checkpoint58k_post, checkpoint52a_pre, checkpoint58v_post, checkpoint52i_post, checkpoint52h_pre, checkpoint56a_post, checkpoint58l_post, checkpoint53f_post, checkpoint57h_done, checkpoint52j_post, checkpoint57j_post, checkpoint57f_pre, checkpoint58g_post, branch-netcdf, checkpoint52l_post, checkpoint58x_post, checkpoint52n_post, checkpoint53b_pre, checkpoint58h_post, checkpoint56c_post, checkpoint58j_post, checkpoint57a_pre, checkpoint55a_post, checkpoint57o_post, checkpoint57k_post, checkpoint53b_post, checkpoint52a_post, checkpoint57w_post, checkpoint58i_post, ecco_c52_e35, checkpoint57x_post, checkpoint58c_post, checkpoint58u_post, checkpoint53d_pre, checkpoint58s_post, checkpoint55e_post, checkpoint54c_post, checkpoint51u_post
Branch point for: netcdf-sm0
Changes since 1.11: +1 -4 lines
File MIME type: text/plain
 o cleanup: remove the following obsolete #define-s from all CPP_OPTIONS.h
   files:
   - INCLUDE_T_FORCING_CODE
   - INCLUDE_MOMENTUM_FORCING_CODE
   - INCLUDE_MOMENTUM_METRIC_TERM_CODE
   - OLD_UV_GEOMETRY

1 edhill 1.5 C
2 edhill 1.12 C $Header: /u/u3/gcmpack/MITgcm/verification/global_ocean.90x40x15/code_ad/CPP_OPTIONS.h,v 1.11 2003/11/03 22:40:22 edhill Exp $
3 edhill 1.6 C $Name: $
4 edhill 1.5
5 heimbach 1.2 C CPP flags controlling which code in included in the files that
6     C will be compiled.
7    
8 heimbach 1.7 #ifndef CPP_OPTIONS_H
9     #define CPP_OPTIONS_H
10    
11 heimbach 1.8 #include "PACKAGES_CONFIG.h"
12 heimbach 1.2
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 Allow nonHydrostatic code
27     #undef ALLOW_NONHYDROSTATIC
28    
29     C o Exact volume conservation
30     #undef EXACT_CONSERV
31    
32     C o Execution environment support options
33     #include "CPP_EEOPTIONS.h"
34    
35 heimbach 1.8 #ifdef ALLOW_AUTODIFF
36     # include "ECCO_CPPOPTIONS.h"
37 heimbach 1.2 #endif
38    
39 heimbach 1.7 #endif /* CPP_OPTIONS_H */
40 heimbach 1.2
41    

  ViewVC Help
Powered by ViewVC 1.1.22