| 6 |
|
|
| 7 |
cvs co MITgcm_contrib/quarter_degree_global |
cvs co MITgcm_contrib/quarter_degree_global |
| 8 |
cvs co MITgcm_code |
cvs co MITgcm_code |
| 9 |
|
cvs co MITgcm/verification/global_with_exf |
| 10 |
|
cvs co MITgcm/verification/testreport |
| 11 |
|
|
| 12 |
|
|
| 13 |
|
########################################################################## |
| 14 |
|
# mpi test of verification/global_with_exf on columbia |
| 15 |
|
|
| 16 |
|
cd MITgcm/verification/global_with_exf/build |
| 17 |
|
\rm * |
| 18 |
|
\cp ../code/* . |
| 19 |
|
\cp ../../../../MITgcm_contrib/quarter_degree_global/code/ECCO_CPPOPTIONS.h . |
| 20 |
|
\cp ../../../../MITgcm_contrib/quarter_degree_global/code/CPP_OPTIONS.h . |
| 21 |
|
\cp ../../../../MITgcm_contrib/quarter_degree_global/code/SIZE.h_test . |
| 22 |
|
\mv SIZE.h_test SIZE.h |
| 23 |
|
../../../tools/genmake2 -of ../../../tools/build_options/linux_ia64_efc+mpi_altix |
| 24 |
|
make depend |
| 25 |
|
make -j 4 |
| 26 |
|
cd .. |
| 27 |
|
mkdir run |
| 28 |
|
cd run |
| 29 |
|
\rm * |
| 30 |
|
\cp ../build/mitgcmuv . |
| 31 |
|
\ln -sf ../input/* . |
| 32 |
|
\rm data |
| 33 |
|
\cp ../../../../MITgcm_contrib/quarter_degree_global/input/data_test data |
| 34 |
|
mpirun -np 2 mitgcmuv |
| 35 |
|
|
| 36 |
|
there is comparison output in |
| 37 |
|
../../../../MITgcm_contrib/quarter_degree_global/results/STDOUT.0000 |
| 38 |
|
|
| 39 |
|
|
| 40 |
########################################################################## |
########################################################################## |
| 41 |
# 1440x1088 204-cpu (120x12)x(64x17) 1/4-deg integration on altix with efc |
# 1440x1088 204-cpu (120x12)x(64x17) 1/4-deg integration on altix with efc |
| 42 |
# requires input files in sudirectory iter69 to be at same level as MITgcm |
# requires input files in sudirectory iter69 to be at same level as MITgcm |
| 43 |
# and MITgcm_contrib. A copy of iter69 resides on columbia10:/nobackup10 |
# and MITgcm_contrib. A copy of iter69 resides on columbia10:/nobackup10 |
| 44 |
|
# The integration length is 4018 days, 1992-2002. |
| 45 |
|
# First three days need to be integrated using deltat=200. |
| 46 |
|
|
| 47 |
cd MITgcm |
cd MITgcm |
| 48 |
mkdir bin exe |
mkdir bin exe |
| 49 |
cd bin |
cd bin |
| 50 |
\rm * |
\rm * |
| 51 |
../tools/genmake2 -mods=../../MITgcm_contrib/quarter_degree_global/code -of ../tools/build_options/linux_ia64_efc+mpi_altix |
\cp ../../MITgcm_contrib/quarter_degree_global/code/* . |
| 52 |
|
../tools/genmake2 -of ../tools/build_options/linux_ia64_efc+mpi_altix |
| 53 |
make depend |
make depend |
| 54 |
make -j 16 |
make -j 4 |
| 55 |
cd ../exe |
cd ../exe |
| 56 |
\rm * |
\rm * |
| 57 |
\cp ../bin/mitgcmuv . |
\cp ../bin/mitgcmuv . |