/[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.2 by dimitri, Sun Nov 23 20:11:39 2003 UTC revision 1.3 by dimitri, Mon Nov 24 01:04:28 2003 UTC
# Line 3  Date last tested: November 21, 2003. Line 3  Date last tested: November 21, 2003.
3    
4  setenv CVSROOT :pserver:cvsanon@mitgcm.org:/u/u0/gcmpack  setenv CVSROOT :pserver:cvsanon@mitgcm.org:/u/u0/gcmpack
5  cvs login ( CVS password: cvsanon )  cvs login ( CVS password: cvsanon )
6    
7    cvs co MITgcm_contrib/high_res_cube/README_ice
8  cvs co MITgcm_contrib/high_res_cube/code-mods  cvs co MITgcm_contrib/high_res_cube/code-mods
9  cvs co MITgcm_contrib/high_res_cube/matlab-grid-converter  cvs co MITgcm_contrib/high_res_cube/matlab-grid-converter
10  cvs co MITgcm_contrib/high_res_cube/README_ice  cvs co MITgcm_contrib/high_res_cube/input
11    cvs co MITgcm_contrib/high_res_cube/results
12    
13  cvs co -r checkpoint52a_post MITgcm_code  cvs co -r checkpoint52a_post MITgcm_code
14  cvs co MITgcm/verification/global_ocean.cs32x15  cvs co -r checkpoint52a_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/* .
18  cp ../../../../MITgcm_contrib/high_res_cube/code-mods/s12t_16x32/* .  cp ../../../../MITgcm_contrib/high_res_cube/code-mods/s12t_16x32/* .
19  \rm mdsio_readfield.F  \rm mdsio_readfield.F
20    
21  cd ..  cd ..
22  mkdir build  mkdir build
23  cd build  cd build
24  ../code/genmake2 -mods=../code  ../code/genmake2 -mods=../code
25  make depend  make depend
26  make  make
27    
28  cd ..  cd ..
29  mkdir run  mkdir run
30  cd run  cd run
31  cp ../input/* .  cp ../input/* .
32  cp ../../../../MITgcm_contrib/high_res_cube/matlab-grid-converter/tile00* .  cp ../../../../MITgcm_contrib/high_res_cube/matlab-grid-converter/tile00* .
33  cp ../../../../MITgcm_contrib/high_res_cube/input/* .  cp ../../../../MITgcm_contrib/high_res_cube/input/* .
34  ../build/mitgcmuv >& output  ../build/mitgcmuv >& output.txt
35    
36    comparison output is in:
37    ../../../../MITgcm_contrib/high_res_cube/results/output.txt
38    
39    
40    to use matlab to look at the output
41    matlab
42    eta=permute(readbin('Eta.0000072020.data',[32,6,32]),[1 3 2]);
43    cx=[-1 1]; clf
44    subplot(3,4, 9);imagesc(flipud(eta(:,:,1)'));caxis(cx);colorbar
45    subplot(3,4,10);imagesc(flipud(eta(:,:,2)'));caxis(cx);colorbar
46    subplot(3,4, 6);imagesc(flipud(eta(:,:,3)'));caxis(cx);colorbar
47    subplot(3,4, 7);imagesc(flipud(eta(:,:,4)'));caxis(cx);colorbar
48    subplot(3,4, 3);imagesc(flipud(eta(:,:,5)'));caxis(cx);colorbar
49    subplot(3,4, 4);imagesc(flipud(eta(:,:,6)'));caxis(cx);colorbar

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

  ViewVC Help
Powered by ViewVC 1.1.22