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

Contents 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.2 - (show annotations) (download)
Thu Sep 25 03:01:59 2003 UTC (21 years, 10 months ago) by dimitri
Branch: MAIN
Changes since 1.1: +1 -1 lines
File MIME type: text/plain
FILE REMOVED
o Mods and bug fixes to pkg/cal, pkg/exf, etc., needed for computation
  of tracer Green's fucntions for ocean inversion project.

1 C $Header: /usr/local/gcmpack/MITgcm_contrib/ocean_inversion_project/code/PTRACERS_OPTIONS.h,v 1.1 2003/09/18 02:33:38 dimitri 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