--- MITgcm/verification/exp4/input/gendata.m 1998/12/15 00:02:27 1.1 +++ MITgcm/verification/exp4/input/gendata.m 1999/03/22 16:23:28 1.2 @@ -47,6 +47,6 @@ % Simple channel h(:,1)=0; -h(:,2:ny)=0; +h(:,2:ny-1)=-H; h(:,ny)=0; f77write('topog.channel',h,'real*8','b');