--- MITgcm_contrib/ocean_inversion_project/README 2003/09/26 20:01:41 1.7 +++ MITgcm_contrib/ocean_inversion_project/README 2003/09/27 07:45:51 1.8 @@ -86,6 +86,36 @@ mitgcmuv > output .txt & +========================================================== +MPI instructions for carrying out a 3000-year quasi-stationary +integration using the global_ocean.90x40x15 configuration. +========================================================== + +1 ===> compile, link, and execute + + cd MITgcm/exe + rm * + cd ../bin + rm * + cp ../verification/global_with_exf/code/* . + cp ../ocean_inversion_project/code/.genmakerc . + cp ../ocean_inversion_project/code/* . + cp CPP_EEOPTIONS.h_mpi CPP_EEOPTIONS.h + cp SIZE.h_mpi SIZE.h + ../tools/genmake + make depend + make + cd ../exe + cp ../verification/global_with_exf/input/eedata . + cp ../verification/global_with_exf/input/data.* . + cp ../verification/global_with_exf/input/POLY3.COEFFS . + ln -sf ../verification/global_with_exf/input/*.bin . + cp ../ocean_inversion_project/input/* . + ln -sf ../ocean_inversion_project/region_mask/30reg_regionmask.bin . + ln -sf ../ocean_inversion_project/takahashi/taka02_montlhy.bin . + mpirun -np 36 dplace -s1 -c25-60 mitgcmuv < /dev/null > & ! errlog & + + ====================================================== % some matlab code for looking at fort.10 debug files