/[MITgcm]/MITgcm_contrib/high_res_cube/README.cs32
ViewVC logotype

Diff of /MITgcm_contrib/high_res_cube/README.cs32

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

revision 1.6 by dimitri, Sun May 24 06:48:51 2009 UTC revision 1.7 by dimitri, Mon May 25 15:25:08 2009 UTC
# Line 5  a preliminary sanity check for the cs510 Line 5  a preliminary sanity check for the cs510
5  ##########################################################################  ##########################################################################
6  # getting the code from anonymous CVS server  # getting the code from anonymous CVS server
7    
8    bash or sh shell:  cvs co -P MITgcm_contrib/high_res_cube/README.cs32
     $ export CVSROOT=':pserver:cvsanon@mitgcm.org:/u/gcmpack'  
     $ cvs login  
       ( enter the CVS password: "cvsanon" )  
   
   tcsh or csh shell:  
     $ setenv CVSROOT ':pserver:cvsanon@mitgcm.org:/u/gcmpack'  
     $ cvs login  
       ( enter the CVS password: "cvsanon" )  
   
 cvs co MITgcm_contrib/high_res_cube/README.cs32  
9  cvs co -P MITgcm_contrib/high_res_cube/code-mods  cvs co -P MITgcm_contrib/high_res_cube/code-mods
10  cvs co MITgcm_contrib/high_res_cube/input  cvs co -P MITgcm_contrib/high_res_cube/input
11  cvs co MITgcm_contrib/high_res_cube/results  cvs co -P MITgcm_contrib/high_res_cube/results
12  cvs co MITgcm_code  cvs co -P MITgcm_code
13  cvs co MITgcm/verification/global_ocean.cs32x15  cvs co -P MITgcm/verification/global_ocean.cs32x15/input
14  cvs co MITgcm/verification/tutorial_held_suarez_cs/input  cvs co -P MITgcm/verification/tutorial_held_suarez_cs/input
15    
16  ##########################################################################  ##########################################################################
17  # 32*32*6*15, 1-cpu cube sphere  # 32*32*6*15, 1-cpu cube sphere
# Line 66  subplot(224), mypcolor(vice(:,:,6)'); co Line 56  subplot(224), mypcolor(vice(:,:,6)'); co
56    
57    
58  ##########################################################################  ##########################################################################
59  # 32*32*6*15, 17-tile, 1-cpu cube sphere experiment  # 32*32*6*15, 176-tile, 1-cpu cube sphere experiment
60  # needs fixing; does not work as of checkpoint58x_post  # example that has 16 blank tiles
 # see discussion on MITgcm-devel  
61    
62  cd ../build  cd ../build
63  \rm *  \rm *
64  \cp ../../MITgcm_contrib/high_res_cube/code-mods/* .  \cp ../../MITgcm_contrib/high_res_cube/code-mods/* .
65    \cp ../utils/exch2/code-mods/s176t_8x4/SIZE.h .
66    ex - SIZE.h >> /dev/null <<EOF
67    /OLx =
68    c
69         &           OLx =   5,
70    .
71    /OLy =
72    c
73         &           OLy =   5,
74    .
75    w
76    q
77    EOF
78  \cp ../verification/global_ocean.cs32x15/code_alt/code.176t_8x4/* .  \cp ../verification/global_ocean.cs32x15/code_alt/code.176t_8x4/* .
79  \rm CPP_EEOPTIONS.h  \rm CPP_EEOPTIONS.h
80  ../tools/genmake2  ../tools/genmake2
# Line 83  cd ../run Line 85  cd ../run
85  \cp ../verification/tutorial_held_suarez_cs/input/grid* .  \cp ../verification/tutorial_held_suarez_cs/input/grid* .
86  \cp ../verification/global_ocean.cs32x15/input/lev_*_cs_15k.bin .  \cp ../verification/global_ocean.cs32x15/input/lev_*_cs_15k.bin .
87  \cp ../verification/global_ocean.cs32x15/input/bathy_Hmin50.bin .  \cp ../verification/global_ocean.cs32x15/input/bathy_Hmin50.bin .
88    \cp ../utils/exch2/code-mods/data.exch2.16_blk data.exch2
89  \cp ../../MITgcm_contrib/high_res_cube/input/* .  \cp ../../MITgcm_contrib/high_res_cube/input/* .
90  ../build/mitgcmuv >& output.txt  ../build/mitgcmuv >& output.txt
91    
# Line 95  mkdir build run Line 98  mkdir build run
98  cd build  cd build
99  \rm *  \rm *
100  \cp ../../MITgcm_contrib/high_res_cube/code-mods/* .  \cp ../../MITgcm_contrib/high_res_cube/code-mods/* .
 \cp ../utils/exch2/code-mods/s12t_16x32/* .  
101  \mv SIZE.h_mpi SIZE.h  \mv SIZE.h_mpi SIZE.h
102  ../tools/genmake2 -of ../../MITgcm_contrib/high_res_cube/code-mods/linux_ia64_ifort+mpi_altix_nas  ../tools/genmake2 -of ../../MITgcm_contrib/high_res_cube/code-mods/linux_ia64_ifort+mpi_altix_nas
103  make depend  make depend
# Line 117  mkdir build run Line 119  mkdir build run
119  cd build  cd build
120  \rm *  \rm *
121  \cp ../../MITgcm_contrib/high_res_cube/code-mods/* .  \cp ../../MITgcm_contrib/high_res_cube/code-mods/* .
 \cp ../utils/exch2/code-mods/s12t_16x32/* .  
122  \mv SIZE.h_mpi SIZE.h  \mv SIZE.h_mpi SIZE.h
123  ../tools/genmake2 -of ../tools/build_options/linux_ia64_ifort+mpi_altix_jpl  ../tools/genmake2 -of ../tools/build_options/linux_ia64_ifort+mpi_altix_jpl
124  make depend  make depend

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

  ViewVC Help
Powered by ViewVC 1.1.22