/[MITgcm]/MITgcm/verification/vero/code/ECCO_CPPOPTIONS.h
ViewVC logotype

Annotation of /MITgcm/verification/vero/code/ECCO_CPPOPTIONS.h

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


Revision 1.2 - (hide annotations) (download)
Mon May 14 21:59:44 2001 UTC (23 years, 1 month ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint46n_post, checkpoint51k_post, checkpoint47j_post, checkpoint40pre1, checkpoint48d_pre, checkpoint44b_post, checkpoint51j_post, branch-exfmods-tag, checkpoint47e_post, checkpoint43a-release1mods, checkpoint44h_pre, checkpoint47i_post, checkpoint44e_post, release1_p12, release1_p13, release1_p10, release1_p11, release1_p16, release1_p17, release1_p14, release1_p15, checkpoint47f_post, checkpoint47c_post, checkpoint50e_post, release1_p13_pre, checkpoint50c_post, checkpoint46i_post, checkpoint47d_post, checkpoint40pre3, checkpoint44f_pre, checkpoint47a_post, checkpoint46f_post, checkpoint46l_pre, checkpoint46d_pre, release1_beta1, checkpoint48e_post, checkpoint46e_post, checkpoint48d_post, checkpoint50g_post, release1-branch_tutorials, checkpoint46c_post, checkpoint44g_post, branchpoint-genmake2, checkpoint44h_post, checkpoint46l_post, checkpoint46k_post, checkpoint46e_pre, checkpoint48f_post, checkpoint45d_post, checkpoint46j_pre, checkpoint45b_post, checkpoint46b_pre, checkpoint51i_post, checkpoint40pre7, checkpoint48c_post, chkpt44a_pre, release1-branch-end, release1_final_v1, checkpoint51e_post, checkpoint51b_post, checkpoint51l_pre, release1_p12_pre, checkpoint46c_pre, checkpoint43, checkpoint40, checkpoint41, checkpoint47d_pre, checkpoint47, checkpoint44, checkpoint45, checkpoint48, checkpoint49, checkpoint44f_post, checkpoint47b_post, checkpoint40pre2, checkpoint40pre5, checkpoint51l_post, checkpoint40pre6, checkpoint48i_post, checkpoint40pre9, checkpoint40pre8, checkpoint50, checkpoint51f_pre, release1_b1, checkpoint48h_post, checkpoint50d_pre, chkpt44d_post, checkpoint46h_pre, checkpoint51, checkpoint47h_post, release1_p8, release1_p9, checkpoint50d_post, checkpoint46g_pre, release1_p2, release1_p3, release1_p4, checkpoint51b_pre, release1_p6, release1_p7, checkpoint46a_post, checkpoint47g_post, chkpt44a_post, checkpoint44b_pre, chkpt44c_post, release1_p1, checkpoint46m_post, checkpoint46j_post, checkpoint40pre4, checkpoint51h_pre, checkpoint46a_pre, checkpoint50c_pre, checkpoint45c_post, checkpoint50b_pre, release1_p5, checkpoint44e_pre, checkpoint51g_post, checkpoint46b_post, checkpoint51f_post, checkpoint46d_post, checkpoint48b_post, checkpoint50b_post, checkpoint46g_post, checkpoint51c_post, checkpoint45a_post, checkpoint50f_post, checkpoint50a_post, checkpoint42, checkpoint50f_pre, checkpoint51d_post, checkpoint48c_pre, release1-branch_branchpoint, checkpoint46, checkpoint50h_post, checkpoint51a_post, checkpoint39, checkpoint46h_post, checkpoint50e_pre, checkpoint50i_post, release1_chkpt44d_post, checkpoint48g_post, checkpoint51i_pre, chkpt44c_pre, checkpoint48a_post, checkpoint51m_post
Branch point for: branch-genmake2, release1, branch-exfmods-curt, release1_coupled, tg2-branch, release1_final, release1-branch, release1_50yr
Changes since 1.1: +2 -2 lines
File MIME type: text/plain
Updating verification exp.
* bug fixes in code/
* correct pickup files in input/

1 heimbach 1.1 C
2     C CPP flags controlling which code is included in the files that
3     C will be compiled.
4     C
5     C ********************************************************************
6     C *** ECCO Package ***
7     C ********************************************************************
8     C
9     #undef ALLOW_ECCO_FORWARD_RUN
10     #undef ALLOW_ECCO_DIAGNOSTICS_RUN
11     #undef ALLOW_ECCO_GRADIENT_CHECK
12     #undef ALLOW_ECCO_OPTIMIZATION
13    
14     C >>> Do a long protocol.
15     #undef ECCO_VERBOSE
16    
17     C ********************************************************************
18     C *** Adjoint Support Package ***
19     C ********************************************************************
20    
21     C o Include/exclude code in order to be able to automatically
22     C differentiate the MITgcmUV by using the Tangent Linear and
23     C Adjoint Model Compiler (TAMC).
24     #define INCLUDE_AUTODIFF_PACKAGE
25     C
26     #define ALLOW_AUTODIFF_TAMC
27     C >>> Checkpointing as handled by TAMC
28     #define ALLOW_TAMC_CHECKPOINTING
29    
30     C ********************************************************************
31     C *** Calender Package ***
32     C ********************************************************************
33     C
34     C CPP flags controlling which code is included in the files that
35     C will be compiled.
36     C
37     C o Include the calendar tool.
38     #undef ALLOW_CALENDAR
39     #undef ALLOW_CAL_NENDITER
40    
41     C ********************************************************************
42     C *** Cost function Package ***
43     C ********************************************************************
44     C
45     C >>> Cost function contributions
46     #undef ALLOW_COST_HYD
47     #undef ALLOW_THETA_COST_CONTRIBUTION
48     #undef ALLOW_SALT_COST_CONTRIBUTION
49     #define ALLOW_COST_TEST
50     #define STATIC_FORCING
51    
52    
53     C ********************************************************************
54     C *** Control vector Package ***
55     C ********************************************************************
56     C
57     #undef ALLOW_NONDIMENSIONAL_CONTROL_IO
58     C >>> Initial values.
59     #define ALLOW_THETA0_CONTROL
60     #define ALLOW_SALT0_CONTROL
61     #define ALLOW_TAUU0_CONTROL
62     #define ALLOW_TAUV0_CONTROL
63     #define ALLOW_SFLUX0_CONTROL
64     #define ALLOW_HFLUX0_CONTROL
65 heimbach 1.2 #undef ALLOW_SSS0_CONTROL
66     #undef ALLOW_SST0_CONTROL
67 heimbach 1.1 #undef ALLOW_DIFFKR_CONTROL
68     #undef ALLOW_KAPGM_CONTROL

  ViewVC Help
Powered by ViewVC 1.1.22