/[MITgcm]/MITgcm_contrib/high_res_cube/README_ice
ViewVC logotype

Diff of /MITgcm_contrib/high_res_cube/README_ice

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

revision 1.3 by dimitri, Mon Nov 24 01:04:28 2003 UTC revision 1.4 by dimitri, Mon Nov 24 06:32:44 2003 UTC
# Line 10  cvs co MITgcm_contrib/high_res_cube/matl Line 10  cvs co MITgcm_contrib/high_res_cube/matl
10  cvs co MITgcm_contrib/high_res_cube/input  cvs co MITgcm_contrib/high_res_cube/input
11  cvs co MITgcm_contrib/high_res_cube/results  cvs co MITgcm_contrib/high_res_cube/results
12    
13  cvs co -r checkpoint52a_post MITgcm_code  cvs co -r checkpoint52b_post MITgcm_code
14  cvs co -r checkpoint52a_post MITgcm/verification/global_ocean.cs32x15  cvs co -r checkpoint52b_post MITgcm/verification/global_ocean.cs32x15
15    
16  cd MITgcm/verification/global_ocean.cs32x15/code  cd MITgcm/verification/global_ocean.cs32x15/code
17  cp ../../../../MITgcm_contrib/high_res_cube/code-mods/* .  cp ../../../../MITgcm_contrib/high_res_cube/code-mods/* .
# Line 28  make Line 28  make
28  cd ..  cd ..
29  mkdir run  mkdir run
30  cd run  cd run
31    cp ../inp_thsice/* .
32  cp ../input/* .  cp ../input/* .
33  cp ../../../../MITgcm_contrib/high_res_cube/matlab-grid-converter/tile00* .  cp ../../../../MITgcm_contrib/high_res_cube/matlab-grid-converter/tile00* .
34  cp ../../../../MITgcm_contrib/high_res_cube/input/* .  cp ../../../../MITgcm_contrib/high_res_cube/input/* .
# Line 39  comparison output is in: Line 40  comparison output is in:
40    
41  to use matlab to look at the output  to use matlab to look at the output
42  matlab  matlab
43  eta=permute(readbin('Eta.0000072020.data',[32,6,32]),[1 3 2]);  % for fld={'Eta','VICE','UICE','HEFF','AREA','Qsw','Qnet','FV','FU','EmPmR'}
44  cx=[-1 1]; clf  for fld={'Eta','HEFF','AREA','Qsw','Qnet','FV','FU','EmPmR'}
45  subplot(3,4, 9);imagesc(flipud(eta(:,:,1)'));caxis(cx);colorbar      tmp=permute(readbin([fld{1} '.0000000020.data'],[32,6,32]),[1 3 2]);
46  subplot(3,4,10);imagesc(flipud(eta(:,:,2)'));caxis(cx);colorbar      cx=[min(tmp(:)) max(tmp(:))]; clf, plot_cube, title(fld{1}), pause
47  subplot(3,4, 6);imagesc(flipud(eta(:,:,3)'));caxis(cx);colorbar  end
 subplot(3,4, 7);imagesc(flipud(eta(:,:,4)'));caxis(cx);colorbar  
 subplot(3,4, 3);imagesc(flipud(eta(:,:,5)'));caxis(cx);colorbar  
 subplot(3,4, 4);imagesc(flipud(eta(:,:,6)'));caxis(cx);colorbar  

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.22