| 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 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 |
| 16 |
mkdir bin exe |
| 17 |
cd bin |
| 18 |
\rm * |
| 19 |
../tools/genmake2 -mods=../../MITgcm_contrib/quarter_degree_global/code -of ../tools/build_options/linux_ia64_efc+mpi_altix |
| 20 |
make depend |
| 21 |
make -j 16 |
| 22 |
cd ../exe |
| 23 |
\rm * |
| 24 |
\cp ../bin/mitgcmuv . |
| 25 |
\cp ../../MITgcm_contrib/quarter_degree_global/input/* . |
| 26 |
\ln -sf ../../iter69/* . |
| 27 |
qsub job_altix |