272 |
|
|
273 |
|
|
274 |
|
|
275 |
|
########################################################################## |
276 |
|
########################################################################## |
277 |
|
# 510*510*6*50, 216-cpu cube sphere on cosmos |
278 |
|
|
279 |
|
cd MITgcm/verification/global_ocean.cs32x15/code |
280 |
|
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/* . |
281 |
|
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/s216t_85x85/* . |
282 |
|
\cp SIZE.h_216 SIZE.h |
283 |
|
\cp packages.conf_hr packages.conf |
284 |
|
|
285 |
|
module unload latest_intel80 |
286 |
|
module unload mpich-gm-intel80 |
287 |
|
module load latest_intel81 |
288 |
|
module load mpich-gm-intel81 |
289 |
|
|
290 |
|
cd ../build |
291 |
|
\rm * |
292 |
|
../../../tools/genmake2 -mods=../code -of ../../../tools/build_options/linux_ia32_ifort+mpi_cosmos |
293 |
|
make depend |
294 |
|
make -j |
295 |
|
|
296 |
|
cd .. |
297 |
|
mkdir run |
298 |
|
cd run |
299 |
|
\rm * |
300 |
|
\cp ../input/* . |
301 |
|
\cp ../../../../MITgcm_contrib/high_res_cube/input/* . |
302 |
|
ln -sf ../../../../run_template/* . |
303 |
|
\rm pickup* |
304 |
|
ln -sf ../../../../run_template/pickup.0000316440.cube19 pickup.0000000216.data |
305 |
|
ln -sf ../../../../run_template/pickup_seaice.0000316440.cube19 pickup_seaice.0000000216.data |
306 |
|
\cp ../build/mitgcmuv . |
307 |
|
bsub < job_cosmos |
308 |
|
|
309 |
|
|
310 |
|
|
311 |
|
|