--- MITgcm/verification/tutorial_deep_convection/code/SIZE.h 2006/04/20 16:41:06 1.1 +++ MITgcm/verification/tutorial_deep_convection/code/SIZE.h 2008/04/23 23:24:22 1.2 @@ -1,4 +1,4 @@ -C $Header: /home/ubuntu/mnt/e9_copy/MITgcm/verification/tutorial_deep_convection/code/SIZE.h,v 1.1 2006/04/20 16:41:06 jmc Exp $ +C $Header: /home/ubuntu/mnt/e9_copy/MITgcm/verification/tutorial_deep_convection/code/SIZE.h,v 1.2 2008/04/23 23:24:22 jmc Exp $ C $Name: $ C C /==========================================================\ @@ -36,8 +36,8 @@ INTEGER Ny INTEGER Nr PARAMETER ( - & sNx = 32, - & sNy = 32, + & sNx = 50, + & sNy = 50, & OLx = 2, & OLy = 2, & nSx = 2, @@ -46,7 +46,7 @@ & nPy = 1, & Nx = sNx*nSx*nPx, & Ny = sNy*nSy*nPy, - & Nr = 20) + & Nr = 50) 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