186 |
|
|
187 |
|
|
188 |
|
|
189 |
|
########################################################################## |
190 |
|
########################################################################## |
191 |
|
# 510*510*6*50, 216-cpu cube sphere on altix with ifort and pkg/diagnostics |
192 |
|
# requires input files in sudirectories run_template and ncep_rgau |
193 |
|
# these can be obained from lou:/u/menemenl/cube |
194 |
|
|
195 |
|
cd MITgcm/verification/global_ocean.cs32x15/code |
196 |
|
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/* . |
197 |
|
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/s216t_85x85/* . |
198 |
|
\cp SIZE.h_216 SIZE.h |
199 |
|
\cp packages.conf_diagnostics packages.conf |
200 |
|
|
201 |
|
cd ../build |
202 |
|
\rm * |
203 |
|
../../../tools/genmake2 -mods=../code -of ../../../tools/build_options/linux_ia64_ifort+mpi_altix_nas |
204 |
|
make depend |
205 |
|
make -j 4 |
206 |
|
|
207 |
|
cd .. |
208 |
|
mkdir run |
209 |
|
cd run |
210 |
|
\rm * |
211 |
|
\cp ../input/* . |
212 |
|
\cp ../../../../MITgcm_contrib/high_res_cube/input/* . |
213 |
|
ln -sf ../../../../run_template/* . |
214 |
|
\rm pickup* |
215 |
|
ln -sf ../../../../run_template/pickup.0000316440.cube20 pickup.0000000216.data |
216 |
|
ln -sf ../../../../run_template/pickup_seaice.0000316440.cube20 pickup_seaice.0000000216.data |
217 |
|
\cp ../build/mitgcmuv . |
218 |
|
qsub job_altix92 |
219 |
|
|
220 |
|
|
221 |
|
|
222 |
|
|
223 |
|
|
224 |
|
|
225 |
|
|
226 |
|
|
227 |
|
|