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

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

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


Revision 1.5 - (show annotations) (download)
Fri Jul 22 18:21:55 2005 UTC (18 years, 10 months ago) by jmc
Branch: MAIN
Changes since 1.4: +2 -2 lines
File MIME type: text/plain
comment out unused variable declaration (get less warnings for unused var)

1 C $Header: /u/gcmpack/MITgcm/pkg/exch2/W2_EXCH2_PARAMS.h,v 1.4 2004/04/06 00:25:56 dimitri Exp $
2 C
3 C /==========================================================\
4 C | W2_EXCH2_PARAMS.h Parameters for a WRAPPER2 topology |
5 C |==========================================================|
6 C | |
7 C \==========================================================/
8
9 C W2 tile id variables (tile ids are no longer a function of
10 C process and subgrid indicies).
11 C W2_myTileList :: list of tiles owned by this process
12 C W2_mpi_myTileList :: same as W2_myTileList, but contains
13 C information for all processes
14 INTEGER W2_myTileList(nSx), W2_mpi_myTileList(nPx*nPy,nSx)
15 c INTEGER E2_MSGHANDLES(2,MAX_NEIGHBOURS, nSx)
16 COMMON /W2_EXCH2_PARAMS_I/ W2_myTileList, W2_mpi_myTileList
17
18 CHARACTER W2_myCommFlag(MAX_NEIGHBOURS,nSx)
19 COMMON /W2_EXCH2_PARAMS_C/ W2_myCommFlag
20
21 INTEGER e2BufrRecSize
22 PARAMETER (
23 & e2BufrRecSize = ( (sNx+2*OLx)*2*OLy+(sNy+2*OLy)*2*OLx)*Nr
24 &)
25 _RL E2BUFR1_RL( e2BufrRecSize, MAX_NEIGHBOURS, nSx, 2 )
26 _RL E2BUFR2_RL( e2BufrRecSize, MAX_NEIGHBOURS, nSx, 2 )
27 _RL E2BUFR1_RS( e2BufrRecSize, MAX_NEIGHBOURS, nSx, 2 )
28 _RL E2BUFR2_RS( e2BufrRecSize, MAX_NEIGHBOURS, nSx, 2 )
29 _R4 E2BUFR1_R4( e2BufrRecSize, MAX_NEIGHBOURS, nSx, 2 )
30 _R4 E2BUFR2_R4( e2BufrRecSize, MAX_NEIGHBOURS, nSx, 2 )
31 _R8 E2BUFR1_R8( e2BufrRecSize, MAX_NEIGHBOURS, nSx, 2 )
32 _R8 E2BUFR2_R8( e2BufrRecSize, MAX_NEIGHBOURS, nSx, 2 )
33 COMMON /W2_EXCH2_BUF_RL/ E2BUFR1_RL, E2BUFR2_RL
34 COMMON /W2_EXCH2_BUF_RS/ E2BUFR1_RS, E2BUFR2_RS
35 COMMON /W2_EXCH2_BUF_R4/ E2BUFR1_R4, E2BUFR2_R4
36 COMMON /W2_EXCH2_BUF_R8/ E2BUFR1_R8, E2BUFR2_R8

  ViewVC Help
Powered by ViewVC 1.1.22