C $Header: /home/ubuntu/mnt/e9_copy/MITgcm/pkg/ptracers/PTRACERS_OPTIONS.h,v 1.7 2008/05/08 19:50:08 jahn Exp $ C $Name: $ C CPP options file for PTRACERS package C C Use this file for selecting options within the PTRACERS package #ifndef PTRACERS_OPTIONS_H #define PTRACERS_OPTIONS_H #include "PACKAGES_CONFIG.h" #ifdef ALLOW_PTRACERS #include "CPP_OPTIONS.h" 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 Note: this CPP macro has been removed to avoid confusion and risk of C error resulting from multiple definitions (default + explicit) within C the code. The number of tracers is now defined within PTRACERS_SIZE.h C--- C CPP Macros go here C This enables the dynamically allocated internal state data structures C for PTracers. Needed for PTRACERS_SOM_Advection. C This requires a Fortran 90 compiler! #undef PTRACERS_ALLOW_DYN_STATE #endif /* ALLOW_PTRACERS */ #endif /* PTRACERS_OPTIONS_H */ CEH3 ;;; Local Variables: *** CEH3 ;;; mode:fortran *** CEH3 ;;; End: ***