1 |
dimitri |
1.1 |
Instructions for running arctic/cs_36km on spiral.math.unm.edu |
2 |
|
|
|
3 |
|
|
mkdir Arctic36km |
4 |
|
|
cd Arctic36km |
5 |
|
|
cvs co MITgcm_code |
6 |
|
|
cvs co MITgcm_contrib/MPMice |
7 |
|
|
cvs co MITgcm_contrib/arctic/cs_36km |
8 |
|
|
ln -sf /homes/dmenemen/atmos/jra25 . |
9 |
|
|
ln -sf /homes/dmenemen/Arctic36km/run_template . |
10 |
|
|
|
11 |
|
|
mpd& |
12 |
|
|
cd MITgcm |
13 |
|
|
mkdir bin exe |
14 |
|
|
cd bin |
15 |
|
|
\cp ../../MITgcm_contrib/arctic/cs_36km/code/* . |
16 |
|
|
\cp ../../MITgcm_contrib/MPMice/arctic36km/code/SIZE.h . |
17 |
|
|
../tools/genmake2 -mpi -of ../../MITgcm_contrib/MPMice/beaufort/code/linux_gfortran_spiral |
18 |
|
|
make depend |
19 |
|
|
make -j |
20 |
|
|
|
21 |
|
|
cd ../exe |
22 |
|
|
\ln -sf ../../jra25/* . |
23 |
|
|
\ln -sf ../../run_template/* . |
24 |
|
|
\cp ../../MITgcm_contrib/arctic/cs_36km/input/* . |
25 |
|
|
\cp ../bin/mitgcmuv . |
26 |
|
|
mpiexec -np 4 ./mitgcmuv < /dev/null &> output.txt & |