/[MITgcm]/MITgcm/pkg/exch2/W2_EXCH2_BUFFER.h
ViewVC logotype

Contents of /MITgcm/pkg/exch2/W2_EXCH2_BUFFER.h

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


Revision 1.4 - (show annotations) (download)
Tue Sep 4 00:43:13 2012 UTC (11 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint64i, checkpoint64h, checkpoint64k, checkpoint64j, checkpoint64m, checkpoint64l, checkpoint64o, checkpoint64n, checkpoint64a, checkpoint64c, checkpoint64b, checkpoint64e, checkpoint64d, checkpoint64g, checkpoint64f, checkpoint63s, checkpoint64, checkpoint65, checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e, HEAD
Changes since 1.3: +1 -5 lines
File MIME type: text/plain
- re-arrange 3 header files (W2_EXCH2_PARAMS.h, _BUFFER.h & _TOPOLOGY.h)
  moving /EXCH2_FILLVAL_RX/ & /W2_EXCH2_COMMFLAG/ to W2_EXCH2_TOPOLOGY.h;
- rename "exch2_tProc" to "W2_tileProc"

1 C $Header: /u/gcmpack/MITgcm/pkg/exch2/W2_EXCH2_BUFFER.h,v 1.3 2009/06/28 00:58:42 jmc Exp $
2 C $Name: $
3
4 CBOP
5 C !ROUTINE: W2_EXCH2_BUFFER.h
6 C !INTERFACE:
7 C #include W2_EXCH2_BUFFER.h
8
9 C !DESCRIPTION:
10 C *==========================================================*
11 C | W2_EXCH2_BUFFER.h
12 C | o Definition of W2-EXCH2 Buffers
13 C *==========================================================*
14 CEOP
15
16 C e2BufrRecSize :: Exch2 Buffer size
17 INTEGER e2BufrRecSize
18 PARAMETER ( e2BufrRecSize
19 & = ( (sNx+2*OLx)*2*OLy+(sNy+2*OLy)*2*OLx)*Nr
20 & )
21
22 C-- COMMON /W2_EXCH2_BUF_RX/ real type Buffer used by W2-EXCH2
23 _RL e2Bufr1_RL( e2BufrRecSize, W2_maxNeighbours, nSx, nSy, 2 )
24 _RL e2Bufr2_RL( e2BufrRecSize, W2_maxNeighbours, nSx, nSy, 2 )
25 _RS e2Bufr1_RS( e2BufrRecSize, W2_maxNeighbours, nSx, nSy, 2 )
26 _RS e2Bufr2_RS( e2BufrRecSize, W2_maxNeighbours, nSx, nSy, 2 )
27 _R4 e2Bufr1_R4( e2BufrRecSize, W2_maxNeighbours, nSx, nSy, 2 )
28 _R4 e2Bufr2_R4( e2BufrRecSize, W2_maxNeighbours, nSx, nSy, 2 )
29 _R8 e2Bufr1_R8( e2BufrRecSize, W2_maxNeighbours, nSx, nSy, 2 )
30 _R8 e2Bufr2_R8( e2BufrRecSize, W2_maxNeighbours, nSx, nSy, 2 )
31 COMMON /W2_EXCH2_BUF_RL/ e2Bufr1_RL, e2Bufr2_RL
32 COMMON /W2_EXCH2_BUF_RS/ e2Bufr1_RS, e2Bufr2_RS
33 COMMON /W2_EXCH2_BUF_R4/ e2Bufr1_R4, e2Bufr2_R4
34 COMMON /W2_EXCH2_BUF_R8/ e2Bufr1_R8, e2Bufr2_R8
35
36 C-- COMMON /W2_EXCH2_BUF_I/ integer type Buffer used by W2-EXCH2
37 C iBuf1Filled :: actual length of buffer-1 which has been filled in.
38 C iBuf2Filled :: actual length of buffer-2 which has been filled in.
39 INTEGER iBuf1Filled( W2_maxNeighbours, nSx, nSy )
40 INTEGER iBuf2Filled( W2_maxNeighbours, nSx, nSy )
41 COMMON /W2_EXCH2_BUF_I/ iBuf1Filled, iBuf2Filled
42
43 C---+----1----+----2----+----3----+----4----+----5----+----6----+----7-|--+----|

  ViewVC Help
Powered by ViewVC 1.1.22