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

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

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

revision 1.6 by jmc, Sun Jul 24 01:24:16 2005 UTC revision 1.7 by jmc, Tue Oct 9 00:03:33 2007 UTC
# Line 1  Line 1 
1  C $Header$  C $Header$
2    C $Name$
3    
4  C  C
5  C     /==========================================================\  C     /==========================================================\
6  C     | W2_EXCH2_PARAMS.h Parameters for a WRAPPER2 topology     |  C     | W2_EXCH2_PARAMS.h Parameters for a WRAPPER2 topology     |
# Line 20  c     INTEGER E2_MSGHANDLES(2,MAX_NEIGHB Line 22  c     INTEGER E2_MSGHANDLES(2,MAX_NEIGHB
22    
23  C     e2FillValue_RX :: filling value for null regions (face-corner halo regions)  C     e2FillValue_RX :: filling value for null regions (face-corner halo regions)
24        INTEGER e2BufrRecSize        INTEGER e2BufrRecSize
25        PARAMETER (        PARAMETER (
26       & e2BufrRecSize = ( (sNx+2*OLx)*2*OLy+(sNy+2*OLy)*2*OLx)*Nr       & e2BufrRecSize = ( (sNx+2*OLx)*2*OLy+(sNy+2*OLy)*2*OLx)*Nr
27       &)       &)
28        _RL E2BUFR1_RL( e2BufrRecSize, MAX_NEIGHBOURS, nSx, 2 )        _RL E2BUFR1_RL( e2BufrRecSize, MAX_NEIGHBOURS, nSx, 2 )
29        _RL E2BUFR2_RL( e2BufrRecSize, MAX_NEIGHBOURS, nSx, 2 )        _RL E2BUFR2_RL( e2BufrRecSize, MAX_NEIGHBOURS, nSx, 2 )

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

  ViewVC Help
Powered by ViewVC 1.1.22