/[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.1 by dimitri, Sat Apr 7 21:56:47 2007 UTC revision 1.2 by dimitri, Sat Apr 7 23:21:41 2007 UTC
# Line 26  cvs co MITgcm/verification/tutorial_held Line 26  cvs co MITgcm/verification/tutorial_held
26  ##########################################################################  ##########################################################################
27  # 32*32*6*15, 1-cpu cube sphere  # 32*32*6*15, 1-cpu cube sphere
28    
29  cd MITgcm/verification/global_ocean.cs32x15/code  cd MITgcm
30  \cp ../../../../MITgcm_contrib/high_res_cube/code-mods/* .  mkdir build run
31  \cp ../../../utils/exch2/code-mods/s12t_16x32/* .  cd build
 \rm CPP_EEOPTIONS.h  
 cd ../build  
32  \rm *  \rm *
33  ../../../tools/genmake2 -mods=../code  \cp ../../MITgcm_contrib/high_res_cube/code-mods/* .
34    \cp ../utils/exch2/code-mods/s12t_16x32/* .
35    \rm CPP_EEOPTIONS.h
36    ../tools/genmake2
37  make depend  make depend
38  make  make -j
39  cd ..  cd ../run
40  mkdir run  \rm *
41  cd run  \cp ../verification/tutorial_held_suarez_cs/input/grid* .
42  \rm *  \cp ../verification/global_ocean.cs32x15/input/lev_*_cs_15k.bin .
43  \cp ../../tutorial_held_suarez_cs/input/grid* .  \cp ../verification/global_ocean.cs32x15/input/bathy_Hmin50.bin .
44  \cp ../input/* .  \cp ../../MITgcm_contrib/high_res_cube/input/* .
 \cp ../../../../MITgcm_contrib/high_res_cube/input/* .  
45  ../build/mitgcmuv >& output.txt  ../build/mitgcmuv >& output.txt
46    
47  comparison output is in:  comparison output is in:
48  ../../../../MITgcm_contrib/high_res_cube/results/output.txt  ../../MITgcm_contrib/high_res_cube/results/output.txt
49    
50  to use matlab to look at the output  to use matlab to look at the output
51  matlab  matlab
# Line 66  subplot(222), mypcolor(uice(:,:,6)'); co Line 66  subplot(222), mypcolor(uice(:,:,6)'); co
66  subplot(223), mypcolor(vice(:,:,3)'); colorbar, title('vice, tile 3')  subplot(223), mypcolor(vice(:,:,3)'); colorbar, title('vice, tile 3')
67  subplot(224), mypcolor(vice(:,:,6)'); colorbar, title('vice, tile 6')  subplot(224), mypcolor(vice(:,:,6)'); colorbar, title('vice, tile 6')
68    
69    
70  ##########################################################################  ##########################################################################
71  # 32*32*6*15, 17-tile, 1-cpu cube sphere experiment  # 32*32*6*15, 17-tile, 1-cpu cube sphere experiment
72    # needs fixing; does not work as of checkpoint58x_post
73    # see discussion on MITgcm-devel
74    
 cd MITgcm/verification/global_ocean.cs32x15/code  
 \cp ../../../../MITgcm_contrib/high_res_cube/code-mods/* .  
 \cp ../code_alt/code.176t_8x4/* .  
75  cd ../build  cd ../build
76  \rm *  \rm *
77  ../../../tools/genmake2 -mods=../code  \cp ../../MITgcm_contrib/high_res_cube/code-mods/* .
78    \cp ../verification/global_ocean.cs32x15/code_alt/code.176t_8x4/* .
79    \rm CPP_EEOPTIONS.h
80    ../tools/genmake2
81  make depend  make depend
82  make  make -j
83  cd ..  cd ../run
84  mkdir run  \rm *
85  cd run  \cp ../verification/tutorial_held_suarez_cs/input/grid* .
86  \rm *  \cp ../verification/global_ocean.cs32x15/input/lev_*_cs_15k.bin .
87  \cp ../../tutorial_held_suarez_cs/input/grid* .  \cp ../verification/global_ocean.cs32x15/input/bathy_Hmin50.bin .
88  \cp ../input/* .  \cp ../../MITgcm_contrib/high_res_cube/input/* .
 \cp ../../../../MITgcm_contrib/high_res_cube/input/* .  
89  ../build/mitgcmuv >& output.txt  ../build/mitgcmuv >& output.txt
90    
91    
92  ##########################################################################  ##########################################################################
93  # 32*32*6*15, 2-cpu cube sphere on the altices with ifort  # 32*32*6*15, 2-cpu cube sphere on the altices with ifort
94    
95  cd MITgcm/verification/global_ocean.cs32x15/code  cd MITgcm
96  \cp ../../../../MITgcm_contrib/high_res_cube/code-mods/* .  mkdir build run
97  \cp ../../../utils/exch2/code-mods/s12t_16x32/* .  cd build
 \cp SIZE.h_mpi SIZE.h  
   
 cd ../build  
98  \rm *  \rm *
99    \cp ../../MITgcm_contrib/high_res_cube/code-mods/* .
100    \cp ../utils/exch2/code-mods/s12t_16x32/* .
101    \cp SIZE.h_mpi SIZE.h
102  ../../../tools/genmake2 -mods=../code -of ../../../tools/build_options/linux_ia64_ifort+mpi_altix_nas  ../../../tools/genmake2 -mods=../code -of ../../../tools/build_options/linux_ia64_ifort+mpi_altix_nas
103  make depend  make depend
104  make -j  make -j
105    cd ../run
106  cd ..  \rm *
107  mkdir run  \cp ../verification/tutorial_held_suarez_cs/input/grid* .
108  cd run  \cp ../verification/global_ocean.cs32x15/input/lev_*_cs_15k.bin .
109  \rm *  \cp ../verification/global_ocean.cs32x15/input/bathy_Hmin50.bin .
110  \cp ../../tutorial_held_suarez_cs/input/grid* .  \cp ../../MITgcm_contrib/high_res_cube/input/* .
 \cp ../input/* .  
 \cp ../../../../MITgcm_contrib/high_res_cube/input/* .  
111  mpirun -np 2 ../build/mitgcmuv  mpirun -np 2 ../build/mitgcmuv

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

  ViewVC Help
Powered by ViewVC 1.1.22