9 |
|
|
10 |
########################################################################## |
########################################################################## |
11 |
# 1440x1088 204-cpu (120x12)x(64x17) 1/4-deg integration on altix with efc |
# 1440x1088 204-cpu (120x12)x(64x17) 1/4-deg integration on altix with efc |
12 |
# requires input files in sudirectories iter69 |
# requires input files in sudirectory iter69 to be at same level as MITgcm |
13 |
|
# and MITgcm_contrib. A copy of iter69 resides on columbia10:/nobackup10 |
14 |
|
|
15 |
cd MITgcm/ |
cd MITgcm |
16 |
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/* . |
mkdir bin exe |
17 |
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/s216t_85x85/* . |
cd bin |
|
\cp SIZE.h_216 SIZE.h |
|
|
\cp packages.conf_hr packages.conf |
|
|
|
|
|
cd ../build |
|
18 |
\rm * |
\rm * |
19 |
../../../tools/genmake2 -mods=../code -of ../../../tools/build_options/linux_ia64_efc+mpi_altix |
../tools/genmake2 -mods=../../MITgcm_contrib/quarter_degree_global/code -of ../tools/build_options/linux_ia64_efc+mpi_altix |
20 |
make depend |
make depend |
21 |
make -j 16 |
make -j 16 |
22 |
|
cd ../exe |
|
cd .. |
|
|
mkdir run |
|
|
cd run |
|
23 |
\rm * |
\rm * |
24 |
\cp ../input/* . |
\cp ../bin/mitgcmuv . |
25 |
\cp ../../../../MITgcm_contrib/high_res_cube/input/* . |
\cp ../../MITgcm_contrib/quarter_degree_global/input/* . |
26 |
qsub job_altix92 |
\ln -sf ../../iter69/* . |
27 |
|
qsub job_altix |