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

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

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


Revision 1.1 - (hide annotations) (download)
Fri Jan 9 20:46:09 2004 UTC (20 years, 5 months ago) by afe
Branch: MAIN
CVS Tags: checkpoint52l_pre, hrcube4, checkpoint52j_post, checkpoint52l_post, checkpoint52k_post, checkpoint52f_post, hrcube5, checkpoint52i_post, checkpoint52j_pre, checkpoint52i_pre, checkpoint52h_pre, hrcube_2, hrcube_3
File MIME type: text/plain
Added exch2 routines and pointed hs94.cs-32x32x5 at them

1 afe 1.1 C $Header: /u/u0/gcmpack/MITgcm_contrib/high_res_cube/code-mods/W2_EXCH2_PARAMS.h,v 1.2 2003/11/21 04:01:54 cnh 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 ( e2BufrRecSize = ( (sNx+2*OLx)*2+(sNy+2*OLy)*2)*Nr )
20     _RL E2BUFR1_RL( e2BufrRecSize, MAX_NEIGHBOURS, nSx, 2 )
21     _RL E2BUFR2_RL( e2BufrRecSize, MAX_NEIGHBOURS, nSx, 2 )
22     _RL E2BUFR1_RS( e2BufrRecSize, MAX_NEIGHBOURS, nSx, 2 )
23     _RL E2BUFR2_RS( e2BufrRecSize, MAX_NEIGHBOURS, nSx, 2 )
24     COMMON /W2_EXCH2_BUF_RL/ E2BUFR1_RL, E2BUFR2_RL
25     COMMON /W2_EXCH2_BUF_RS/ E2BUFR1_RS, E2BUFR2_RS

  ViewVC Help
Powered by ViewVC 1.1.22