/[MITgcm]/MITgcm/verification/lab_sea/matlab/lookat_exp4.m
ViewVC logotype

Diff of /MITgcm/verification/lab_sea/matlab/lookat_exp4.m

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1.2.1 by heimbach, Mon Nov 11 22:03:48 2002 UTC revision 1.1.2.2 by dimitri, Thu Dec 5 08:06:18 2002 UTC
# Line 1  Line 1 
1  % need to be in verification/lab_sea/matlab directory  % need to be in verification/lab_sea/matlab directory
2  % and to specify location of exp1 and exp2 output  % and to specify location of exp1 and exp2 output
3  cd ../../../verification/lab_sea/matlab  cd ../../../verification/lab_sea/matlab
4  exp1_path='../../../exe/exp1/';  exp1_path='../input/exp1/';
5  exp2_path='../../../exe/exp4/';  exp2_path='../input/exp4/';
6    
7  % load monthly-mean SMMR-SSM/I data  % load monthly-mean SMMR-SSM/I data
8  load SSMI  load SSMI
# Line 34  subplot(425), mypcolor(lon,lat,uice2'); Line 34  subplot(425), mypcolor(lon,lat,uice2');
34  title('Uice')  title('Uice')
35  subplot(426), mypcolor(lon,lat,uice2'-uice1'); colorbar  subplot(426), mypcolor(lon,lat,uice2'-uice1'); colorbar
36  title('2cpu - 1cpu solution')  title('2cpu - 1cpu solution')
37  subplot(427), mypcolor(lon,lat,area2'); colorbar  subplot(427), mypcolor(lon,lat,vice2'); colorbar
38  title('Vice')  title('Vice')
39  subplot(428), mypcolor(lon,lat,vice2'-vice1'); colorbar  subplot(428), mypcolor(lon,lat,vice2'-vice1'); colorbar
40  title('2cpu - 1cpu solution')  title('2cpu - 1cpu solution')

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

  ViewVC Help
Powered by ViewVC 1.1.22