--- MITgcm/verification/exp2/code/SIZE.h 1998/12/14 23:59:58 1.1 +++ MITgcm/verification/exp2/code/SIZE.h 2003/12/10 16:25:56 1.5 @@ -1,4 +1,5 @@ -C $Header: /home/ubuntu/mnt/e9_copy/MITgcm/verification/exp2/code/SIZE.h,v 1.1 1998/12/14 23:59:58 adcroft Exp $ +C $Header: /home/ubuntu/mnt/e9_copy/MITgcm/verification/exp2/code/SIZE.h,v 1.5 2003/12/10 16:25:56 adcroft Exp $ +C $Name: $ C C /==========================================================\ C | SIZE.h Declare size of underlying computational grid. | @@ -35,26 +36,18 @@ INTEGER Ny INTEGER Nr PARAMETER ( - & sNx = 90, - & sNy = 40, - & OLx = 3, - & OLy = 3, - & nSx = 1, - & nSy = 1, + & sNx = 45, + & sNy = 20, + & OLx = 2, + & OLy = 2, + & nSx = 2, + & nSy = 2, & nPx = 1, & nPy = 1, & Nx = sNx*nSx*nPx, & Ny = sNy*nSy*nPy, & Nr = 20) -C l - Runtime global problem size in X -C m - Runtime global problem size in Y -C n - Runtime global problem size in Z - COMMON /RUNSIZ/ l, m, n - 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.