--- MITgcm_contrib/high_res_cube/README.cs32 2007/04/07 21:56:47 1.1 +++ MITgcm_contrib/high_res_cube/README.cs32 2007/04/07 23:21:41 1.2 @@ -26,26 +26,26 @@ ########################################################################## # 32*32*6*15, 1-cpu cube sphere -cd MITgcm/verification/global_ocean.cs32x15/code -\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/* . -\cp ../../../utils/exch2/code-mods/s12t_16x32/* . -\rm CPP_EEOPTIONS.h -cd ../build +cd MITgcm +mkdir build run +cd build \rm * -../../../tools/genmake2 -mods=../code +\cp ../../MITgcm_contrib/high_res_cube/code-mods/* . +\cp ../utils/exch2/code-mods/s12t_16x32/* . +\rm CPP_EEOPTIONS.h +../tools/genmake2 make depend -make -cd .. -mkdir run -cd run -\rm * -\cp ../../tutorial_held_suarez_cs/input/grid* . -\cp ../input/* . -\cp ../../../../MITgcm_contrib/high_res_cube/input/* . +make -j +cd ../run +\rm * +\cp ../verification/tutorial_held_suarez_cs/input/grid* . +\cp ../verification/global_ocean.cs32x15/input/lev_*_cs_15k.bin . +\cp ../verification/global_ocean.cs32x15/input/bathy_Hmin50.bin . +\cp ../../MITgcm_contrib/high_res_cube/input/* . ../build/mitgcmuv >& output.txt comparison output is in: -../../../../MITgcm_contrib/high_res_cube/results/output.txt +../../MITgcm_contrib/high_res_cube/results/output.txt to use matlab to look at the output matlab @@ -66,45 +66,46 @@ subplot(223), mypcolor(vice(:,:,3)'); colorbar, title('vice, tile 3') subplot(224), mypcolor(vice(:,:,6)'); colorbar, title('vice, tile 6') + ########################################################################## # 32*32*6*15, 17-tile, 1-cpu cube sphere experiment +# needs fixing; does not work as of checkpoint58x_post +# see discussion on MITgcm-devel -cd MITgcm/verification/global_ocean.cs32x15/code -\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/* . -\cp ../code_alt/code.176t_8x4/* . cd ../build \rm * -../../../tools/genmake2 -mods=../code +\cp ../../MITgcm_contrib/high_res_cube/code-mods/* . +\cp ../verification/global_ocean.cs32x15/code_alt/code.176t_8x4/* . +\rm CPP_EEOPTIONS.h +../tools/genmake2 make depend -make -cd .. -mkdir run -cd run -\rm * -\cp ../../tutorial_held_suarez_cs/input/grid* . -\cp ../input/* . -\cp ../../../../MITgcm_contrib/high_res_cube/input/* . +make -j +cd ../run +\rm * +\cp ../verification/tutorial_held_suarez_cs/input/grid* . +\cp ../verification/global_ocean.cs32x15/input/lev_*_cs_15k.bin . +\cp ../verification/global_ocean.cs32x15/input/bathy_Hmin50.bin . +\cp ../../MITgcm_contrib/high_res_cube/input/* . ../build/mitgcmuv >& output.txt + ########################################################################## # 32*32*6*15, 2-cpu cube sphere on the altices with ifort -cd MITgcm/verification/global_ocean.cs32x15/code -\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/* . -\cp ../../../utils/exch2/code-mods/s12t_16x32/* . -\cp SIZE.h_mpi SIZE.h - -cd ../build +cd MITgcm +mkdir build run +cd build \rm * +\cp ../../MITgcm_contrib/high_res_cube/code-mods/* . +\cp ../utils/exch2/code-mods/s12t_16x32/* . +\cp SIZE.h_mpi SIZE.h ../../../tools/genmake2 -mods=../code -of ../../../tools/build_options/linux_ia64_ifort+mpi_altix_nas make depend make -j - -cd .. -mkdir run -cd run -\rm * -\cp ../../tutorial_held_suarez_cs/input/grid* . -\cp ../input/* . -\cp ../../../../MITgcm_contrib/high_res_cube/input/* . +cd ../run +\rm * +\cp ../verification/tutorial_held_suarez_cs/input/grid* . +\cp ../verification/global_ocean.cs32x15/input/lev_*_cs_15k.bin . +\cp ../verification/global_ocean.cs32x15/input/bathy_Hmin50.bin . +\cp ../../MITgcm_contrib/high_res_cube/input/* . mpirun -np 2 ../build/mitgcmuv