/[MITgcm]/MITgcm/pkg/matrix/MATRIX.h
ViewVC logotype

Contents of /MITgcm/pkg/matrix/MATRIX.h

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


Revision 1.2 - (show annotations) (download)
Mon Nov 5 18:58:00 2007 UTC (16 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint60, checkpoint61, checkpoint62, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59k, checkpoint59j, checkpoint62c, checkpoint62b, checkpoint62a, checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint62i, checkpoint62h, checkpoint61f, checkpoint61g, checkpoint61d, checkpoint61e, checkpoint61b, checkpoint61c, checkpoint61a, checkpoint61n, checkpoint61o, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61q, checkpoint61z, checkpoint61x, checkpoint61y
Changes since 1.1: +2 -4 lines
File MIME type: text/plain
split PTRACERS.h in 2 header files: PTRACERS_FIELDS.h & PTRACERS_PARAMS
 declare Namelist in matrix_readparms.F (was previously in MATRIX.h)

1 C $Header: /u/gcmpack/MITgcm/pkg/matrix/MATRIX.h,v 1.1 2005/04/18 19:38:23 spk Exp $
2 C $Name: $
3
4 #ifdef ALLOW_MATRIX
5
6 INTEGER expMatrixCounter, impMatrixCounter, expMatrixWriteCount,
7 & impMatrixWriteCount
8 _RL expMatrixWriteTime, impMatrixWriteTime
9 COMMON /MATRIX_PARAMS/ expMatrixCounter, impMatrixCounter,
10 & expMatrixWriteCount, impMatrixWriteCount,
11 & expMatrixWriteTime, impMatrixWriteTime
12
13 _RL MATRIX(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy,
14 & PTRACERS_num,2)
15 _RL PTRACERS_initial(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy,
16 & PTRACERS_num)
17 COMMON /MATRIX_FIELDS/ MATRIX, PTRACERS_initial
18
19 #endif /* ALLOW_MATRIX */

  ViewVC Help
Powered by ViewVC 1.1.22