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

Annotation of /MITgcm_contrib/ocean_inversion_project/code/PTRACERS_OPTIONS.h

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


Revision 1.1 - (hide annotations) (download)
Thu Sep 18 02:33:38 2003 UTC (21 years, 10 months ago) by dimitri
Branch: MAIN
File MIME type: text/plain
Modifications and input files needed to compute tracer
Green's functions for Gruber's ocean inversion project.

1 dimitri 1.1 C $Header: /u/gcmpack/MITgcm/pkg/ptracers/PTRACERS_OPTIONS.h,v 1.1 2002/03/04 19:01:29 adcroft Exp $
2     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     C
8     C PTRACERS is enabled with ALLOW_PTRACERS in CPP_OPTIONS.h or in
9     C the Makefile with DEFINES=-DALLOW_PTRACERS
10    
11     #include "CPP_OPTIONS.h"
12    
13     #ifdef ALLOW_PTRACERS
14    
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     C
19     C NUMBER_OF_PTRACERS can be defined in CPP_OPTIONS.h, or in the Makefile
20     C with DEFINES=-DNUMBER_OF_PTRACERS=4
21     C
22     C If NUMBER_OF_PTRACERS is not specified elsewhere and ALLOW_PTRACERS
23     C is set then NUMBER_OF_PTRACERS is set here (default 1)
24     #ifndef NUMBER_OF_PTRACERS
25     #define NUMBER_OF_PTRACERS 30
26     #endif
27    
28     #endif /* ALLOW_PTRACERS */

  ViewVC Help
Powered by ViewVC 1.1.22