| 1 | 
dimitri | 
1.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 | 
dimitri | 
1.4 | 
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 | 
dimitri | 
1.5 | 
\mv SIZE.h_test SIZE.h | 
| 23 | 
dimitri | 
1.4 | 
../../../tools/genmake2 -of ../../../tools/build_options/linux_ia64_efc+mpi_altix | 
| 24 | 
  | 
  | 
make depend | 
| 25 | 
dimitri | 
1.7 | 
make -j 4 | 
| 26 | 
dimitri | 
1.4 | 
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 | 
dimitri | 
1.5 | 
there is comparison output in | 
| 37 | 
  | 
  | 
../../../../MITgcm_contrib/quarter_degree_global/results/STDOUT.0000 | 
| 38 | 
  | 
  | 
 | 
| 39 | 
dimitri | 
1.1 | 
 | 
| 40 | 
  | 
  | 
########################################################################## | 
| 41 | 
dimitri | 
1.2 | 
# 1440x1088 204-cpu (120x12)x(64x17) 1/4-deg integration on altix with efc | 
| 42 | 
dimitri | 
1.3 | 
# 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 | 
| 44 | 
dimitri | 
1.1 | 
 | 
| 45 | 
dimitri | 
1.3 | 
cd MITgcm | 
| 46 | 
  | 
  | 
mkdir bin exe | 
| 47 | 
  | 
  | 
cd bin | 
| 48 | 
dimitri | 
1.1 | 
\rm * | 
| 49 | 
dimitri | 
1.6 | 
\cp ../../MITgcm_contrib/quarter_degree_global/code/* . | 
| 50 | 
  | 
  | 
../tools/genmake2 -of ../tools/build_options/linux_ia64_efc+mpi_altix | 
| 51 | 
dimitri | 
1.1 | 
make depend | 
| 52 | 
dimitri | 
1.7 | 
make -j 4 | 
| 53 | 
dimitri | 
1.3 | 
cd ../exe | 
| 54 | 
dimitri | 
1.1 | 
\rm * | 
| 55 | 
dimitri | 
1.3 | 
\cp ../bin/mitgcmuv . | 
| 56 | 
  | 
  | 
\cp ../../MITgcm_contrib/quarter_degree_global/input/* . | 
| 57 | 
  | 
  | 
\ln -sf ../../iter69/* . | 
| 58 | 
  | 
  | 
qsub job_altix |