/[MITgcm]/MITgcm/pkg/ptracers/PTRACERS_OPTIONS.h
ViewVC logotype

Annotation of /MITgcm/pkg/ptracers/PTRACERS_OPTIONS.h

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


Revision 1.4 - (hide annotations) (download)
Thu Nov 20 15:01:10 2003 UTC (20 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint52l_pre, hrcube4, hrcube5, checkpoint52d_pre, checkpoint52j_pre, checkpoint52k_post, checkpoint54, checkpoint53, checkpoint52f_post, checkpoint52i_pre, hrcube_1, hrcube_2, hrcube_3, checkpoint52e_pre, checkpoint52e_post, checkpoint53d_post, checkpoint52b_pre, checkpoint54b_post, checkpoint52m_post, checkpoint52b_post, checkpoint52c_post, checkpoint52f_pre, checkpoint54a_pre, checkpoint53c_post, checkpoint54a_post, checkpoint53a_post, checkpoint52d_post, checkpoint53g_post, checkpoint52i_post, checkpoint52h_pre, checkpoint53f_post, checkpoint52j_post, branch-netcdf, checkpoint52l_post, checkpoint52n_post, checkpoint53b_pre, checkpoint53b_post, checkpoint53d_pre
Branch point for: netcdf-sm0
Changes since 1.3: +12 -1 lines
File MIME type: text/plain
the place where NUMBER_OF_PTRACERS is defined has disappeared (in the
 branch_genmake2 merging).
put it back here (as in verification/carbon/code_ad_ptracers).

1 jmc 1.4 C $Header: /u/gcmpack/MITgcm/pkg/ptracers/PTRACERS_OPTIONS.h,v 1.3 2003/10/09 04:19:20 edhill Exp $
2 adcroft 1.1 C $Name: $
3    
4     C CPP options file for PTRACERS package
5     C
6     C Use this file for selecting options within the PTRACERS package
7 edhill 1.3
8     #ifndef PTRACERS_OPTIONS_H
9     #define PTRACERS_OPTIONS_H
10     #include "PACKAGES_CONFIG.h"
11     #ifdef ALLOW_PTRACERS
12 adcroft 1.1
13     #include "CPP_OPTIONS.h"
14 jmc 1.4
15     C NUMBER_OF_PTRACERS defines how many passive tracers are allocated/exist.
16     C This CPP macro is *only* used in PTRACERS.h to set an integer parameter.
17     C <Please> do not make use of it elsewhere.
18    
19    
20     C If NUMBER_OF_PTRACERS is not specified elsewhere and ALLOW_PTRACERS
21     C is set then NUMBER_OF_PTRACERS is set here (default 1)
22     #ifndef NUMBER_OF_PTRACERS
23     #define NUMBER_OF_PTRACERS 1
24     #endif
25 adcroft 1.1
26 edhill 1.3 C CPP Macros go here
27 adcroft 1.1
28     #endif /* ALLOW_PTRACERS */
29 edhill 1.3 #endif /* PTRACERS_OPTIONS_H */

  ViewVC Help
Powered by ViewVC 1.1.22