/[MITgcm]/MITgcm_contrib/quarter_degree_global/README_16.txt
ViewVC logotype

Contents of /MITgcm_contrib/quarter_degree_global/README_16.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Thu Mar 24 14:00:28 2005 UTC (20 years, 4 months ago) by dimitri
Branch: MAIN
Changes since 1.1: +85 -12 lines
File MIME type: text/plain
MITgcm_contrib/quarter_degree_global/*

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_480 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 mitgcmuv480
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 /opt/sgi/mpt/1.11-85/bin/mpirun.real -v -a a2k \
35 -d /nobackup/menemenl/sixteen/MITgcm/exe \
36 c18 480 runon 4-509 mitgcmuv480 \
37 < /dev/null >&! output.run &
38
39 cd MITgcm
40 mkdir bin exe
41 cd bin
42 \rm *
43 \cp ../../MITgcm_contrib/quarter_degree_global/code/* .
44 \cp SIZE.h_16_1920 SIZE.h
45 ../tools/genmake2 -of ../tools/build_options/linux_ia64_ifort+mpi_altix_nas
46 make depend
47 make -j
48 cd ../exe
49 \rm *
50 \cp ../../MITgcm_contrib/quarter_degree_global/input/* .
51 \ln -sf ../../iter69/* .
52 \cp data.exf_clim_16 data.exf_clim
53 \cp data_NCEP_16 data
54 \cp ../bin/mitgcmuv mitgcmuv1920
55 scp eedata data* mitgcm* columbia17:/nobackup/menemenl/sixteen/MITgcm/exe
56 scp eedata data* mitgcm* columbia19:/nobackup/menemenl/sixteen/MITgcm/exe
57 scp eedata data* mitgcm* columbia20:/nobackup/menemenl/sixteen/MITgcm/exe
58 /opt/sgi/mpt/1.11-85/bin/mpirun.real -v -a a2k \
59 -d /nobackup/menemenl/sixteen/MITgcm/exe \
60 c18 505 runon 4-511 mitgcmuv1920 : \
61 c17 505 runon 4-509 mitgcmuv1920 : \
62 c19 440 runon 4-447 mitgcmuv1920 : \
63 c20 470 runon 4-447 mitgcmuv1920 \
64 < /dev/null >&! output.run &
65
66 /opt/sgi/mpt/1.11-85/bin/mpirun.real -v -a a2k \
67 -d /nobackup/menemenl/sixteen/MITgcm/exe \
68 c18 500 runon 4-503 mitgcmuv1632 : \
69 c17 500 runon 4-503 mitgcmuv1632 : \
70 c19 316 runon 4-419 mitgcmuv1632 : \
71 c20 316 runon 4-419 mitgcmuv1632 \
72 < /dev/null >&! output.run &
73
74 /opt/sgi/mpt/1.11-85/bin/mpirun.real -v -a a2k \
75 -d /nobackup/menemenl/sixteen/MITgcm/exe \
76 c18 500 runon 4-503 mitgcmuv1440 : \
77 c17 500 runon 4-503 mitgcmuv1440 : \
78 c19 440 runon 4-443 mitgcmuv1440 \
79 < /dev/null >&! output.run &
80
81 cd MITgcm
82 mkdir bin exe
83 cd bin
84 \rm *
85 \cp ../../MITgcm_contrib/quarter_degree_global/code/* .
86 \cp SIZE.h_16_1440 SIZE.h
87 ../tools/genmake2 -of ../tools/build_options/linux_ia64_ifort+mpi_altix_nas
88 make depend
89 make -j
90 cd ../exe
91 \rm *
92 \cp ../../MITgcm_contrib/quarter_degree_global/input/* .
93 \ln -sf ../../iter69/* .
94 \cp data.exf_clim_16 data.exf_clim
95 \cp data_NCEP_16 data
96 \cp ../bin/mitgcmuv mitgcmuv1440
97 scp eedata data* mitgcm* columbia17:/nobackup/menemenl/sixteen/MITgcm/exe
98 scp eedata data* mitgcm* columbia19:/nobackup/menemenl/sixteen/MITgcm/exe
99 /opt/sgi/mpt/1.11-85/bin/mpirun.real -v -a a2k \
100 -d /nobackup/menemenl/sixteen/MITgcm/exe \
101 c18 500 runon 4-511 mitgcmuv1440 : \
102 c17 500 runon 4-447 mitgcmuv1440 : \
103 c19 440 runon 4-447 mitgcmuv1440 \
104 < /dev/null >&! output.run &
105
106 scp eedata data* mitgcm* columbia19:/nobackup/menemenl/sixteen/MITgcm/exe
107 scp eedata data* mitgcm* columbia20:/nobackup/menemenl/sixteen/MITgcm/exe
108 /opt/sgi/mpt/1.11-85/bin/mpirun.real -v -a a2k \
109 -d /nobackup/menemenl/sixteen/MITgcm/exe \
110 c18 507 runon 4-511 mitgcmuv1360 : \
111 c19 443 runon 4-447 mitgcmuv1360 : \
112 c20 410 runon 4-415 mitgcmuv1360 \
113 < /dev/null >&! output.run &
114
115 cd MITgcm
116 mkdir bin exe
117 cd bin
118 \rm *
119 \cp ../../MITgcm_contrib/quarter_degree_global/code/* .
120 \cp SIZE.h_16_960 SIZE.h
121 ../tools/genmake2 -of ../tools/build_options/linux_ia64_ifort+mpi_altix_nas
122 make depend
123 make -j
124 cd ../exe
125 \rm *
126 \cp ../bin/mitgcmuv mitgcmuv960
127 \cp ../../MITgcm_contrib/quarter_degree_global/input/* .
128 \ln -sf ../../iter69/* .
129 \cp data.exf_clim_16 data.exf_clim
130 \cp data_NCEP_16 data
131 scp data* mitgcm* columbia17:/nobackup/menemenl/sixteen/MITgcm/exe
132 /opt/sgi/mpt/1.11-85/bin/mpirun.real -v -a a2k \
133 -d /nobackup/menemenl/sixteen/MITgcm/exe \
134 c18 480 runon 4-511 mitgcmuv960 : \
135 c17 480 runon 4-511 mitgcmuv960 \
136 < /dev/null >&! output.run &
137
138 /opt/sgi/mpt/1.11-85/bin/mpirun.real -v -a a2k \
139 -d /nobackup/menemenl/sixteen/MITgcm/exe \
140 c18 500 runon 4-503 mitgcmuv816 : \
141 c19 316 runon 4-319 mitgcmuv816 \
142 < /dev/null >&! output.run &
143
144 18 4-509
145 17 4-511
146 19 4-478
147 20 4-447
148

  ViewVC Help
Powered by ViewVC 1.1.22