/[MITgcm]/MITgcm/pkg/ptracers/PTRACERS_OPTIONS.h
ViewVC logotype

Annotation of /MITgcm/pkg/ptracers/PTRACERS_OPTIONS.h

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


Revision 1.7 - (hide annotations) (download)
Thu May 8 19:50:08 2008 UTC (16 years ago) by jahn
Branch: MAIN
CVS Tags: checkpoint62v, checkpoint62u, checkpoint62t, checkpoint62c, checkpoint62s, checkpoint62r, checkpoint62q, checkpoint62p, checkpoint62a, checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint62k, checkpoint62j, checkpoint62i, checkpoint62h, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62l, checkpoint62w, checkpoint62z, checkpoint62y, checkpoint62x, checkpoint60, checkpoint61, checkpoint62, checkpoint63, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint59r, checkpoint62b, checkpoint61f, checkpoint61n, checkpoint61q, checkpoint61e, checkpoint61g, checkpoint61d, checkpoint61b, checkpoint61c, checkpoint61a, checkpoint61o, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61z, checkpoint61x, checkpoint61y
Changes since 1.6: +5 -1 lines
File MIME type: text/plain
add second-order moment advection schemes (80 and 81);
this uses a dynamically allocated internal state data structure
(#define PTRACERS_ALLOW_DYN_STATE in PTRACERS_OPTIONS.h)
and requires a fortran 90 compiler

1 jahn 1.7 C $Header: /u/gcmpack/MITgcm/pkg/ptracers/PTRACERS_OPTIONS.h,v 1.6 2004/09/03 20:10:47 edhill Exp $
2 adcroft 1.1 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 edhill 1.3
8     #ifndef PTRACERS_OPTIONS_H
9     #define PTRACERS_OPTIONS_H
10     #include "PACKAGES_CONFIG.h"
11     #ifdef ALLOW_PTRACERS
12 adcroft 1.1
13     #include "CPP_OPTIONS.h"
14 jmc 1.4
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 jmc 1.5 C Note: this CPP macro has been removed to avoid confusion and risk of
19     C error resulting from multiple definitions (default + explicit) within
20     C the code. The number of tracers is now defined within PTRACERS_SIZE.h
21     C---
22 jmc 1.4
23    
24 edhill 1.3 C CPP Macros go here
25 jahn 1.7 C This enables the dynamically allocated internal state data structures
26     C for PTracers. Needed for PTRACERS_SOM_Advection.
27     C This requires a Fortran 90 compiler!
28     #undef PTRACERS_ALLOW_DYN_STATE
29 adcroft 1.1
30     #endif /* ALLOW_PTRACERS */
31 edhill 1.3 #endif /* PTRACERS_OPTIONS_H */
32 edhill 1.6
33     CEH3 ;;; Local Variables: ***
34     CEH3 ;;; mode:fortran ***
35     CEH3 ;;; End: ***

  ViewVC Help
Powered by ViewVC 1.1.22