| 8 |  |  | 
| 9 | UPDATES | UPDATES | 
| 10 |  |  | 
| 11 | April 10, 2007: preparing for cube65, Bryan and Lewis 1979 diffusivity | June  22, 2007. Cube66: SEAICE_MULTICATEGORY, SEAICE_VARIABLE_FREEZING_POINT, | 
| 12 | April 7 , 2007: preparing for cube64, era40_fullres forcing | rhonil=1027.5, [temp/salt]AdvScheme=7, convertFW2Salt=-1, LSR_ERROR=1e-6 | 
| 13 |  | useRealFreshWaterFlux=.TRUE., runoff_lat_inc=179*1, SEAICE_salinity=10 | 
| 14 |  | April 24, 2007. Cube65: Bryan and Lewis 1979 diffusivity | 
| 15 |  | (cube67, cube68, and cube69 were carried out with cube65 code) | 
| 16 |  | April 7 , 2007. Cube64: era40_fullres forcing | 
| 17 |  |  | 
| 18 |  |  | 
| 19 | ########################################################################## | ########################################################################## | 
| 20 | # Get forcing files, etc. | # Get forcing files, etc. | 
| 21 | # Example below is for cube46 on /nobackup2a/menemenl | # Example below is for cube65 on /nobackup2a/menemenl | 
| 22 |  |  | 
| 23 | cd /nobackup2a/menemenl | cd /nobackup2a/menemenl | 
| 24 | mkdir cube65 | mkdir cube66 | 
| 25 | cd cube65 | cd cube66 | 
| 26 | ln -sf ../run_template . | ln -sf ../run_template . | 
| 27 | ln -sf ../ncep_rgau . | ln -sf ../ncep_rgau . | 
| 28 | ln -sf ../era40_fullres . | ln -sf ../era40_ecmwf_blend . | 
| 29 |  | ln -sf ../cube59_GPCP . | 
| 30 |  |  | 
| 31 |  |  | 
| 32 | ########################################################################## | ########################################################################## | 
| 51 | ########################################################################## | ########################################################################## | 
| 52 | # 510*510*6*50, 216-cpu cube sphere on altix with ifort | # 510*510*6*50, 216-cpu cube sphere on altix with ifort | 
| 53 |  |  | 
|  |  |  | 
| 54 | cd MITgcm | cd MITgcm | 
| 55 | mkdir build run | mkdir build run | 
| 56 | cd build | cd build | 
| 58 | \cp ../../MITgcm_contrib/high_res_cube/code-mods/* . | \cp ../../MITgcm_contrib/high_res_cube/code-mods/* . | 
| 59 | \cp ../../MITgcm_contrib/high_res_cube/code-mods/s216t_85x85/* . | \cp ../../MITgcm_contrib/high_res_cube/code-mods/s216t_85x85/* . | 
| 60 | \cp SIZE.h_216 SIZE.h | \cp SIZE.h_216 SIZE.h | 
|  | \cp packages.conf_hr packages.conf |  | 
| 61 | ../tools/genmake2 -of ../../MITgcm_contrib/high_res_cube/code-mods/linux_ia64_ifort+mpi_altix_nas | ../tools/genmake2 -of ../../MITgcm_contrib/high_res_cube/code-mods/linux_ia64_ifort+mpi_altix_nas | 
| 62 | make depend | make depend | 
| 63 | make -j | make -j | 
| 67 | ln -sf ../../run_template/* . | ln -sf ../../run_template/* . | 
| 68 | \rm pickup* data.pkg data.seaice data.exf_clim data.exf data *192_94* *.m LEV*JAN* | \rm pickup* data.pkg data.seaice data.exf_clim data.exf data *192_94* *.m LEV*JAN* | 
| 69 | ln -sf ../../run_template/pickup.0000000216.cube49 pickup.0000000216 | ln -sf ../../run_template/pickup.0000000216.cube49 pickup.0000000216 | 
| 70 | ln -sf ../../run_template/pickup_seaice.0000000216.cube48 pickup_seaice.0000000216 | ln -sf ../../run_template/pickup_seaice.0000000216.cube66 pickup_seaice.0000000216 | 
| 71 | \cp ../build/mitgcmuv . | \cp ../build/mitgcmuv . | 
| 72 | qsub job_altix | \mv job_altix cube66 | 
| 73 |  | qsub cube66 |