--- MITgcm/verification/exp2/SIZE.h 1998/07/01 13:34:19 1.2 +++ MITgcm/verification/exp2/SIZE.h 1998/11/02 03:34:12 1.3 @@ -1,4 +1,4 @@ -C $Header: /home/ubuntu/mnt/e9_copy/MITgcm/verification/exp2/Attic/SIZE.h,v 1.2 1998/07/01 13:34:19 adcroft Exp $ +C $Header: /home/ubuntu/mnt/e9_copy/MITgcm/verification/exp2/Attic/SIZE.h,v 1.3 1998/11/02 03:34:12 cnh Exp $ C C /==========================================================\ C | SIZE.h Declare size of underlying computational grid. | @@ -22,7 +22,7 @@ C nPy - No. of processes to use in Y. C Nx - No. points in X for the total domain. C Ny - No. points in Y for the total domain. -C Nz - No. points in Z for full process domain. +C Nr - No. points in Z for full process domain. INTEGER sNx INTEGER sNy INTEGER OLx @@ -33,7 +33,7 @@ INTEGER nPy INTEGER Nx INTEGER Ny - INTEGER Nz + INTEGER Nr PARAMETER ( & sNx = 90, & sNy = 40, @@ -45,7 +45,7 @@ & nPy = 1, & Nx = sNx*nSx*nPx, & Ny = sNy*nSy*nPy, - & Nz = 20) + & Nr = 20) C l - Runtime global problem size in X C m - Runtime global problem size in Y @@ -54,3 +54,12 @@ INTEGER l INTEGER m INTEGER n + +C MAX_OLX - Set to the maximum overlap region size of any array +C MAX_OLY that will be exchanged. Controls the sizing of exch +C routine buufers. + INTEGER MAX_OLX + INTEGER MAX_OLY + PARAMETER ( MAX_OLX = OLx, + & MAX_OLY = OLy ) +