C $Header: /home/ubuntu/mnt/e9_copy/MITgcm/pkg/ptracers/PTRACERS_OPTIONS.h,v 1.1 2002/03/04 19:01:29 adcroft Exp $ C $Name: checkpoint50c_pre $ C CPP options file for PTRACERS package C C Use this file for selecting options within the PTRACERS package C C PTRACERS is enabled with ALLOW_PTRACERS in CPP_OPTIONS.h or in C the Makefile with DEFINES=-DALLOW_PTRACERS #include "CPP_OPTIONS.h" #ifdef ALLOW_PTRACERS C NUMBER_OF_PTRACERS defines how many passive tracers are allocated/exist. C This CPP macro is *only* used in PTRACERS.h to set an integer parameter. C do not make use of it elsewhere. C C NUMBER_OF_PTRACERS can be defined in CPP_OPTIONS.h, or in the Makefile C with DEFINES=-DNUMBER_OF_PTRACERS=4 C C If NUMBER_OF_PTRACERS is not specified elsewhere and ALLOW_PTRACERS C is set then NUMBER_OF_PTRACERS is set here (default 1) #ifndef NUMBER_OF_PTRACERS #define NUMBER_OF_PTRACERS 2 #endif #endif /* ALLOW_PTRACERS */