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

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

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


Revision 1.3 - (hide annotations) (download)
Fri Sep 17 23:02:01 2004 UTC (19 years, 8 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint57t_post, checkpoint57o_post, checkpoint57v_post, checkpoint57m_post, checkpoint55c_post, checkpoint57s_post, checkpoint57k_post, checkpoint55d_pre, checkpoint57d_post, checkpoint57g_post, checkpoint57b_post, checkpoint57c_pre, checkpoint55j_post, checkpoint56b_post, checkpoint57i_post, checkpoint57y_post, checkpoint57e_post, checkpoint55h_post, checkpoint57g_pre, checkpoint55b_post, checkpoint56c_post, checkpoint57y_pre, checkpoint55, checkpoint57f_pre, checkpoint57a_post, checkpoint55g_post, checkpoint55f_post, checkpoint57r_post, checkpoint58, checkpoint57a_pre, checkpoint55i_post, checkpoint57, checkpoint56, eckpoint57e_pre, checkpoint57h_done, checkpoint57x_post, checkpoint57n_post, checkpoint57w_post, checkpoint57p_post, checkpint57u_post, checkpoint57f_post, checkpoint57q_post, checkpoint57z_post, checkpoint57c_post, checkpoint55e_post, checkpoint55a_post, checkpoint57j_post, checkpoint57h_pre, checkpoint57l_post, checkpoint57h_post, checkpoint56a_post, checkpoint55d_post
Changes since 1.2: +6 -1 lines
File MIME type: text/plain
o bringing adjoint up to date for sheduled c55

1 heimbach 1.3 C $Header: /u/gcmpack/MITgcm/pkg/ptracers/PTRACERS_SIZE.h,v 1.2 2004/09/03 20:10:47 edhill Exp $
2 jmc 1.1 C $Name: $
3    
4     #ifdef ALLOW_PTRACERS
5    
6     CBOP
7     C !ROUTINE: PTRACERS_SIZE.h
8     C !INTERFACE:
9     C #include PTRACERS_SIZE.h
10    
11     C !DESCRIPTION:
12     C Contains passive tracer array size (number of tracers).
13    
14     C PTRACERS_num defines how many passive tracers are allocated/exist.
15     C and is set here (default 1)
16     C
17     C Number of tracers
18     INTEGER PTRACERS_num
19     PARAMETER(PTRACERS_num = 1 )
20    
21 heimbach 1.3 #ifdef ALLOW_AUTODIFF_TAMC
22     INTEGER maxpass
23     PARAMETER( maxpass = PTRACERS_num + 2 )
24     #endif
25    
26 jmc 1.1 CEOP
27     #endif /* ALLOW_PTRACERS */
28 edhill 1.2
29     CEH3 ;;; Local Variables: ***
30     CEH3 ;;; mode:fortran ***
31     CEH3 ;;; End: ***

  ViewVC Help
Powered by ViewVC 1.1.22