22 |
|
|
23 |
CVSROOT=:pserver:cvsanon@mitgcm.org:/u/u0/gcmpack |
CVSROOT=:pserver:cvsanon@mitgcm.org:/u/u0/gcmpack |
24 |
cvs login ( CVS password: cvsanon ) |
cvs login ( CVS password: cvsanon ) |
25 |
cvs co MITgcm |
cvs co -P MITgcm |
26 |
|
|
27 |
2 ===> put MITgcm_contrib/ocean_inversion_project in MITgcm directory |
2 ===> put MITgcm_contrib/ocean_inversion_project in MITgcm directory |
28 |
|
|
33 |
|
|
34 |
cd bin |
cd bin |
35 |
cp ../verification/global_with_exf/code/* . |
cp ../verification/global_with_exf/code/* . |
|
cp ../ocean_inversion_project/code/.genmakerc . |
|
36 |
cp ../ocean_inversion_project/code/* . |
cp ../ocean_inversion_project/code/* . |
37 |
rm ptracers_*.F |
rm ptracers_*.F |
38 |
../tools/genmake |
../tools/genmake2 |
39 |
|
(on orion: ../tools/genmake2 -of linux_ia64_efc+mpi) |
40 |
make depend |
make depend |
41 |
make |
make |
42 |
|
|
72 |
cp ../verification/global_with_exf/code/* . |
cp ../verification/global_with_exf/code/* . |
73 |
cp ../ocean_inversion_project/code/.genmakerc . |
cp ../ocean_inversion_project/code/.genmakerc . |
74 |
cp ../ocean_inversion_project/code/* . |
cp ../ocean_inversion_project/code/* . |
75 |
../tools/genmake |
../tools/genmake2 |
76 |
|
(on orion: ../tools/genmake2 -of linux_ia64_efc+mpi) |
77 |
make depend |
make depend |
78 |
make |
make |
79 |
cd ../exe |
cd ../exe |
87 |
mitgcmuv > output .txt & |
mitgcmuv > output .txt & |
88 |
|
|
89 |
|
|
90 |
|
========================================================== |
91 |
|
MPI instructions for carrying out a 3000-year quasi-stationary |
92 |
|
integration using the global_ocean.90x40x15 configuration. |
93 |
|
========================================================== |
94 |
|
|
95 |
|
1 ===> compile, link, and execute |
96 |
|
|
97 |
|
cd MITgcm/exe |
98 |
|
rm * |
99 |
|
cd ../bin |
100 |
|
rm * |
101 |
|
cp ../verification/global_with_exf/code/* . |
102 |
|
cp ../ocean_inversion_project/code/.genmakerc . |
103 |
|
cp ../ocean_inversion_project/code/* . |
104 |
|
cp CPP_EEOPTIONS.h_mpi CPP_EEOPTIONS.h |
105 |
|
cp SIZE.h_mpi SIZE.h |
106 |
|
../tools/genmake2 |
107 |
|
(on orion: ../tools/genmake2 -of linux_ia64_efc+mpi) |
108 |
|
make depend |
109 |
|
make |
110 |
|
cd ../exe |
111 |
|
cp ../verification/global_with_exf/input/eedata . |
112 |
|
cp ../verification/global_with_exf/input/data.* . |
113 |
|
cp ../verification/global_with_exf/input/POLY3.COEFFS . |
114 |
|
ln -sf ../verification/global_with_exf/input/*.bin . |
115 |
|
cp ../ocean_inversion_project/input/* . |
116 |
|
ln -sf ../ocean_inversion_project/region_mask/30reg_regionmask.bin . |
117 |
|
ln -sf ../ocean_inversion_project/takahashi/taka02_montlhy.bin . |
118 |
|
mpirun -np 36 dplace -s1 -c3-38 mitgcmuv < /dev/null > & ! errlog & |
119 |
|
|
120 |
|
|
121 |
====================================================== |
====================================================== |
122 |
|
|
123 |
% some matlab code for looking at fort.10 debug files |
% some matlab code for looking at fort.10 debug files |