| 4 |  |  | 
| 5 | UPDATES | UPDATES | 
| 6 |  |  | 
| 7 |  | June 30, 2009.  Cube86 -same as cube85 but with: | 
| 8 |  | 1. updated Southern OCean Bathymetry | 
| 9 |  | 2. ice shelf cavities | 
| 10 |  |  | 
| 11 | June 16, 2009. Cube85 -same as cube84 but with: | June 16, 2009. Cube85 -same as cube84 but with: | 
| 12 | 1. split north/south data.seaice parameters from regional optimizations | 1. split north/south data.seaice parameters from regional optimizations | 
| 13 | 2. includes pkg/salt_plume in the Arctic and pkg/down_slope globally | 2. includes pkg/salt_plume in the Arctic and pkg/down_slope globally | 
| 46 |  |  | 
| 47 | ########################################################################## | ########################################################################## | 
| 48 | # Get forcing files, etc. | # Get forcing files, etc. | 
| 49 | # Example below is for cube85 on /nobackup2a/menemenl | # Example below is for cube86 on /nobackup/dmenemen | 
| 50 |  |  | 
| 51 | cd /nobackup2a/menemenl | cd /nobackup/dmenemen/cs510 | 
| 52 | mkdir cube85 | mkdir cube86 | 
| 53 | cd cube85 | cd cube86 | 
| 54 | ln -sf ../run_template . | ln -sf ../run_template . | 
| 55 | ln -sf ../../forcing/cube78_forcing . | ln -sf ../../forcing/cube78_forcing . | 
| 56 |  |  | 
| 65 |  |  | 
| 66 |  |  | 
| 67 | ########################################################################## | ########################################################################## | 
| 68 | # 510*510*6*50, 450-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 | 
| 80 | \rm * | \rm * | 
| 81 | \cp ../../MITgcm_contrib/high_res_cube/input/* . | \cp ../../MITgcm_contrib/high_res_cube/input/* . | 
| 82 | \ln -sf ../../run_template/* . | \ln -sf ../../run_template/* . | 
| 83 | \rm *192_94* *.m heff_* pickup* A* D* E* G*all.bin L* P* W* | \rm *192_94* *.m heff_* pickup* A* D* E* | 
| 84 |  | \rm G*all.bin G*dig.bin L* PHC* W* | 
| 85 |  | \rm saltInit.cube78 thetaInit.cube78 | 
| 86 | \mv data.seaice_hr data.seaice | \mv data.seaice_hr data.seaice | 
| 87 | \mv data.exf_hr data.exf | \mv data.exf_hr data.exf | 
| 88 | \mv data_hr data | \mv data_hr data | 
| 89 | \cp ../build/mitgcmuv . | \cp ../build/mitgcmuv . | 
| 90 | \mv job_altix cube85 | \mv job_altix cube86 | 
| 91 | qsub cube85 | qsub cube86 |