| 1 |
Instructions for setting up a quarter degree integration |
| 2 |
forced 1. by NCEP fields and 2. by SIO fields. |
| 3 |
|
| 4 |
########################################################################## |
| 5 |
# getting the code from anonymous CVS server |
| 6 |
|
| 7 |
cvs co MITgcm_contrib/quarter_degree_global |
| 8 |
cvs co MITgcm_code |
| 9 |
|
| 10 |
########################################################################## |
| 11 |
# 1440x1088 204-cpu (120x12)x(64x17) 1/4-deg integration on altix with efc |
| 12 |
# requires input files in sudirectories iter69 |
| 13 |
|
| 14 |
cd MITgcm/ |
| 15 |
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/* . |
| 16 |
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/s216t_85x85/* . |
| 17 |
\cp SIZE.h_216 SIZE.h |
| 18 |
\cp packages.conf_hr packages.conf |
| 19 |
|
| 20 |
cd ../build |
| 21 |
\rm * |
| 22 |
../../../tools/genmake2 -mods=../code -of ../../../tools/build_options/linux_ia64_efc+mpi_altix |
| 23 |
make depend |
| 24 |
make -j 16 |
| 25 |
|
| 26 |
cd .. |
| 27 |
mkdir run |
| 28 |
cd run |
| 29 |
\rm * |
| 30 |
\cp ../input/* . |
| 31 |
\cp ../../../../MITgcm_contrib/high_res_cube/input/* . |
| 32 |
qsub job_altix92 |