--- MITgcm/model/inc/SIZE.h 1998/06/09 16:34:52 1.8 +++ MITgcm/model/inc/SIZE.h 1998/08/15 17:02:02 1.14 @@ -1,4 +1,4 @@ -C $Header: /home/ubuntu/mnt/e9_copy/MITgcm/model/inc/SIZE.h,v 1.8 1998/06/09 16:34:52 cnh Exp $ +C $Header: /home/ubuntu/mnt/e9_copy/MITgcm/model/inc/SIZE.h,v 1.14 1998/08/15 17:02:02 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 R for full process domain. INTEGER sNx INTEGER sNy INTEGER OLx @@ -33,19 +33,19 @@ INTEGER nPy INTEGER Nx INTEGER Ny - INTEGER Nz + INTEGER Nr PARAMETER ( - & sNx = 60, - & sNy = 60, + & sNx = 90, + & sNy = 20, & OLx = 3, & OLy = 3, & nSx = 1, & nSy = 1, & nPx = 1, - & nPy = 1, + & nPy = 2, & Nx = sNx*nSx*nPx, & Ny = sNy*nSy*nPy, - & Nz = 4) + & Nr = 20) C l - Runtime global problem size in X C m - Runtime global problem size in Y