--- MITgcm_contrib/bbl/make_input.m 2010/11/18 04:00:04 1.1 +++ MITgcm_contrib/bbl/make_input.m 2010/11/22 22:29:56 1.2 @@ -1,5 +1,6 @@ % cd ~/mitgcm/bbl/MITgcm_contrib/bbl +% generate bathymetry file - a periodic channel with sloping bottom bathy=372*ones(25,15); bathy(:,1)=0; bathy(:,2)=3000; @@ -12,6 +13,7 @@ clf, mypcolor(-bathy'); thincolorbar writebin('input/bathyFile.bin',-bathy); +% generate sea surface salinity file sss=30*ones(25,15,2); sss(:,15,:)=30.1; clf, mypcolor(sss(:,:,2)'); thincolorbar