/[MITgcm]/MITgcm_contrib/ocean_inversion_project/code/PTRACERS.h
ViewVC logotype

Diff of /MITgcm_contrib/ocean_inversion_project/code/PTRACERS.h

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

revision 1.3 by dimitri, Wed Sep 24 04:52:38 2003 UTC revision 1.4 by dimitri, Thu Sep 25 03:01:59 2003 UTC
# Line 17  C     Package flag Line 17  C     Package flag
17        logical PTRACERSisON        logical PTRACERSisON
18        COMMON /PTRACERS_PACKAGE/ PTRACERSisON        COMMON /PTRACERS_PACKAGE/ PTRACERSisON
19    
20    C NUMBER_OF_PTRACERS defines how many passive tracers are allocated/exist.
21    C This CPP macro is *only* used in PTRACERS.h to set an integer parameter.
22    C <Please> do not make use of it elsewhere.
23    C
24    C NUMBER_OF_PTRACERS can be defined in CPP_OPTIONS.h, or in the Makefile
25    C with DEFINES=-DNUMBER_OF_PTRACERS=4
26    C
27    C If NUMBER_OF_PTRACERS is not specified elsewhere and ALLOW_PTRACERS
28    C is set then NUMBER_OF_PTRACERS is set here (default 1)
29    #ifndef NUMBER_OF_PTRACERS
30    #define NUMBER_OF_PTRACERS 30
31    #endif
32    
33  C     Number of tracers  C     Number of tracers
34        INTEGER PTRACERS_num        INTEGER PTRACERS_num
35        PARAMETER(PTRACERS_num = NUMBER_OF_PTRACERS)        PARAMETER(PTRACERS_num = NUMBER_OF_PTRACERS)

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.22