/[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.2 by dimitri, Sat Apr 7 23:21:41 2007 UTC revision 1.5 by dimitri, Sun Sep 28 14:10:21 2008 UTC
# Line 32  cd build Line 32  cd build
32  \rm *  \rm *
33  \cp ../../MITgcm_contrib/high_res_cube/code-mods/* .  \cp ../../MITgcm_contrib/high_res_cube/code-mods/* .
34  \cp ../utils/exch2/code-mods/s12t_16x32/* .  \cp ../utils/exch2/code-mods/s12t_16x32/* .
35    ex - SIZE.h >> /dev/null <<EOF
36    /OLx =
37    c
38         &           OLx =   5,
39    .
40    /OLy =
41    c
42         &           OLy =   5,
43    .
44    w
45    q
46    EOF
47  \rm CPP_EEOPTIONS.h  \rm CPP_EEOPTIONS.h
48  ../tools/genmake2  ../tools/genmake2
49  make depend  make depend
# Line 44  cd ../run Line 56  cd ../run
56  \cp ../../MITgcm_contrib/high_res_cube/input/* .  \cp ../../MITgcm_contrib/high_res_cube/input/* .
57  ../build/mitgcmuv >& output.txt  ../build/mitgcmuv >& output.txt
58    
59  comparison output is in:  emacs output.txt ../../MITgcm_contrib/high_res_cube/results/output.txt
 ../../MITgcm_contrib/high_res_cube/results/output.txt  
60    
61  to use matlab to look at the output  to use matlab to look at the output
62  matlab  matlab
# Line 90  cd ../run Line 101  cd ../run
101    
102    
103  ##########################################################################  ##########################################################################
104  # 32*32*6*15, 2-cpu cube sphere on the altices with ifort  # 32*32*6*15, 2-cpu cube sphere on the NAS altices with ifort
105    
106  cd MITgcm  cd MITgcm
107  mkdir build run  mkdir build run
# Line 98  cd build Line 109  cd build
109  \rm *  \rm *
110  \cp ../../MITgcm_contrib/high_res_cube/code-mods/* .  \cp ../../MITgcm_contrib/high_res_cube/code-mods/* .
111  \cp ../utils/exch2/code-mods/s12t_16x32/* .  \cp ../utils/exch2/code-mods/s12t_16x32/* .
112  \cp SIZE.h_mpi SIZE.h  \mv SIZE.h_mpi SIZE.h
113  ../../../tools/genmake2 -mods=../code -of ../../../tools/build_options/linux_ia64_ifort+mpi_altix_nas  ../tools/genmake2 -of ../../MITgcm_contrib/high_res_cube/code-mods/linux_ia64_ifort+mpi_altix_nas
114    make depend
115    make -j
116    cd ../run
117    \rm *
118    \cp ../verification/tutorial_held_suarez_cs/input/grid* .
119    \cp ../verification/global_ocean.cs32x15/input/lev_*_cs_15k.bin .
120    \cp ../verification/global_ocean.cs32x15/input/bathy_Hmin50.bin .
121    \cp ../../MITgcm_contrib/high_res_cube/input/* .
122    mpirun -np 2 ../build/mitgcmuv
123    
124    
125    ##########################################################################
126    # 32*32*6*15, 2-cpu cube sphere on the JPL altices with ifort
127    
128    cd MITgcm
129    mkdir build run
130    cd build
131    \rm *
132    \cp ../../MITgcm_contrib/high_res_cube/code-mods/* .
133    \cp ../utils/exch2/code-mods/s12t_16x32/* .
134    \mv SIZE.h_mpi SIZE.h
135    ../tools/genmake2 -of ../tools/build_options/linux_ia64_ifort+mpi_altix_jpl
136  make depend  make depend
137  make -j  make -j
138  cd ../run  cd ../run

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

  ViewVC Help
Powered by ViewVC 1.1.22