| 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 |
| 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 |