1 |
Instructions for setting up a cube-sphere integration with sea-ice. |
Instructions for setting up a cube-sphere integration with sea-ice. |
2 |
Date last tested: December 11, 2003. |
Date last updated: December 13, 2005 |
3 |
|
216-CPU code and input used for integrating cube27. |
4 |
|
|
5 |
|
|
6 |
########################################################################## |
########################################################################## |
7 |
########################################################################## |
########################################################################## |
8 |
# 32*32*6*15, 1-cpu cube sphere |
# getting the code from anonymous CVS server |
9 |
|
|
10 |
|
cvs co MITgcm_contrib/high_res_cube/README_ice |
11 |
|
cvs co MITgcm_contrib/high_res_cube/code-mods |
12 |
|
cvs co MITgcm_contrib/high_res_cube/input |
13 |
|
cvs co MITgcm_contrib/high_res_cube/results |
14 |
|
cvs co MITgcm_code |
15 |
|
cvs co MITgcm/verification/global_ocean.cs32x15 |
16 |
|
|
17 |
|
|
18 |
setenv CVSROOT :pserver:cvsanon@mitgcm.org:/u/u0/gcmpack |
########################################################################## |
19 |
cvs login ( CVS password: cvsanon ) |
########################################################################## |
20 |
cvs co -r checkpoint52d_pre MITgcm_contrib/high_res_cube/README_ice |
# 32*32*6*15, 1-cpu cube sphere |
|
cvs co -r checkpoint52d_pre MITgcm_contrib/high_res_cube/code-mods |
|
|
cvs co -r checkpoint52d_pre MITgcm_contrib/high_res_cube/matlab-grid-converter |
|
|
cvs co -r checkpoint52d_pre MITgcm_contrib/high_res_cube/input |
|
|
cvs co -r checkpoint52d_pre MITgcm_contrib/high_res_cube/results |
|
|
cvs co -r checkpoint52d_pre MITgcm_code |
|
|
cvs co -r checkpoint52d_pre MITgcm/verification/global_ocean.cs32x15 |
|
21 |
|
|
22 |
cd MITgcm/verification/global_ocean.cs32x15/code |
cd MITgcm/verification/global_ocean.cs32x15/code |
23 |
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/* . |
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/* . |
24 |
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/s12t_16x32/* . |
\cp ../../../utils/exch2/code-mods/s12t_16x32/* . |
25 |
\rm mdsio_readfield.F |
cd ../build |
26 |
|
\rm * |
27 |
cd .. |
../../../tools/genmake2 -mods=../code |
|
mkdir build |
|
|
cd build |
|
|
../code/genmake2 -mods=../code |
|
28 |
make depend |
make depend |
29 |
make |
make |
|
|
|
30 |
cd .. |
cd .. |
31 |
mkdir run |
mkdir run |
32 |
cd run |
cd run |
33 |
\cp ../inp_thsice/* . |
\rm * |
34 |
\cp ../input/* . |
\cp ../input/* . |
|
\cp ../../../../MITgcm_contrib/high_res_cube/matlab-grid-converter/tile00* . |
|
35 |
\cp ../../../../MITgcm_contrib/high_res_cube/input/* . |
\cp ../../../../MITgcm_contrib/high_res_cube/input/* . |
36 |
../build/mitgcmuv >& output.txt |
../build/mitgcmuv >& output.txt |
37 |
|
|
40 |
|
|
41 |
to use matlab to look at the output |
to use matlab to look at the output |
42 |
matlab |
matlab |
43 |
for fld={'Eta','VICE','UICE','HEFF','AREA','Qsw','Qnet','FV','FU','EmPmR'} |
|
44 |
|
for fld={'VICEtave','UICEtave','HEFFtave','AREAtave','QSWtave', ... |
45 |
|
'QNETtave','FVtave','FUtave','EmPmRtave'} |
46 |
tmp=permute(readbin([fld{1} '.0000000020.data'],[32,6,32]),[1 3 2]); |
tmp=permute(readbin([fld{1} '.0000000020.data'],[32,6,32]),[1 3 2]); |
47 |
cx=[min(tmp(:)) max(tmp(:))]; clf, plot_cube, title(fld{1}), pause |
cx=[min(tmp(:)) max(tmp(:))]; clf, plot_cube, title(fld{1}), pause |
48 |
end |
end |
49 |
|
|
50 |
|
heff=permute(readbin(['HEFFtave.0000000020.data'],[32,6,32]),[1 3 2]); |
51 |
|
mask=0*heff; mask(find(heff>.001))=1; |
52 |
|
uice=mask.*permute(readbin(['UICEtave.0000000020.data'],[32,6,32]),[1 3 2]); |
53 |
|
vice=mask.*permute(readbin(['VICEtave.0000000020.data'],[32,6,32]),[1 3 2]); |
54 |
|
clf |
55 |
|
subplot(221), mypcolor(uice(:,:,3)'); colorbar, title('uice, tile 3') |
56 |
|
subplot(222), mypcolor(uice(:,:,6)'); colorbar, title('uice, tile 6') |
57 |
|
subplot(223), mypcolor(vice(:,:,3)'); colorbar, title('vice, tile 3') |
58 |
|
subplot(224), mypcolor(vice(:,:,6)'); colorbar, title('vice, tile 6') |
59 |
|
|
60 |
|
|
61 |
########################################################################## |
########################################################################## |
62 |
########################################################################## |
########################################################################## |
63 |
# 32*32*6*15, 2-cpu cube sphere on the altices with efc |
# 32*32*6*15, 17-tile, 1-cpu cube sphere experiment |
64 |
|
|
65 |
setenv CVSROOT :pserver:cvsanon@mitgcm.org:/u/u0/gcmpack |
cd MITgcm/verification/global_ocean.cs32x15/code |
66 |
cvs login ( CVS password: cvsanon ) |
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/* . |
67 |
cvs co -r checkpoint52d_pre MITgcm_contrib/high_res_cube/README_ice |
\cp ../code_alt/code.176t_8x4/* . |
68 |
cvs co -r checkpoint52d_pre MITgcm_contrib/high_res_cube/code-mods |
cd ../build |
69 |
cvs co -r checkpoint52d_pre MITgcm_contrib/high_res_cube/matlab-grid-converter |
\rm * |
70 |
cvs co -r checkpoint52d_pre MITgcm_contrib/high_res_cube/input |
../../../tools/genmake2 -mods=../code |
71 |
cvs co -r checkpoint52d_pre MITgcm_contrib/high_res_cube/results |
make depend |
72 |
cvs co -r checkpoint52d_pre MITgcm_code |
make |
73 |
cvs co -r checkpoint52d_pre MITgcm/verification/global_ocean.cs32x15 |
cd .. |
74 |
|
mkdir run |
75 |
|
cd run |
76 |
|
\rm * |
77 |
|
\cp ../input/* . |
78 |
|
\cp ../../../../MITgcm_contrib/high_res_cube/input/* . |
79 |
|
../build/mitgcmuv >& output.txt |
80 |
|
|
81 |
|
|
82 |
|
########################################################################## |
83 |
|
########################################################################## |
84 |
|
# 32*32*6*15, 2-cpu cube sphere on the altices with ifort |
85 |
|
|
86 |
cd MITgcm/verification/global_ocean.cs32x15/code |
cd MITgcm/verification/global_ocean.cs32x15/code |
87 |
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/* . |
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/* . |
88 |
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/s12t_16x32/* . |
\cp ../../../utils/exch2/code-mods/s12t_16x32/* . |
89 |
\cp SIZE.h_mpi SIZE.h |
\cp SIZE.h_mpi SIZE.h |
|
\cp CPP_EEOPTIONS.h_mpi CPP_EEOPTIONS.h |
|
|
\rm mdsio_readfield.F |
|
90 |
|
|
91 |
cd .. |
cd ../build |
92 |
mkdir build |
\rm * |
93 |
cd build |
../../../tools/genmake2 -mods=../code -of ../../../tools/build_options/linux_ia64_ifort+mpi_altix_nas |
|
../code/genmake2 -mods=../code -of ../../../tools/build_options/linux_ia64_efc+mpi |
|
94 |
make depend |
make depend |
95 |
make |
make -j |
96 |
|
|
97 |
cd .. |
cd .. |
98 |
mkdir run |
mkdir run |
99 |
cd run |
cd run |
100 |
\cp ../inp_thsice/* . |
\rm * |
101 |
\cp ../input/* . |
\cp ../input/* . |
|
\cp ../../../../MITgcm_contrib/high_res_cube/matlab-grid-converter/tile00* . |
|
102 |
\cp ../../../../MITgcm_contrib/high_res_cube/input/* . |
\cp ../../../../MITgcm_contrib/high_res_cube/input/* . |
103 |
mpirun -np 2 ../build/mitgcmuv |
mpirun -np 2 ../build/mitgcmuv |
104 |
|
|
105 |
|
|
106 |
########################################################################## |
########################################################################## |
107 |
########################################################################## |
########################################################################## |
108 |
# 510*510*6*50, 54-cpu cube sphere on the altices with efc |
# 510*510*6*50, 54-tile, 54-cpu cube sphere on the altices with efc |
109 |
|
# starting with pickup file from end of 1992 |
110 |
|
# requires input files in sudirectories run_template and ncep_rgau |
111 |
|
|
112 |
|
cd MITgcm/verification/global_ocean.cs32x15/code |
113 |
|
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/* . |
114 |
|
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/s54t_170x170/* . |
115 |
|
\cp packages.conf_hr packages.conf |
116 |
|
|
117 |
|
cd ../build |
118 |
|
\rm * |
119 |
|
../../../tools/genmake2 -mods=../code -of ../../../tools/build_options/linux_ia64_efc+mpi_altix |
120 |
|
make depend |
121 |
|
make -j |
122 |
|
|
123 |
|
cd .. |
124 |
|
mkdir run |
125 |
|
cd run |
126 |
|
\rm * |
127 |
|
\cp ../input/* . |
128 |
|
\cp ../../../../MITgcm_contrib/high_res_cube/input/* . |
129 |
|
qsub job_altix92_54t |
130 |
|
|
131 |
setenv CVSROOT :pserver:cvsanon@mitgcm.org:/u/u0/gcmpack |
|
132 |
cvs login ( CVS password: cvsanon ) |
########################################################################## |
133 |
cvs co -r checkpoint52d_pre MITgcm_contrib/high_res_cube/README_ice |
########################################################################## |
134 |
cvs co -r checkpoint52d_pre MITgcm_contrib/high_res_cube/code-mods |
# 510*510*6*50, 216-cpu cube sphere on altix with ifort and pkg/diagnostics |
135 |
cvs co -r checkpoint52d_pre MITgcm_contrib/high_res_cube/matlab-grid-converter |
# requires input files in sudirectories run_template and ncep_rgau |
136 |
cvs co -r checkpoint52d_pre MITgcm_contrib/high_res_cube/input |
# these can be obained from lou:/u/menemenl/cube |
|
cvs co -r checkpoint52d_pre MITgcm_contrib/high_res_cube/results |
|
|
cvs co -r checkpoint52d_pre MITgcm_code |
|
|
cvs co -r checkpoint52d_pre MITgcm/verification/global_ocean.cs32x15 |
|
137 |
|
|
138 |
cd MITgcm/verification/global_ocean.cs32x15/code |
cd MITgcm/verification/global_ocean.cs32x15/code |
139 |
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/* . |
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/* . |
140 |
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/s216t_85x85/* . |
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/s216t_85x85/* . |
141 |
\cp SIZE.h_54 SIZE.h |
\cp SIZE.h_216 SIZE.h |
142 |
\cp CPP_EEOPTIONS.h_mpi CPP_EEOPTIONS.h |
\cp packages.conf_hr packages.conf |
143 |
\rm mdsio_readfield.F |
|
144 |
|
cd ../build |
145 |
|
\rm * |
146 |
|
../../../tools/genmake2 -mods=../code -of ../../../tools/build_options/linux_ia64_ifort+mpi_altix_nas |
147 |
|
make depend |
148 |
|
make -j |
149 |
|
|
150 |
cd .. |
cd .. |
151 |
mkdir build |
mkdir run |
152 |
cd build |
cd run |
153 |
../code/genmake2 -mods=../code -of ../../../tools/build_options/linux_ia64_efc+mpi |
\rm * |
154 |
|
\cp ../input/* . |
155 |
|
\cp ../../../../MITgcm_contrib/high_res_cube/input/* . |
156 |
|
ln -sf ../../../../run_template/* . |
157 |
|
\rm pickup* |
158 |
|
ln -sf ../../../../run_template/pickup.0000000216.cube27 pickup.0000000216 |
159 |
|
ln -sf ../../../../run_template/pickup_seaice.0000000216.cube27 pickup_seaice.0000000216 |
160 |
|
\cp ../build/mitgcmuv . |
161 |
|
qsub job_altix |
162 |
|
|
163 |
|
|
164 |
|
########################################################################## |
165 |
|
########################################################################## |
166 |
|
# 510*510*6*50, 1500-tile, 150-cpu, excludes land |
167 |
|
# uses s1500t_17x51 configuration |
168 |
|
|
169 |
|
cd MITgcm/verification/global_ocean.cs32x15/code |
170 |
|
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/* . |
171 |
|
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/s1500t_17x51/* . |
172 |
|
\cp SIZE.h_150 SIZE.h |
173 |
|
\cp packages.conf_hr packages.conf |
174 |
|
|
175 |
|
cd ../build |
176 |
|
\rm * |
177 |
|
../../../tools/genmake2 -mods=../code -of ../../../tools/build_options/linux_ia64_ifort+mpi_altix_nas |
178 |
make depend |
make depend |
179 |
make |
make -j |
180 |
|
|
181 |
cd .. |
cd .. |
182 |
mkdir run |
mkdir run |
183 |
cd run |
cd run |
184 |
\cp ../inp_thsice/* . |
\rm * |
185 |
\cp ../input/* . |
\cp ../input/* . |
186 |
\cp ../../../../MITgcm_contrib/high_res_cube/input/* . |
\cp ../../../../MITgcm_contrib/high_res_cube/input/* . |
187 |
\cp data_hr data |
ln -sf ../../../../run_template/* . |
188 |
\ln -sf ../../../../run_template/tile00* . |
\rm pickup* |
189 |
\ln -sf ../../../../run_template/LEV* . |
ln -sf ../../../../run_template/pickup.0000316440.cube19 pickup.0000000216 |
190 |
\ln -sf ../../../../run_template/BATHY_18360x85_filled.bin . |
ln -sf ../../../../run_template/pickup_seaice.0000316440.cube19 pickup_seaice.0000000216 |
191 |
qsub job_orion |
\cp ../build/mitgcmuv mitgcmuv150 |
192 |
|
qsub job_altix150 |
193 |
|
|
194 |
|
|
195 |
|
|
196 |
|
|
197 |
|
########################################################################## |
198 |
|
########################################################################## |
199 |
|
# 510*510*6*50, 1500-tile, 375-cpu, excludes land |
200 |
|
# uses s1500t_17x51 configuration |
201 |
|
# example for running on c17-c20 using arrayd |
202 |
|
|
203 |
|
cd MITgcm/verification/global_ocean.cs32x15/code |
204 |
|
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/* . |
205 |
|
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/s1500t_17x51/* . |
206 |
|
\cp SIZE.h_375 SIZE.h |
207 |
|
\cp packages.conf_hr packages.conf |
208 |
|
|
209 |
|
cd ../build |
210 |
|
\rm * |
211 |
|
../../../tools/genmake2 -mods=../code -of ../../../tools/build_options/linux_ia64_ifort+mpi_altix_nas |
212 |
|
make depend |
213 |
|
make -j |
214 |
|
|
215 |
|
cd .. |
216 |
|
mkdir run |
217 |
|
cd run |
218 |
|
\rm * |
219 |
|
\cp ../input/* . |
220 |
|
\cp ../../../../MITgcm_contrib/high_res_cube/input/* . |
221 |
|
ln -sf ../../../../run_template/* . |
222 |
|
\rm pickup* |
223 |
|
ln -sf ../../../../run_template/pickup.0000316440.cube19 pickup.0000000216 |
224 |
|
ln -sf ../../../../run_template/pickup_seaice.0000316440.cube19 pickup_seaice.0000000216 |
225 |
|
\cp ../build/mitgcmuv . |
226 |
|
job_c20_375cpu < /dev/null >&! output.run & |
227 |
|
|
228 |
|
|
229 |
|
|
230 |
|
|
231 |
|
|
232 |
|
|
233 |
|
|
234 |
|
|
235 |
|
|
236 |
|
|
237 |
|
|
238 |
|
|
239 |
|
########################################################################## |
240 |
|
########################################################################## |
241 |
|
# 510*510*6*50, 1500-tile, 375-cpu, excludes land |
242 |
|
# uses s1500t_17x51 configuration |
243 |
|
# example for running on c17-c20 using arrayd |
244 |
|
|
245 |
|
cd MITgcm/verification/global_ocean.cs32x15/code |
246 |
|
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/* . |
247 |
|
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/s1500t_17x51/* . |
248 |
|
\cp SIZE.h_375 SIZE.h |
249 |
|
\cp packages.conf_hr packages.conf |
250 |
|
|
251 |
|
cd ../build |
252 |
|
\rm * |
253 |
|
../../../tools/genmake2 -mods=../code -of ../../../tools/build_options/linux_ia64_ifort+mpi_altix_nas |
254 |
|
make depend |
255 |
|
make -j |
256 |
|
|
257 |
|
cd .. |
258 |
|
mkdir run |
259 |
|
cd run |
260 |
|
\rm * |
261 |
|
\cp ../input/* . |
262 |
|
\cp ../../../../MITgcm_contrib/high_res_cube/input/* . |
263 |
|
ln -sf ../../../../run_template/* . |
264 |
|
\rm pickup* |
265 |
|
ln -sf ../../../../run_template/pickup.0000316440.cube19 pickup.0000000216 |
266 |
|
ln -sf ../../../../run_template/pickup_seaice.0000316440.cube19 pickup_seaice.0000000216 |
267 |
|
\cp ../build/mitgcmuv . |
268 |
|
job_c20_375cpu < /dev/null >&! output.run & |
269 |
|
|
270 |
|
|
271 |
########################################################################## |
########################################################################## |
272 |
########################################################################## |
########################################################################## |
273 |
# 510*510*6*50, 216-cpu cube sphere on the altices with efc |
# 510*510*6*50, 1500-tile, 500-cpu, excludes land |
274 |
|
# uses s1500t_17x51 configuration |
275 |
|
# example for running on c17-c20 using arrayd |
276 |
|
|
277 |
setenv CVSROOT :pserver:cvsanon@mitgcm.org:/u/u0/gcmpack |
cd MITgcm/verification/global_ocean.cs32x15/code |
278 |
cvs login ( CVS password: cvsanon ) |
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/* . |
279 |
cvs co -r checkpoint52d_pre MITgcm_contrib/high_res_cube/README_ice |
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/s1500t_17x51/* . |
280 |
cvs co -r checkpoint52d_pre MITgcm_contrib/high_res_cube/code-mods |
\cp SIZE.h_500 SIZE.h |
281 |
cvs co -r checkpoint52d_pre MITgcm_contrib/high_res_cube/matlab-grid-converter |
\cp packages.conf_hr packages.conf |
282 |
cvs co -r checkpoint52d_pre MITgcm_contrib/high_res_cube/input |
|
283 |
cvs co -r checkpoint52d_pre MITgcm_contrib/high_res_cube/results |
cd ../build |
284 |
cvs co -r checkpoint52d_pre MITgcm_code |
\rm * |
285 |
cvs co -r checkpoint52d_pre MITgcm/verification/global_ocean.cs32x15 |
../../../tools/genmake2 -mods=../code -of ../../../tools/build_options/linux_ia64_ifort+mpi_altix_nas |
286 |
|
make depend |
287 |
|
make -j |
288 |
|
|
289 |
|
cd .. |
290 |
|
mkdir run |
291 |
|
cd run |
292 |
|
\rm * |
293 |
|
\cp ../input/* . |
294 |
|
\cp ../../../../MITgcm_contrib/high_res_cube/input/* . |
295 |
|
ln -sf ../../../../run_template/* . |
296 |
|
\rm pickup* |
297 |
|
ln -sf ../../../../run_template/pickup.0000316440.cube19 pickup.0000000216 |
298 |
|
ln -sf ../../../../run_template/pickup_seaice.0000316440.cube19 pickup_seaice.0000000216 |
299 |
|
\cp ../build/mitgcmuv . |
300 |
|
job_c19_500cpu < /dev/null >&! output.run & |
301 |
|
|
302 |
|
|
303 |
|
|
304 |
|
|
305 |
|
|
306 |
|
########################################################################## |
307 |
|
########################################################################## |
308 |
|
# 510*510*6*50, 216-cpu cube sphere on cosmos |
309 |
|
|
310 |
cd MITgcm/verification/global_ocean.cs32x15/code |
cd MITgcm/verification/global_ocean.cs32x15/code |
311 |
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/* . |
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/* . |
312 |
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/s216t_85x85/* . |
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/s216t_85x85/* . |
313 |
\cp SIZE.h_216 SIZE.h |
\cp SIZE.h_216 SIZE.h |
314 |
\cp CPP_EEOPTIONS.h_mpi CPP_EEOPTIONS.h |
\cp packages.conf_hr packages.conf |
315 |
\rm mdsio_readfield.F |
|
316 |
|
module unload latest_intel80 |
317 |
|
module unload mpich-gm-intel80 |
318 |
|
module load latest_intel81 |
319 |
|
module load mpich-gm-intel81 |
320 |
|
|
321 |
|
cd ../build |
322 |
|
\rm * |
323 |
|
../../../tools/genmake2 -mods=../code -of ../../../tools/build_options/linux_ia32_ifort+mpi_cosmos |
324 |
|
make depend |
325 |
|
make -j |
326 |
|
|
327 |
cd .. |
cd .. |
328 |
mkdir build |
mkdir run |
329 |
cd build |
cd run |
330 |
../../../tools/genmake2 -mods=../code -of ../../../tools/build_options/linux_ia64_efc+mpi |
\rm * |
331 |
|
\cp ../input/* . |
332 |
|
\cp ../../../../MITgcm_contrib/high_res_cube/input/* . |
333 |
|
ln -sf ../../../../run_template/* . |
334 |
|
\rm pickup* |
335 |
|
ln -sf ../../../../run_template/pickup.0000316440.cube19 pickup.0000000216 |
336 |
|
ln -sf ../../../../run_template/pickup_seaice.0000316440.cube19 pickup_seaice.0000000216 |
337 |
|
\cp ../build/mitgcmuv . |
338 |
|
bsub < job_cosmos |
339 |
|
|
340 |
|
|
341 |
|
|
342 |
|
|
343 |
|
|
344 |
|
|
345 |
|
|
346 |
|
|
347 |
|
|
348 |
|
|
349 |
|
|
350 |
|
|
351 |
|
|
352 |
|
|
353 |
|
|
354 |
|
|
355 |
|
|
356 |
|
|
357 |
|
|
358 |
|
|
359 |
|
########################################################################## |
360 |
|
########################################################################## |
361 |
|
# 510*510*6*50, 216-tile, 54-cpu cube sphere on the altices with efc |
362 |
|
# requires input files in sudirectories run_template and ncep_rgau |
363 |
|
# presently residing under orion:/tmp1/dmenem/cube |
364 |
|
|
365 |
|
cd MITgcm/verification/global_ocean.cs32x15/code |
366 |
|
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/* . |
367 |
|
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/s216t_85x85/* . |
368 |
|
\cp SIZE.h_54 SIZE.h |
369 |
|
\cp packages.conf_hr packages.conf |
370 |
|
|
371 |
|
cd ../build |
372 |
|
\rm * |
373 |
|
../../../tools/genmake2 -mods=../code -of ../../../tools/build_options/linux_ia64_efc+mpi_altix |
374 |
make depend |
make depend |
375 |
make |
make -j |
376 |
|
|
377 |
|
cd .. |
378 |
|
mkdir run |
379 |
|
cd run |
380 |
|
\rm * |
381 |
|
\cp ../input/* . |
382 |
|
\cp ../../../../MITgcm_contrib/high_res_cube/input/* . |
383 |
|
qsub job_orion |
384 |
|
|
385 |
|
|
386 |
|
########################################################################## |
387 |
|
########################################################################## |
388 |
|
# 510*510*6*50, 205-tile, 41-cpu cube sphere on the altices with efc |
389 |
|
# requires input files in sudirectories run_template and ncep_rgau |
390 |
|
# presently residing under orion:/tmp1/dmenem/cube |
391 |
|
|
392 |
|
cd MITgcm/verification/global_ocean.cs32x15/code |
393 |
|
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/* . |
394 |
|
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/s205t_85x85/* . |
395 |
|
\cp SIZE.h_41 SIZE.h |
396 |
|
\cp packages.conf_hr packages.conf |
397 |
|
|
398 |
|
cd ../build |
399 |
|
\rm * |
400 |
|
../../../tools/genmake2 -mods=../code -of ../../../tools/build_options/linux_ia64_efc+mpi_altix |
401 |
|
make depend |
402 |
|
make -j |
403 |
|
|
404 |
|
cd .. |
405 |
|
mkdir run |
406 |
|
cd run |
407 |
|
\rm * |
408 |
|
\cp ../input/* . |
409 |
|
\cp ../../../../MITgcm_contrib/high_res_cube/input/* . |
410 |
|
qsub job_orion41 |
411 |
|
|
412 |
|
|
413 |
|
########################################################################## |
414 |
|
########################################################################## |
415 |
|
# 510*510*6*50, 1500-tile, 50-cpu cube sphere on the altices with efc |
416 |
|
# requires input files in sudirectories run_template and ncep_rgau |
417 |
|
# presently residing under orion:/tmp1/dmenem/cube |
418 |
|
|
419 |
|
cd MITgcm/verification/global_ocean.cs32x15/code |
420 |
|
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/* . |
421 |
|
\cp ../../../../MITgcm_contrib/high_res_cube/code-mods/s1500t_17x51/* . |
422 |
|
\cp SIZE.h_50 SIZE.h |
423 |
|
\cp packages.conf_hr packages.conf |
424 |
|
|
425 |
|
cd ../build |
426 |
|
\rm * |
427 |
|
../../../tools/genmake2 -mods=../code -of ../../../tools/build_options/linux_ia64_efc+mpi_altix |
428 |
|
make depend |
429 |
|
make -j |
430 |
|
|
431 |
cd .. |
cd .. |
432 |
mkdir run |
mkdir run |
433 |
cd run |
cd run |
434 |
\cp ../inp_thsice/* . |
\rm * |
435 |
\cp ../input/* . |
\cp ../input/* . |
436 |
\cp ../../../../MITgcm_contrib/high_res_cube/input/* . |
\cp ../../../../MITgcm_contrib/high_res_cube/input/* . |
|
\cp data_hr data |
|
|
\cp data.pkg_hr data.pkg |
|
|
\ln -sf ../../../../run_template/tile00* . |
|
|
\ln -sf ../../../../run_template/LEV* . |
|
|
\ln -sf ../../../../run_template/BATHY_18360x85_filled.bin . |
|
437 |
qsub job_orion |
qsub job_orion |