/[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.2 - (show annotations) (download)
Wed Mar 17 03:34:03 2004 UTC (20 years, 2 months ago) by cnh
Branch: MAIN
Changes since 1.1: +4 -2 lines
File MIME type: text/plain
Changed buffer used for exchanges to allow for large numbers of tiles.

1 C $Header: /u/u0/gcmpack/MITgcm/pkg/exch2/W2_EXCH2_PARAMS.h,v 1.1 2004/01/09 20:46:09 afe 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 INTEGER W2_myTileList(nSx)
12 INTEGER E2_MSGHANDLES(2,MAX_NEIGHBOURS, nSx)
13 COMMON /W2_EXCH2_PARAMS_I/ W2_myTileList
14
15 CHARACTER W2_myCommFlag(MAX_NEIGHBOURS,nSx)
16 COMMON /W2_EXCH2_PARAMS_C/ W2_myCommFlag
17
18 INTEGER e2BufrRecSize
19 PARAMETER (
20 & e2BufrRecSize = ( (sNx+2*OLx)*2*OLy+(sNy+2*OLy)*2*OLx)*Nr
21 &)
22 _RL E2BUFR1_RL( e2BufrRecSize, MAX_NEIGHBOURS, nSx, 2 )
23 _RL E2BUFR2_RL( e2BufrRecSize, MAX_NEIGHBOURS, nSx, 2 )
24 _RL E2BUFR1_RS( e2BufrRecSize, MAX_NEIGHBOURS, nSx, 2 )
25 _RL E2BUFR2_RS( e2BufrRecSize, MAX_NEIGHBOURS, nSx, 2 )
26 COMMON /W2_EXCH2_BUF_RL/ E2BUFR1_RL, E2BUFR2_RL
27 COMMON /W2_EXCH2_BUF_RS/ E2BUFR1_RS, E2BUFR2_RS

  ViewVC Help
Powered by ViewVC 1.1.22