1 |
dimitri |
1.1 |
Instructions for setting up a 1/16-degree NCEP-forced integration |
2 |
|
|
|
3 |
|
|
########################################################################## |
4 |
|
|
# getting the code from anonymous CVS server |
5 |
|
|
|
6 |
|
|
cvs co MITgcm_contrib/quarter_degree_global |
7 |
|
|
cvs co MITgcm_code |
8 |
|
|
cvs co MITgcm/verification/global_with_exf |
9 |
|
|
cvs co MITgcm/verification/testreport |
10 |
|
|
|
11 |
|
|
|
12 |
|
|
########################################################################## |
13 |
|
|
# 5760x4352 480-cpu (96x60)x(136x32) 1/16-deg integration on altix. |
14 |
|
|
# Requires input files in sudirectory iter69 to be at same level as MITgcm |
15 |
|
|
# and MITgcm_contrib. A copy of iter69 with 1/8-deg files resides on |
16 |
|
|
# columbia18:/nobackup18/menemenl/sixteen |
17 |
|
|
|
18 |
|
|
cd MITgcm |
19 |
|
|
mkdir bin exe |
20 |
|
|
cd bin |
21 |
|
|
\rm * |
22 |
|
|
\cp ../../MITgcm_contrib/quarter_degree_global/code/* . |
23 |
|
|
\cp SIZE.h_16_1920 SIZE.h |
24 |
|
|
../tools/genmake2 -of ../tools/build_options/linux_ia64_ifort+mpi_altix_nas |
25 |
|
|
make depend |
26 |
|
|
make -j |
27 |
|
|
cd ../exe |
28 |
|
|
\rm * |
29 |
|
|
\cp ../bin/mitgcmuv mitgcmuv1920 |
30 |
|
|
\cp ../../MITgcm_contrib/quarter_degree_global/input/* . |
31 |
|
|
\ln -sf ../../iter69/* . |
32 |
|
|
\cp data.exf_clim_16 data.exf_clim |
33 |
|
|
\cp data_NCEP_16 data |
34 |
|
|
scp data* mitgcm* columbia17:/nobackup/menemenl/sixteen/MITgcm/exe |
35 |
|
|
scp data* mitgcm* columbia19:/nobackup/menemenl/sixteen/MITgcm/exe |
36 |
|
|
scp data* mitgcm* columbia20:/nobackup/menemenl/sixteen/MITgcm/exe |
37 |
|
|
/opt/sgi/mpt/1.11-85/bin/mpirun.real -v -a a2k \ |
38 |
|
|
-d /nobackup/menemenl/sixteen/MITgcm/exe \ |
39 |
|
|
c18 506 runon 4-509 mitgcmuv1920 : \ |
40 |
|
|
c17 508 runon 4-511 mitgcmuv1920 : \ |
41 |
|
|
c19 475 runon 4-446 mitgcmuv1920 : \ |
42 |
|
|
c20 444 runon 4-447 mitgcmuv1920 \ |
43 |
|
|
< /dev/null >&! output.run & |
44 |
|
|
|
45 |
|
|
cd MITgcm |
46 |
|
|
mkdir bin exe |
47 |
|
|
cd bin |
48 |
|
|
\rm * |
49 |
|
|
\cp ../../MITgcm_contrib/quarter_degree_global/code/* . |
50 |
|
|
\cp SIZE.h_16_1440 SIZE.h |
51 |
|
|
../tools/genmake2 -of ../tools/build_options/linux_ia64_ifort+mpi_altix_nas |
52 |
|
|
make depend |
53 |
|
|
make -j |
54 |
|
|
cd ../exe |
55 |
|
|
\rm * |
56 |
|
|
\cp ../bin/mitgcmuv mitgcmuv1440 |
57 |
|
|
\cp ../../MITgcm_contrib/quarter_degree_global/input/* . |
58 |
|
|
\ln -sf ../../iter69/* . |
59 |
|
|
\cp data.exf_clim_16 data.exf_clim |
60 |
|
|
\cp data_NCEP_16 data |
61 |
|
|
scp data* mitgcm* columbia17:/nobackup/menemenl/sixteen/MITgcm/exe |
62 |
|
|
scp data* mitgcm* columbia20:/nobackup/menemenl/sixteen/MITgcm/exe |
63 |
|
|
/opt/sgi/mpt/1.11-85/bin/mpirun.real -v -a a2k \ |
64 |
|
|
-d /nobackup/menemenl/sixteen/MITgcm/exe \ |
65 |
|
|
c18 500 runon 4-509 mitgcmuv1440 : \ |
66 |
|
|
c17 500 runon 4-511 mitgcmuv1440 : \ |
67 |
|
|
c20 440 runon 4-447 mitgcmuv1440 \ |
68 |
|
|
< /dev/null >&! output.run & |
69 |
|
|
|
70 |
|
|
|
71 |
|
|
18 4-509 |
72 |
|
|
17 4-511 |
73 |
|
|
19 4-478 |
74 |
|
|
20 4-447 |
75 |
|
|
|