| 46 |  |  | 
| 47 | ########################################################################## | ########################################################################## | 
| 48 | # Get forcing files, etc. | # Get forcing files, etc. | 
| 49 | # Example below is for cube86 on /nobackup2a/menemenl | # Example below is for cube86 on /nobackup/dmenemen | 
| 50 |  |  | 
| 51 | cd /nobackup2a/menemenl/cs510 | cd /nobackup/dmenemen/cs510 | 
| 52 | mkdir cube86 | mkdir cube86 | 
| 53 | cd cube86 | cd cube86 | 
| 54 | ln -sf ../run_template . | ln -sf ../run_template . | 
| 65 |  |  | 
| 66 |  |  | 
| 67 | ########################################################################## | ########################################################################## | 
| 68 | # 510*510*6*50, 216-cpu cube sphere on altix with ifort | # 510*510*6*50, 216-cpu cube sphere on pleiades with ifort | 
| 69 |  |  | 
| 70 | cd MITgcm | cd MITgcm | 
| 71 | mkdir build run | mkdir build run | 
| 73 | \rm * | \rm * | 
| 74 | \cp ../../MITgcm_contrib/high_res_cube/code-mods/* . | \cp ../../MITgcm_contrib/high_res_cube/code-mods/* . | 
| 75 | \cp ../../MITgcm_contrib/high_res_cube/code-mods/s216t_85x85/SIZE.h_216 SIZE.h | \cp ../../MITgcm_contrib/high_res_cube/code-mods/s216t_85x85/SIZE.h_216 SIZE.h | 
| 76 | ../tools/genmake2 -of linux_ia64_ifort+mpi_altix_nas | ../tools/genmake2 -of ../tools/build_options/linux_amd64_ifort+mpi_ice_nas | 
| 77 | make depend | make depend | 
| 78 | make -j 8 | make -j 8 | 
| 79 | cd ../run | cd ../run |