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

Contents of /MITgcm_contrib/quarter_degree_global/README.txt

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


Revision 1.41 - (show annotations) (download)
Thu Jan 6 07:22:12 2005 UTC (20 years, 6 months ago) by dimitri
Branch: MAIN
Changes since 1.40: +14 -0 lines
File MIME type: text/plain
quarter_degree_global/README.txt

1 Instructions for setting up a quarter degree integration
2 forced 1. by NCEP fields and 2. by SIO fields.
3
4 ##########################################################################
5 # getting the code from anonymous CVS server
6
7 cvs co MITgcm_contrib/quarter_degree_global
8 cvs co MITgcm_code
9 cvs co MITgcm/verification/global_with_exf
10 cvs co MITgcm/verification/testreport
11
12
13 #############################################################################
14 # 1-CPU verification/global_with_exf including pkg/diagnostics
15
16 cd MITgcm/verification/global_with_exf/build
17 \rm *
18 \cp ../code/* .
19 \cp ../../../../MITgcm_contrib/quarter_degree_global/code/packages.conf .
20 \cp ../../../../MITgcm_contrib/quarter_degree_global/code/ECCO_CPPOPTIONS.h .
21 \cp ../../../../MITgcm_contrib/quarter_degree_global/code/CPP_OPTIONS.h .
22 \cp ../../../../MITgcm_contrib/quarter_degree_global/code/DIAGNOSTICS_SIZE.h .
23 \cp ../../../../MITgcm_contrib/quarter_degree_global/code/SIZE.h_test1 .
24 \mv SIZE.h_test1 SIZE.h
25 ../../../tools/genmake2
26 make depend
27 make -j 4
28 cd ..
29 mkdir run
30 cd run
31 \rm *
32 \cp ../build/mitgcmuv .
33 \ln -sf ../input/* .
34 \rm data
35 \cp ../../../../MITgcm_contrib/quarter_degree_global/input/data_test data
36 \cp ../../../../MITgcm_contrib/quarter_degree_global/input/data.pkg .
37 \cp ../../../../MITgcm_contrib/quarter_degree_global/input/data.kpp .
38 \cp ../../../../MITgcm_contrib/quarter_degree_global/input/data.diagnostics .
39 mitgcmuv >& output.txt
40
41
42 there is comparison output in
43 ../../../../MITgcm_contrib/quarter_degree_global/results/output.txt
44
45
46 #############################################################################
47 # mpi test verification/global_with_exf including pkg/diagnostics on columbia
48
49 cd MITgcm/verification/global_with_exf/build
50 \rm *
51 \cp ../code/* .
52 \cp ../../../../MITgcm_contrib/quarter_degree_global/code/packages.conf .
53 \cp ../../../../MITgcm_contrib/quarter_degree_global/code/ECCO_CPPOPTIONS.h .
54 \cp ../../../../MITgcm_contrib/quarter_degree_global/code/CPP_OPTIONS.h .
55 \cp ../../../../MITgcm_contrib/quarter_degree_global/code/SIZE.h_test .
56 \mv SIZE.h_test SIZE.h
57 ../../../tools/genmake2 -of ../../../tools/build_options/linux_ia64_ifort+mpi_altix_nas
58 make depend
59 make -j 4
60 cd ..
61 mkdir run
62 cd run
63 \rm *
64 \cp ../build/mitgcmuv .
65 \ln -sf ../input/* .
66 \rm data
67 \cp ../../../../MITgcm_contrib/quarter_degree_global/input/data_test data
68 mpirun -np 2 mitgcmuv
69
70 there is comparison output in
71 ../../../../MITgcm_contrib/quarter_degree_global/results/STDOUT.0000
72
73
74 ##########################################################################
75 # 1440x1088 204-cpu (120x12)x(64x17) 1/4-deg integration on altix.
76 # Requires input files in subdirectory iter69 to be at same level as MITgcm
77 # and MITgcm_contrib. A copy of iter69 resides on columbia10:/nobackup10
78 # The integration length is 4018 days, 1992-2002.
79 # First three days need to be integrated using deltat=200.
80
81 cd MITgcm
82 mkdir bin exe
83 cd bin
84 \rm *
85 \cp ../../MITgcm_contrib/quarter_degree_global/code/* .
86 ../tools/genmake2 -of ../tools/build_options/linux_ia64_ifort+mpi_altix_nas
87 make depend
88 make -j 4
89 cd ../exe
90 \rm *
91 \cp ../bin/mitgcmuv .
92 \cp ../../MITgcm_contrib/quarter_degree_global/input/* .
93 \ln -sf ../../iter69/* .
94 qsub job_altix
95
96
97 ##########################################################################
98 # 2880x2176 480-cpu (96x30)x(136x16) 1/8-deg integration on altix.
99 # Requires input files in sudirectory iter69 to be at same level as MITgcm
100 # and MITgcm_contrib. A copy of iter69 with 1/8-deg files resides on
101 # columbia18:/nobackup18/menemenl/eight.
102 # The integration length is 3 days.
103 # First three days need to be integrated using deltat=100.
104
105 cd MITgcm
106 mkdir bin exe
107 cd bin
108 \rm *
109 \cp ../../MITgcm_contrib/quarter_degree_global/code/* .
110 \cp SIZE.h_8_480 SIZE.h
111 ../tools/genmake2 -of ../tools/build_options/linux_ia64_efc+mpi_altix
112 make depend
113 make -j 4
114 cd ../exe
115 \rm *
116 \cp ../bin/mitgcmuv .
117 \cp ../../MITgcm_contrib/quarter_degree_global/input/* .
118 \ln -sf ../../iter69/* .
119 \cp data.exf_clim_8 data.exf_clim
120 \cp data_SIO_8 data
121 qsub job_altix
122
123
124 ##########################################################################
125 # 2880x2176 960-cpu (96x30)x(68x32) 1/8-deg integration on altix with efc
126 # requires input files in sudirectory iter69 to be at same level as MITgcm
127 # and MITgcm_contrib. A copy of iter69 with 1/8-deg files resides on
128 # columbia18:/nobackup18/menemenl/eight.
129 # The integration length is 3 days.
130 # First three days need to be integrated using deltat=100.
131
132 module purge
133 module load modules scsl.1.5.0.0 intel-comp.8.0.070 mpt.1.11-85
134 setenv MPI_DSM_DISTRIBUTE
135 cd MITgcm
136 mkdir bin exe
137 cd bin
138 \rm *
139 \cp ../../MITgcm_contrib/quarter_degree_global/code/* .
140 \cp SIZE.h_8_960 SIZE.h
141 ../tools/genmake2 -of ../tools/build_options/linux_ia64_ifort+mpi_altix_nas
142 make depend
143 make -j 4
144 \cp mitgcmuv ../exe/mitgcmuv960
145
146 # NCEP integration start
147 cd ../exe
148 \cp ../../MITgcm_contrib/quarter_degree_global/input/* .
149 \ln -sf ../../iter69/* .
150 \cp data.exf_clim_8 data.exf_clim
151 \cp data_NCEP_8 data
152 ./modpickup_8
153 scp data* mitgcm* columbia18:/nobackup/menemenl/eighth/MITgcm/exe
154 /opt/sgi/mpt/1.11-85/bin/mpirun.real -v -a a2k \
155 -d /nobackup/menemenl/eighth/MITgcm/exe \
156 c17 480 runon 11-490 mitgcmuv960 : \
157 c18 480 runon 11-490 mitgcmuv960 \
158 < /dev/null >&! output.run &
159
160 scp data* mitgcm* columbia18:/nobackup/menemenl/eighth/MITgcm/exe
161 /opt/sgi/mpt/1.11-85/bin/mpirun.real -v -a a2k \
162 -d /nobackup/menemenl/eighth/MITgcm/exe \
163 c17 508 runon 4-511 mitgcmuv768 : \
164 c18 260 runon 4-263 mitgcmuv768 \
165 < /dev/null >&! output.run &
166
167 /opt/sgi/mpt/1.11-85/bin/mpirun.real -v -a a2k \
168 c17 480 runon 11-490 mitgcmuv480 \
169 < /dev/null >&! output.run &
170
171 days integrated with 150-s time steps: 1-30, 81-112,
172 use data.diagnostics_150, data_NCEP_8_150
173
174 # SIO integration start
175 cd ../exe
176 \cp ../../MITgcm_contrib/quarter_degree_global/input/* .
177 \ln -sf ../../iter69/* .
178 \cp data.exf_clim_8 data.exf_clim
179 \cp data.exf_SIO data.exf
180 \cp data_SIO_8 data
181 ./modpickup_8
182 scp data* mitgcmuv* columbia20:/nobackup/menemenl/eighth/MITgcm/exe
183 /opt/sgi/mpt/1.11-85/bin/mpirun.real -v -a a2k \
184 -d /nobackup/menemenl/eighth/MITgcm/exe \
185 c19 480 runon 11-490 mitgcmuv960 : \
186 c20 480 runon 11-490 mitgcmuv960 \
187 < /dev/null >&! output.run &
188
189 scp data* mitgcm* columbia20:/nobackup/menemenl/eighth/MITgcm/exe
190 /opt/sgi/mpt/1.11-85/bin/mpirun.real -v -a a2k \
191 -d /nobackup/menemenl/eighth/MITgcm/exe \
192 c19 508 runon 4-511 mitgcmuv768 : \
193 c20 260 runon 4-263 mitgcmuv768 \
194 < /dev/null >&! output.run &
195
196 /opt/sgi/mpt/1.11-85/bin/mpirun.real -v -a a2k \
197 c19 480 runon 11-490 mitgcmuv480 \
198 < /dev/null >&! output.run &
199
200 days integrated with 150-s time steps: 1-30, 81-91, 112-132,
201 use data.diagnostics_150, data_SIO_8_150
202
203
204 # 1920-CPU integration
205 /opt/sgi/mpt/1.11-85/bin/mpirun.real -v -a a2k \
206 -d /nobackup/menemenl/eighth/MITgcm/exe \
207 c17 480 runon 11-490 mitgcmuv1920 : \
208 c18 480 runon 11-490 mitgcmuv1920 : \
209 c19 480 runon 11-490 mitgcmuv1920 : \
210 c20 480 runon 11-490 mitgcmuv1920 \
211 < /dev/null >&! output.run &
212
213
214
215 fails for 1/8
216 > viscA4GridMin=3.e-4,
217 > viscA4GridMax=4.e-3,
218 > viscC4Leith=0.05,
219 > deltat=300
220 fails:
221 < viscA4GridMin=6.e-4,
222 < viscA4GridMax=8.e-3,
223 < viscC4Leith=0.1,
224 fails:
225 < viscA4GridMin=6.e-4,
226 < viscA4GridMax=8.e-3,
227 < viscC4Leith=0.2,
228 fails:
229 < viscA4GridMin=1.e-3,
230 < viscA4GridMax=1.e-2,
231 < viscC4Leith=0.2,
232 fails:
233 < viscA4GridMin=1.e-3,
234 < viscA4GridMax=1.e-2,
235 < viscC4Leith=0.3,
236 fails:
237 < viscA4GridMin=1.2e-3,
238 < viscA4GridMax=1.6e-2,
239 < viscC4Leith=0.2,
240 fails:
241 < viscA4GridMin=1.2e-3,
242 < viscA4GridMax=1.6e-2,
243 < viscC4Leith=0.4,
244 fails
245 < viscA4GridMin=1.2e-3,
246 < viscA4GridMax=1.2e-2,
247 < viscC4Leith=1.2,
248 fails:
249 < viscA4GridMin=2e-3,
250 < viscA4GridMax=1e-2,
251 < viscC4Leith=0.1,
252 fails:
253 < viscA4GridMin=2e-3,
254 < viscA4GridMax=1e-2,
255 < viscC4Leith=0.2,
256 fails:
257 < viscA4GridMin=4e-3,
258 < viscA4GridMax=8e-3,
259 < viscC4Leith=0.2,
260 fails:
261 viscA4GridMin=5e-3,
262 viscA4GridMax=1e-2,
263 viscC4Leith=.2,
264 starting with time step 50112, try:
265 (this mean day 174 becomes day 116)
266 viscA4GridMin=6.e-4,
267 viscA4GridMax=8.e-3,
268 viscC4Leith=0.1,
269 deltat=200
270
271
272 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%
273
274 1/8 timing tests:
275
276 columbia20
277 scsl.1.5.0.0
278 c18 intel-comp.8.0.070
279 240-CPU default mpt.1.11-85
280 ------------------------------------------------
281 MAIN LOOP 7115 5066
282 EXF_GETFORCING 372 38
283 DO_OCEANIC_PHYS 1221 1272
284 STATEKPP 509 532
285 KPPMIX 370 374
286 DYNAMICS 1527 1429
287 SOLVE_FOR_PRESSURE 1804 206
288 BLOCKING_EXCHANGES 117 115
289 THERMODYNAMICS 1166 1100
290 DO_THE_MODEL_IO 173 177
291 WRITE_CHECKPOINT 341 333
292
293
294 columbia20
295 scsl.1.5.0.0
296 c18 intel-comp.8.0.070
297 480-CPU default mpt.1.11-85
298 c19 default
299 c17 default, other processes
300 c19 new
301 -------------------------------------------------------------------------
302 MAIN LOOP 4024 2917 5379 8895 3571
303 EXF_GETFORCING 218 33 880 261 227
304 DO_OCEANIC_PHYS 622 619 621 913 620
305 STATEKPP 269 265 268 310 265
306 KPPMIX 190 188 189 291 189
307 DYNAMICS 747 718 745 1456 714
308 SOLVE_FOR_PRESSURE 966 119 1703 2748 900
309 BLOCKING_EXCHANGES 64 70 392 375 70
310 THERMODYNAMICS 553 582 566 1510 584
311 DO_THE_MODEL_IO 178 156 149 184 152
312 WRITE_CHECKPOINT 364 332 864 420 333
313
314
315
316 CPU 240 480 960 1440 1920
317 -------------------------------------------------------------
318 MAIN LOOP 5066 2917 2227 1551 1276
319 EXF_GETFORCING 38 33 126 60 83
320 DO_OCEANIC_PHYS 1272 619 320 390 186
321 STATEKPP 532 265 138 181 77
322 KPPMIX 374 188 98 112 53
323 DYNAMICS 1429 718 313 319 173
324 SOLVE_FOR_PRESSURE 206 119 483 169 310
325 BLOCKING_EXCHANGES 115 70 53 29 28
326 THERMODYNAMICS 1100 582 294 279 172
327 DO_THE_MODEL_IO 177 156 131 202 155
328 WRITE_CHECKPOINT 333 332 302 524 352
329
330
331 4 clusters timeave
332 Dec 16 08:17 Ttave.0000051840.data
333 Dec 16 08:47 Ttave.0000053136.data
334 Dec 16 09:17 Ttave.0000054432.data
335 Dec 16 09:53 Ttave.0000055728.data
336 Dec 17 14:08 Ttave.0000075168.data
337 Dec 17 14:33 Ttave.0000076464.data
338 Dec 17 14:58 Ttave.0000077760.data
339 Dec 17 15:29 Ttave.0000079056.data
340
341 1 cluster timeave
342 Dec 16 22:14 Ttave.0000059616.data
343 Dec 16 23:16 Ttave.0000060912.data
344 Dec 17 00:19 Ttave.0000062208.data
345 Dec 17 01:27 Ttave.0000063504.data
346 Dec 17 02:29 Ttave.0000064800.data
347 Dec 17 03:31 Ttave.0000066096.data
348 Dec 17 04:39 Ttave.0000067392.data
349 Dec 17 05:42 Ttave.0000068688.data
350 Dec 17 06:44 Ttave.0000069984.data
351
352 2 cluster timeave
353 Dec 17 21:19 Ttave.0000086832.data
354 Dec 17 21:55 Ttave.0000088128.data 36
355 Dec 17 22:30 Ttave.0000089424.data 35
356 Dec 17 23:12 Ttave.0000090720.data 42
357 Dec 17 23:47 Ttave.0000092016.data 35
358 Dec 18 00:23 Ttave.0000093312.data 36
359 Dec 18 01:04 Ttave.0000094608.data 41
360 Dec 18 01:39 Ttave.0000095904.data 35
361
362 2 cluster diagnostics
363 Dec 18 02:26 THETA.0000086832.data
364 Dec 18 03:05 THETA.0000088128.data 39
365 Dec 18 03:43 THETA.0000089424.data 38
366 Dec 18 04:27 THETA.0000090720.data 44
367 Dec 18 05:06 THETA.0000092016.data 39
368 Dec 18 05:45 THETA.0000093312.data 39
369 Dec 18 06:29 THETA.0000094608.data 44
370 Dec 18 07:08 THETA.0000095904.data 39
371
372
373 %%%%%%%%%%%%%%%%%
374
375
376
377 e1=readbin('test_oldstyle/ETAtave.0000000018.data',[90 40]);
378 e2=readbin('ETAN.0000000018.data',[90 40]);
379 e16=readbin('test_oldstyle/Eta.0000000016.data',[90 40]);
380 e17=readbin('test_oldstyle/Eta.0000000017.data',[90 40]);
381 e18=readbin('test_oldstyle/Eta.0000000018.data',[90 40]);
382 minmax(e1-e2)
383 minmax(e2-(e16+e17+e18)/3)
384
385 e1=readbin('test_oldstyle/sFluxtave.0000000018.data',[90 40]);
386 e2=readbin('SFLUX.0000000018.data',[90 40]);
387 minmax(e1-e2)
388
389 e1=readbin('test_oldstyle/tFluxtave.0000000018.data',[90 40]);
390 e2=readbin('TFLUX.0000000018.data',[90 40]);
391 minmax(e1-e2)
392
393 e1=readbin('TRELAX.0000000018.data',[90 40]);
394 subplot(211),mypcolor(e1');colorbar
395
396 e1=readbin('SRELAX.0000000018.data',[90 40]);
397 subplot(211),mypcolor(e1');colorbar
398
399 e1=readbin('TICE.0000000018.data',[90 40]);
400 subplot(211),mypcolor(e1');colorbar
401
402
403 e1=readbin('test_oldstyle/wVeltave.0000000018.data',[90 40 15]);
404 e2=readbin('WVEL.0000000018.data',[90 40 15]);
405 e16=readbin('test_oldstyle/W.0000000016.data',[90 40 15]);
406 e17=readbin('test_oldstyle/W.0000000017.data',[90 40 15]);
407 e18=readbin('test_oldstyle/W.0000000018.data',[90 40 15]);
408 minmax(e1-e2)
409 minmax(e2-(e16+e17+e18)/3)
410
411
412
413 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
414
415 4-cluster STDOUT:
416
417 (PID.TID 0000.0001) Seconds in section "ALL [THE_MODEL_MAIN]":
418 (PID.TID 0000.0001) User time: 23015.0722656250
419 (PID.TID 0000.0001) System time: 1243.64355468750
420 (PID.TID 0000.0001) Wall clock time: 24311.5318078995
421 (PID.TID 0000.0001) No. starts: 1
422 (PID.TID 0000.0001) No. stops: 1
423 (PID.TID 0000.0001) Seconds in section "INITIALISE_FIXED [THE_MODEL_MAIN]":
424 (PID.TID 0000.0001) User time: 2.60839843750000
425 (PID.TID 0000.0001) System time: 25.8310546875000
426 (PID.TID 0000.0001) Wall clock time: 33.9003880023956
427 (PID.TID 0000.0001) No. starts: 1
428 (PID.TID 0000.0001) No. stops: 1
429 (PID.TID 0000.0001) Seconds in section "THE_MAIN_LOOP [THE_MODEL_MAIN]":
430 (PID.TID 0000.0001) User time: 22703.6943359375
431 (PID.TID 0000.0001) System time: 1182.34375000000
432 (PID.TID 0000.0001) Wall clock time: 23933.1810109615
433 (PID.TID 0000.0001) No. starts: 1
434 (PID.TID 0000.0001) No. stops: 1
435 (PID.TID 0000.0001) Seconds in section "INITIALISE_VARIA [THE_MAIN_LOOP]":
436 (PID.TID 0000.0001) User time: 280.416992187500
437 (PID.TID 0000.0001) System time: 31.5332031250000
438 (PID.TID 0000.0001) Wall clock time: 312.243556022644
439 (PID.TID 0000.0001) No. starts: 1
440 (PID.TID 0000.0001) No. stops: 1
441 (PID.TID 0000.0001) Seconds in section "MONITOR [THE_MAIN_LOOP]":
442 (PID.TID 0000.0001) User time: 0.217773437500000
443 (PID.TID 0000.0001) System time: 2.148437500000000E-002
444 (PID.TID 0000.0001) Wall clock time: 0.239687919616699
445 (PID.TID 0000.0001) No. starts: 1
446 (PID.TID 0000.0001) No. stops: 1
447 (PID.TID 0000.0001) Seconds in section "DO_THE_MODEL_IO [THE_MAIN_LOOP]":
448 (PID.TID 0000.0001) User time: 0.000000000000000E+000
449 (PID.TID 0000.0001) System time: 2.929687500000000E-003
450 (PID.TID 0000.0001) Wall clock time: 1.174807548522949E-002
451 (PID.TID 0000.0001) No. starts: 1
452 (PID.TID 0000.0001) No. stops: 1
453 (PID.TID 0000.0001) Seconds in section "MAIN LOOP [THE_MAIN_LOOP]":
454 (PID.TID 0000.0001) User time: 22423.0595703125
455 (PID.TID 0000.0001) System time: 1150.77441406250
456 (PID.TID 0000.0001) Wall clock time: 23620.6801800728
457 (PID.TID 0000.0001) No. starts: 1
458 (PID.TID 0000.0001) No. stops: 1
459 (PID.TID 0000.0001) Seconds in section "FORWARD_STEP [THE_MAIN_LOOP]":
460 (PID.TID 0000.0001) User time: 22422.7861328125
461 (PID.TID 0000.0001) System time: 1131.83984375000
462 (PID.TID 0000.0001) Wall clock time: 23601.7874710560
463 (PID.TID 0000.0001) No. starts: 19584
464 (PID.TID 0000.0001) No. stops: 19584
465 (PID.TID 0000.0001) Seconds in section "EXF_GETFORCING [FORWARD_STEP]":
466 (PID.TID 0000.0001) User time: 2326.35644531250
467 (PID.TID 0000.0001) System time: 19.2968750000000
468 (PID.TID 0000.0001) Wall clock time: 2407.96958661079
469 (PID.TID 0000.0001) No. starts: 19584
470 (PID.TID 0000.0001) No. stops: 19584
471 (PID.TID 0000.0001) Seconds in section "DO_ATMOSPHERIC_PHYS [FORWARD_STEP]":
472 (PID.TID 0000.0001) User time: 0.241210937500000
473 (PID.TID 0000.0001) System time: 65.8115234375000
474 (PID.TID 0000.0001) Wall clock time: 63.7085669040680
475 (PID.TID 0000.0001) No. starts: 19584
476 (PID.TID 0000.0001) No. stops: 19584
477 (PID.TID 0000.0001) Seconds in section "DO_OCEANIC_PHYS [FORWARD_STEP]":
478 (PID.TID 0000.0001) User time: 3878.48046875000
479 (PID.TID 0000.0001) System time: 133.912109375000
480 (PID.TID 0000.0001) Wall clock time: 3950.58713698387
481 (PID.TID 0000.0001) No. starts: 19584
482 (PID.TID 0000.0001) No. stops: 19584
483 (PID.TID 0000.0001) Seconds in section "STATEKPP [KPP_CALC]":
484 (PID.TID 0000.0001) User time: 1737.89941406250
485 (PID.TID 0000.0001) System time: 65.4189453125000
486 (PID.TID 0000.0001) Wall clock time: 1742.63016891479
487 (PID.TID 0000.0001) No. starts: 19584
488 (PID.TID 0000.0001) No. stops: 19584
489 (PID.TID 0000.0001) Seconds in section "KPPMIX [KPP_CALC]":
490 (PID.TID 0000.0001) User time: 1112.83300781250
491 (PID.TID 0000.0001) System time: 0.589843750000000
492 (PID.TID 0000.0001) Wall clock time: 1113.83706998825
493 (PID.TID 0000.0001) No. starts: 19584
494 (PID.TID 0000.0001) No. stops: 19584
495 (PID.TID 0000.0001) Seconds in section "DYNAMICS [FORWARD_STEP]":
496 (PID.TID 0000.0001) User time: 3743.64941406250
497 (PID.TID 0000.0001) System time: 0.105468750000000
498 (PID.TID 0000.0001) Wall clock time: 3746.24456620216
499 (PID.TID 0000.0001) No. starts: 19584
500 (PID.TID 0000.0001) No. stops: 19584
501 (PID.TID 0000.0001) Seconds in section "UPDATE_R_STAR [FORWARD_STEP]":
502 (PID.TID 0000.0001) User time: 164.068359375000
503 (PID.TID 0000.0001) System time: 0.115234375000000
504 (PID.TID 0000.0001) Wall clock time: 164.361629724503
505 (PID.TID 0000.0001) No. starts: 19584
506 (PID.TID 0000.0001) No. stops: 19584
507 (PID.TID 0000.0001) Seconds in section "UPDATE_CG2D [FORWARD_STEP]":
508 (PID.TID 0000.0001) User time: 1887.82617187500
509 (PID.TID 0000.0001) System time: 2.929687500000000E-002
510 (PID.TID 0000.0001) Wall clock time: 1889.06779980659
511 (PID.TID 0000.0001) No. starts: 19584
512 (PID.TID 0000.0001) No. stops: 19584
513 (PID.TID 0000.0001) Seconds in section "SOLVE_FOR_PRESSURE [FORWARD_STEP]":
514 (PID.TID 0000.0001) User time: 2169.57617187500
515 (PID.TID 0000.0001) System time: 0.207031250000000
516 (PID.TID 0000.0001) Wall clock time: 2247.96811437607
517 (PID.TID 0000.0001) No. starts: 19584
518 (PID.TID 0000.0001) No. stops: 19584
519 (PID.TID 0000.0001) Seconds in section "UV_CORRECTION_STEP [FORWARD_STEP]":
520 (PID.TID 0000.0001) User time: 941.570312500000
521 (PID.TID 0000.0001) System time: 87.3515625000000
522 (PID.TID 0000.0001) Wall clock time: 952.724304437637
523 (PID.TID 0000.0001) No. starts: 19584
524 (PID.TID 0000.0001) No. stops: 19584
525 (PID.TID 0000.0001) Seconds in section "UPDATE_ETAH [FORWARD_STEP]":
526 (PID.TID 0000.0001) User time: 0.804687500000000
527 (PID.TID 0000.0001) System time: 12.5117187500000
528 (PID.TID 0000.0001) Wall clock time: 12.5125827789307
529 (PID.TID 0000.0001) No. starts: 19584
530 (PID.TID 0000.0001) No. stops: 19584
531 (PID.TID 0000.0001) Seconds in section "CALC_R_STAR [FORWARD_STEP]":
532 (PID.TID 0000.0001) User time: 337.389648437500
533 (PID.TID 0000.0001) System time: 10.0253906250000
534 (PID.TID 0000.0001) Wall clock time: 393.278358459473
535 (PID.TID 0000.0001) No. starts: 19584
536 (PID.TID 0000.0001) No. stops: 19584
537 (PID.TID 0000.0001) Seconds in section "BLOCKING_EXCHANGES [FORWARD_STEP]":
538 (PID.TID 0000.0001) User time: 1077.76074218750
539 (PID.TID 0000.0001) System time: 48.0166015625000
540 (PID.TID 0000.0001) Wall clock time: 1098.13236880302
541 (PID.TID 0000.0001) No. starts: 39168
542 (PID.TID 0000.0001) No. stops: 39168
543 (PID.TID 0000.0001) Seconds in section "THERMODYNAMICS [FORWARD_STEP]":
544 (PID.TID 0000.0001) User time: 3478.11425781250
545 (PID.TID 0000.0001) System time: 8.09960937500000
546 (PID.TID 0000.0001) Wall clock time: 3480.73422122002
547 (PID.TID 0000.0001) No. starts: 19584
548 (PID.TID 0000.0001) No. stops: 19584
549 (PID.TID 0000.0001) Seconds in section "TS_CORRECTION_STEP [FORWARD_STEP]":
550 (PID.TID 0000.0001) User time: 39.9218750000000
551 (PID.TID 0000.0001) System time: 0.778320312500000
552 (PID.TID 0000.0001) Wall clock time: 41.1147830486298
553 (PID.TID 0000.0001) No. starts: 19584
554 (PID.TID 0000.0001) No. stops: 19584
555 (PID.TID 0000.0001) Seconds in section "DO_STATEVARS_DIAGS [FORWARD_STEP]":
556 (PID.TID 0000.0001) User time: 135.019531250000
557 (PID.TID 0000.0001) System time: 13.3310546875000
558 (PID.TID 0000.0001) Wall clock time: 155.438081502914
559 (PID.TID 0000.0001) No. starts: 19584
560 (PID.TID 0000.0001) No. stops: 19584
561 (PID.TID 0000.0001) Seconds in section "MONITOR [FORWARD_STEP]":
562 (PID.TID 0000.0001) User time: 122.875976562500
563 (PID.TID 0000.0001) System time: 19.3457031250000
564 (PID.TID 0000.0001) Wall clock time: 145.524942874908
565 (PID.TID 0000.0001) No. starts: 19584
566 (PID.TID 0000.0001) No. stops: 19584
567 (PID.TID 0000.0001) Seconds in section "DO_THE_MODEL_IO [FORWARD_STEP]":
568 (PID.TID 0000.0001) User time: 566.588867187500
569 (PID.TID 0000.0001) System time: 89.4033203125000
570 (PID.TID 0000.0001) Wall clock time: 657.526910781860
571 (PID.TID 0000.0001) No. starts: 19584
572 (PID.TID 0000.0001) No. stops: 19584
573 (PID.TID 0000.0001) Seconds in section "WRITE_CHECKPOINT [FORWARD_STEP]":
574 (PID.TID 0000.0001) User time: 1545.53710937500
575 (PID.TID 0000.0001) System time: 212.592773437500
576 (PID.TID 0000.0001) Wall clock time: 1780.71277046204
577 (PID.TID 0000.0001) No. starts: 19584
578 (PID.TID 0000.0001) No. stops: 19584
579 (PID.TID 0000.0001) Seconds in section "WRITE_CHECKPOINT [THE_MODEL_MAIN]":
580 (PID.TID 0000.0001) User time: 308.769531250000
581 (PID.TID 0000.0001) System time: 35.4687500000000
582 (PID.TID 0000.0001) Wall clock time: 344.450322151184
583 (PID.TID 0000.0001) No. starts: 1
584 (PID.TID 0000.0001) No. stops: 1

  ViewVC Help
Powered by ViewVC 1.1.22