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

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

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


Revision 1.6 - (show annotations) (download)
Fri Sep 3 20:10:47 2004 UTC (19 years, 8 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint57m_post, checkpoint57g_pre, checkpoint57s_post, checkpoint58b_post, checkpoint57b_post, checkpoint57g_post, checkpoint56b_post, checkpoint57y_post, checkpoint57r_post, checkpoint57d_post, checkpoint57i_post, checkpoint59, checkpoint58, checkpoint55, checkpoint57, checkpoint56, checkpoint58f_post, checkpoint57n_post, checkpoint58d_post, checkpoint58a_post, checkpoint57z_post, checkpoint54f_post, checkpoint58y_post, checkpoint58t_post, checkpoint55i_post, checkpoint58m_post, checkpoint57l_post, checkpoint57t_post, checkpoint55c_post, checkpoint57v_post, checkpoint57f_post, checkpoint57a_post, checkpoint57h_pre, checkpoint58w_post, checkpoint57h_post, checkpoint57y_pre, checkpoint55g_post, checkpoint58o_post, checkpoint57c_post, checkpoint58p_post, checkpoint58q_post, checkpoint55d_post, checkpoint58e_post, checkpoint55d_pre, checkpoint57c_pre, checkpoint58r_post, checkpoint55j_post, checkpoint55h_post, checkpoint58n_post, checkpoint57e_post, checkpoint55b_post, checkpoint59q, checkpoint59p, checkpoint59e, checkpoint59d, checkpoint59g, checkpoint59f, checkpoint59a, checkpoint55f_post, checkpoint59c, checkpoint59b, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59i, checkpoint59h, checkpoint59k, checkpoint57p_post, checkpint57u_post, checkpoint57q_post, eckpoint57e_pre, checkpoint58k_post, checkpoint58v_post, checkpoint56a_post, checkpoint58l_post, checkpoint57h_done, checkpoint57j_post, checkpoint57f_pre, checkpoint58g_post, checkpoint58x_post, checkpoint59j, checkpoint58h_post, checkpoint56c_post, checkpoint58j_post, checkpoint57a_pre, checkpoint55a_post, checkpoint57o_post, checkpoint57k_post, checkpoint57w_post, checkpoint58i_post, checkpoint57x_post, checkpoint58c_post, checkpoint58u_post, checkpoint58s_post, checkpoint55e_post
Changes since 1.5: +5 -1 lines
File MIME type: text/plain
 o first steps towards MNC-ification of PTRACERS
   - compiles and runs with linux_ia32_g77
   - only outputs instantaneous tracer fields (so far!)

1 C $Header: /u/gcmpack/MITgcm/pkg/ptracers/PTRACERS_OPTIONS.h,v 1.5 2004/07/13 16:47:11 jmc 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
8 #ifndef PTRACERS_OPTIONS_H
9 #define PTRACERS_OPTIONS_H
10 #include "PACKAGES_CONFIG.h"
11 #ifdef ALLOW_PTRACERS
12
13 #include "CPP_OPTIONS.h"
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 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
23
24 C CPP Macros go here
25
26 #endif /* ALLOW_PTRACERS */
27 #endif /* PTRACERS_OPTIONS_H */
28
29 CEH3 ;;; Local Variables: ***
30 CEH3 ;;; mode:fortran ***
31 CEH3 ;;; End: ***

  ViewVC Help
Powered by ViewVC 1.1.22