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

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

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

revision 1.2.2.2 by adcroft, Thu Oct 2 18:30:08 2003 UTC revision 1.8 by jmc, Sat Dec 24 01:09:40 2011 UTC
# Line 2  C $Header$ Line 2  C $Header$
2  C $Name$  C $Name$
3    
4  C CPP options file for PTRACERS package  C CPP options file for PTRACERS package
 C  
5  C Use this file for selecting options within the PTRACERS package  C Use this file for selecting options within the PTRACERS package
6    
7  #ifndef PTRACERS_OPTIONS_H  #ifndef PTRACERS_OPTIONS_H
8  #define PTRACERS_OPTIONS_H  #define PTRACERS_OPTIONS_H
9  #include "PACKAGES_CONFIG.h"  #include "PACKAGES_CONFIG.h"
10    #include "CPP_OPTIONS.h"
11    
12  #ifdef ALLOW_PTRACERS  #ifdef ALLOW_PTRACERS
13    C     Package-specific Options & Macros go here
14    
15  #include "CPP_OPTIONS.h"  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    C   Note: this CPP macro has been removed to avoid confusion and risk of
19    C    error resulting from multiple definitions (default + explicit) within
20    C    the code.
21    C    The maximum number of tracers is now defined within PTRACERS_SIZE.h
22    C---
23    
24  C CPP Macros go here  C     This enables the dynamically allocated internal state data structures
25    C     for PTracers.  Needed for PTRACERS_SOM_Advection.
26    C     This requires a Fortran 90 compiler!
27    #undef  PTRACERS_ALLOW_DYN_STATE
28    
29  #endif /* ALLOW_PTRACERS */  #endif /* ALLOW_PTRACERS */
30  #endif /* PTRACERS_OPTIONS_H */  #endif /* PTRACERS_OPTIONS_H */
31    
32    CEH3 ;;; Local Variables: ***
33    CEH3 ;;; mode:fortran ***
34    CEH3 ;;; End: ***

Legend:
Removed from v.1.2.2.2  
changed lines
  Added in v.1.8

  ViewVC Help
Powered by ViewVC 1.1.22