58 |
\cp ../../MITgcm_contrib/quarter_degree_global/input/* . |
\cp ../../MITgcm_contrib/quarter_degree_global/input/* . |
59 |
\ln -sf ../../iter69/* . |
\ln -sf ../../iter69/* . |
60 |
qsub job_altix |
qsub job_altix |
61 |
|
|
62 |
|
|
63 |
|
########################################################################## |
64 |
|
# 2880x2176 480-cpu (96x30)x(136x16) 1/4-deg integration on altix with efc |
65 |
|
# requires input files in sudirectory iter69 to be at same level as MITgcm |
66 |
|
# and MITgcm_contrib. A copy of iter69 with 1/8-deg files resides on |
67 |
|
# columbia18:/nobackup18/menemenl/eight. |
68 |
|
# The integration length is 3 days. |
69 |
|
# First three days need to be integrated using deltat=100. |
70 |
|
|
71 |
|
cd MITgcm |
72 |
|
mkdir bin exe |
73 |
|
cd bin |
74 |
|
\rm * |
75 |
|
\cp ../../MITgcm_contrib/quarter_degree_global/code/* . |
76 |
|
\cp SIZE.h_8_480 SIZE.h |
77 |
|
../tools/genmake2 -of ../tools/build_options/linux_ia64_efc+mpi_altix |
78 |
|
make depend |
79 |
|
make -j 4 |
80 |
|
cd ../exe |
81 |
|
\rm * |
82 |
|
\cp ../bin/mitgcmuv . |
83 |
|
\cp ../../MITgcm_contrib/quarter_degree_global/input/* . |
84 |
|
\ln -sf ../../iter69/* . |
85 |
|
qsub job_altix |