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

Diff of /MITgcm_contrib/quarter_degree_global/README.txt

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

revision 1.21 by dimitri, Wed Dec 15 00:39:50 2004 UTC revision 1.47 by dimitri, Wed Feb 9 20:32:20 2005 UTC
# Line 10  cvs co MITgcm/verification/global_with_e Line 10  cvs co MITgcm/verification/global_with_e
10  cvs co MITgcm/verification/testreport  cvs co MITgcm/verification/testreport
11    
12    
13  ##########################################################################  #############################################################################
14  # mpi test of verification/global_with_exf on columbia  # 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  cd MITgcm/verification/global_with_exf/build
50  \rm *  \rm *
51  \cp ../code/* .  \cp ../code/* .
52    \cp ../../../../MITgcm_contrib/quarter_degree_global/code/packages.conf .
53  \cp ../../../../MITgcm_contrib/quarter_degree_global/code/ECCO_CPPOPTIONS.h .  \cp ../../../../MITgcm_contrib/quarter_degree_global/code/ECCO_CPPOPTIONS.h .
54  \cp ../../../../MITgcm_contrib/quarter_degree_global/code/CPP_OPTIONS.h .  \cp ../../../../MITgcm_contrib/quarter_degree_global/code/CPP_OPTIONS.h .
55  \cp ../../../../MITgcm_contrib/quarter_degree_global/code/SIZE.h_test .  \cp ../../../../MITgcm_contrib/quarter_degree_global/code/SIZE.h_test .
56  \mv SIZE.h_test SIZE.h  \mv SIZE.h_test SIZE.h
57  ../../../tools/genmake2 -of ../../../tools/build_options/linux_ia64_efc+mpi_altix  ../../../tools/genmake2 -of ../../../tools/build_options/linux_ia64_ifort+mpi_altix_nas
58  make depend  make depend
59  make -j 4  make -j 4
60  cd ..  cd ..
# Line 38  there is comparison output in Line 72  there is comparison output in
72    
73    
74  ##########################################################################  ##########################################################################
75  # 1440x1088 204-cpu (120x12)x(64x17) 1/4-deg integration on altix with efc  # 1440x1088 204-cpu (120x12)x(64x17) 1/4-deg integration on altix.
76  # requires input files in sudirectory iter69 to be at same level as MITgcm  # 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  # and MITgcm_contrib.  A copy of iter69 resides on columbia10:/nobackup10
78  # The integration length is 4018 days, 1992-2002.  # The integration length is 4018 days, 1992-2002.
79  # First three days need to be integrated using deltat=200.  # First three days need to be integrated using deltat=200.
# Line 49  mkdir bin exe Line 83  mkdir bin exe
83  cd bin  cd bin
84  \rm *  \rm *
85  \cp ../../MITgcm_contrib/quarter_degree_global/code/* .  \cp ../../MITgcm_contrib/quarter_degree_global/code/* .
86  ../tools/genmake2 -of ../tools/build_options/linux_ia64_efc+mpi_altix  ../tools/genmake2 -of ../tools/build_options/linux_ia64_ifort+mpi_altix_nas
87  make depend  make depend
88  make -j 4  make -j 4
89  cd ../exe  cd ../exe
# Line 61  qsub job_altix Line 95  qsub job_altix
95    
96    
97  ##########################################################################  ##########################################################################
98  # 2880x2176 480-cpu (96x30)x(136x16) 1/4-deg integration on altix with efc  # 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  # 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  # and MITgcm_contrib.  A copy of iter69 with 1/8-deg files resides on
101  # columbia18:/nobackup18/menemenl/eight.  # columbia18:/nobackup18/menemenl/eight.
102  # The integration length is 3 days.  # The integration length is 3 days.
# Line 88  qsub job_altix Line 122  qsub job_altix
122    
123    
124  ##########################################################################  ##########################################################################
125  # 2880x2176 960-cpu (96x30)x(68x32) 1/4-deg integration on altix with efc  # 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  # 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  # and MITgcm_contrib.  A copy of iter69 with 1/8-deg files resides on
128  # columbia18:/nobackup18/menemenl/eight.  # columbia18:/nobackup18/menemenl/eight.
# Line 107  cd bin Line 141  cd bin
141  ../tools/genmake2 -of ../tools/build_options/linux_ia64_ifort+mpi_altix_nas  ../tools/genmake2 -of ../tools/build_options/linux_ia64_ifort+mpi_altix_nas
142  make depend  make depend
143  make -j 4  make -j 4
144    \cp mitgcmuv ../exe/mitgcmuv960
145    
146    # NCEP integration start
147  cd ../exe  cd ../exe
 \cp ../bin/mitgcmuv .  
148  \cp ../../MITgcm_contrib/quarter_degree_global/input/* .  \cp ../../MITgcm_contrib/quarter_degree_global/input/* .
149  \ln -sf ../../iter69/* .  \ln -sf ../../iter69/* .
150  \cp data.exf_clim_8 data.exf_clim  \cp data.exf_clim_8 data.exf_clim
151  \cp data_SIO_8 data  \cp data_NCEP_8 data
152  modpickup_8  ./modpickup_8
153  mpirun -v -a a2k c18 480 runon 4-483 mitgcmuv : c20 480 runon 4-483 mitgcmuv  
154  mpirun -v -a a2k c18 508 runon 4-511 mitgcmuv : c20 508 runon 4-511 mitgcmuv  scp data* mitgcm* columbia18:/nobackup/menemenl/eighth/MITgcm/exe
155    /opt/sgi/mpt/1.11-85/bin/mpirun.real -v -a a2k \
156  on columbia18:                   -d /nobackup/menemenl/eighth/MITgcm/exe \
157  ln -sf /nobackup18/menemenl/eighth /tmp/eighth                   c17 508 runon 4-511 mitgcmuv960 : \
158                     c18 452 runon 4-455 mitgcmuv960   \
159  on columbia20:                   < /dev/null >&! output.run &
160  ln -sf /nobackup20/menemenl/eighth /tmp/eighth  
161    scp data* mitgcm* columbia18:/nobackup/menemenl/eighth/MITgcm/exe
162  cd ~/exe  /opt/sgi/mpt/1.11-85/bin/mpirun.real -v -a a2k \
163  \cp /tmp/eighth/MITgcm/exe/mitgcmuv960 .                   -d /nobackup/menemenl/eighth/MITgcm/exe \
164  \cp /tmp/eighth/MITgcm_contrib/quarter_degree_global/input/* .                   c17 508 runon 4-511 mitgcmuv768 : \
165  \ln -sf /tmp/eighth/iter69/* .                   c18 260 runon 4-263 mitgcmuv768   \
166                     < /dev/null >&! output.run &
167    
168    /opt/sgi/mpt/1.11-85/bin/mpirun.real -v -a a2k \
169                     c17 480 runon 11-490 mitgcmuv480 \
170                     < /dev/null >&! output.run &
171    
172    days integrated with 150-s time steps: 1-30, 81-112,  
173    use data.diagnostics_150, data_NCEP_8_150
174    
175    # SIO integration start
176    cd ../exe
177    \cp ../../MITgcm_contrib/quarter_degree_global/input/* .
178    \ln -sf ../../iter69/* .
179  \cp data.exf_clim_8 data.exf_clim  \cp data.exf_clim_8 data.exf_clim
180    \cp data.exf_SIO data.exf
181  \cp data_SIO_8 data  \cp data_SIO_8 data
182  \ln -sf /tmp/eighth/MITgcm/exe/pick* .  ./modpickup_8
183    
184    scp data* mitgcm* columbia20:/nobackup/menemenl/eighth/MITgcm/exe
185    /opt/sgi/mpt/1.11-85/bin/mpirun.real -v -a a2k \
186                     -d /nobackup/menemenl/eighth/MITgcm/exe \
187                     c19 508 runon 4-511 mitgcmuv960 : \
188                     c20 452 runon 4-455 mitgcmuv960   \
189                     < /dev/null >&! output.run &
190    
191    scp data* mitgcm* columbia20:/nobackup/menemenl/eighth/MITgcm/exe
192    /opt/sgi/mpt/1.11-85/bin/mpirun.real -v -a a2k \
193                     -d /nobackup/menemenl/eighth/MITgcm/exe \
194                     c19 508 runon 4-511 mitgcmuv768 : \
195                     c20 260 runon 4-263 mitgcmuv768   \
196                     < /dev/null >&! output.run &
197    
198    /opt/sgi/mpt/1.11-85/bin/mpirun.real -v -a a2k \
199                     c19 480 runon 11-490 mitgcmuv480 \
200                     < /dev/null >&! output.run &
201    
202    days integrated with 150-s time steps: 1-30, 81-91, 112-132,
203    use data.diagnostics_150, data_SIO_8_150
204    
205    
206    # 1440-CPU integration
207    scp data* mitgcm* columbia18:/nobackup/menemenl/eighth/MITgcm/exe
208    scp data* mitgcm* columbia19:/nobackup/menemenl/eighth/MITgcm/exe
209    /opt/sgi/mpt/1.11-85/bin/mpirun.real -v -a a2k \
210                     -d /nobackup/menemenl/eighth/MITgcm/exe \
211                     c17 500 runon 4-503 mitgcmuv1440 : \
212                     c18 500 runon 4-503 mitgcmuv1440 : \
213                     c19 440 runon 4-443 mitgcmuv1440   \
214                     < /dev/null >&! output.run &
215    
216    
217    # 1920-CPU integration
218    scp data* mitgcm* columbia18:/nobackup/menemenl/eighth/MITgcm/exe
219    scp data* mitgcm* columbia19:/nobackup/menemenl/eighth/MITgcm/exe
220    scp data* mitgcm* columbia20:/nobackup/menemenl/eighth/MITgcm/exe
221    /opt/sgi/mpt/1.11-85/bin/mpirun.real -v -a a2k \
222                     -d /nobackup/menemenl/eighth/MITgcm/exe \
223                     c17 500 runon 4-503 mitgcmuv1920 : \
224                     c18 500 runon 4-503 mitgcmuv1920 : \
225                     c19 500 runon 4-503 mitgcmuv1920 : \
226                     c20 420 runon 4-423 mitgcmuv1920   \
227                     < /dev/null >&! output.run &
228    
229    
230    NCEP
231      deltat=300
232      viscA4GridMin=6.e-4,
233      viscA4GridMax=8.e-3,
234      viscC4Leith=0.1,
235    on time step 359406, viscosity is increased to
236      viscA4GridMin=8.e-4,
237      viscA4GridMax=8.e-3,
238      viscC4Leith=0.12,
239    on time step 371094, viscosity is increased to
240      viscA4GridMin=1.e-3,
241      viscA4GridMax=1.e-2,
242      viscC4Leith=0.15,
243    this also crashed, so halved time step
244      deltaT=150,
245      viscA4GridMin=1.2e-3,
246      viscA4GridMax=1.6e-2,
247      viscC4Leith=0.1,
248    after 765828, tried 200-s time step
249      deltaT=200,
250      viscA4GridMin=0.9e-4,
251      viscA4GridMax=1.2e-2,
252      viscC4Leith=0.1,
253    
254    SIO
255    on time step 333108, viscosity is increased from
256      deltat=300
257      viscA4GridMin=6.e-4,
258      viscA4GridMax=8.e-3,
259      viscC4Leith=0.1,
260    to
261      viscA4GridMin=8.e-4,
262      viscA4GridMax=8.e-3,
263      viscC4Leith=0.12,
264    this crashed after time step 374868
265    try 200-s time step
266    
267    
 mpirun -v -a a2k -d /tmp/eighth/MITgcm/exe c18 480 runon 4-511 mitgcmuv960 : c20 480 runon 4-511 mitgcmuv960 >&! output.txt &  
268    
269    
270    
# Line 177  fails: Line 309  fails:
309  <   viscA4GridMin=2e-3,  <   viscA4GridMin=2e-3,
310  <   viscA4GridMax=1e-2,  <   viscA4GridMax=1e-2,
311  <   viscC4Leith=0.2,  <   viscC4Leith=0.2,
312  try:  fails:
313  <   viscA4GridMin=4e-3,  <   viscA4GridMin=4e-3,
314  <   viscA4GridMax=8e-3,  <   viscA4GridMax=8e-3,
315  <   viscC4Leith=0.2,  <   viscC4Leith=0.2,
316    fails:
317      viscA4GridMin=5e-3,
318      viscA4GridMax=1e-2,
319      viscC4Leith=.2,
320    starting with time step 50112, try:
321    (this mean day 174 becomes day 116)
322      viscA4GridMin=6.e-4,
323      viscA4GridMax=8.e-3,
324      viscC4Leith=0.1,
325      deltat=200
326    
327    
328  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%
# Line 211  WRITE_CHECKPOINT    341      333 Line 352  WRITE_CHECKPOINT    341      333
352                      c18      intel-comp.8.0.070                      c18      intel-comp.8.0.070
353  480-CPU             default  mpt.1.11-85  480-CPU             default  mpt.1.11-85
354                                        c19 default                                        c19 default
355                                                 c17 default                                                 c17 default, other processes
356                                                            c19 new
357  -------------------------------------------------------------------------  -------------------------------------------------------------------------
358  MAIN LOOP           4024     2917     5379     8895  MAIN LOOP           4024     2917     5379     8895     3571
359  EXF_GETFORCING      218      33       880      261  EXF_GETFORCING      218      33       880      261      227
360  DO_OCEANIC_PHYS     622      619      621      913  DO_OCEANIC_PHYS     622      619      621      913      620
361  STATEKPP            269      265      268      310  STATEKPP            269      265      268      310      265
362  KPPMIX              190      188      189      291  KPPMIX              190      188      189      291      189
363  DYNAMICS            747      718      745      1456  DYNAMICS            747      718      745      1456     714
364  SOLVE_FOR_PRESSURE  966      119      1703     2748  SOLVE_FOR_PRESSURE  966      119      1703     2748     900
365  BLOCKING_EXCHANGES  64       70       392      375  BLOCKING_EXCHANGES  64       70       392      375      70
366  THERMODYNAMICS      553      582      566      1510  THERMODYNAMICS      553      582      566      1510     584
367  DO_THE_MODEL_IO     178      156      149      184  DO_THE_MODEL_IO     178      156      149      184      152
368  WRITE_CHECKPOINT    364      332      864      420  WRITE_CHECKPOINT    364      332      864      420      333
369    
370    
371    
372                      240-CPU  480-CPU  960-CPU  CPU                 240     480     960     1440    1920
373  ------------------------------------------------  -------------------------------------------------------------
374  MAIN LOOP           5066     2917     2227  MAIN LOOP           5066    2917    2227    1551    1276
375  EXF_GETFORCING      38       33       126  EXF_GETFORCING      38      33      126     60      83
376  DO_OCEANIC_PHYS     1272     619      320  DO_OCEANIC_PHYS     1272    619     320     390     186
377  STATEKPP            532      265      138  STATEKPP            532     265     138     181     77
378  KPPMIX              374      188      98  KPPMIX              374     188     98      112     53
379  DYNAMICS            1429     718      313  DYNAMICS            1429    718     313     319     173
380  SOLVE_FOR_PRESSURE  206      119      483  SOLVE_FOR_PRESSURE  206     119     483     169     310
381  BLOCKING_EXCHANGES  115      70       53  BLOCKING_EXCHANGES  115     70      53      29      28
382  THERMODYNAMICS      1100     582      294  THERMODYNAMICS      1100    582     294     279     172
383  DO_THE_MODEL_IO     177      156      131  DO_THE_MODEL_IO     177     156     131     202     155
384  WRITE_CHECKPOINT    333      332      302  WRITE_CHECKPOINT    333     332     302     524     352
385    
386    
387    4 clusters timeave
388    Dec 16 08:17 Ttave.0000051840.data
389    Dec 16 08:47 Ttave.0000053136.data
390    Dec 16 09:17 Ttave.0000054432.data
391    Dec 16 09:53 Ttave.0000055728.data
392    Dec 17 14:08 Ttave.0000075168.data
393    Dec 17 14:33 Ttave.0000076464.data
394    Dec 17 14:58 Ttave.0000077760.data
395    Dec 17 15:29 Ttave.0000079056.data
396    
397    1 cluster timeave
398    Dec 16 22:14 Ttave.0000059616.data
399    Dec 16 23:16 Ttave.0000060912.data
400    Dec 17 00:19 Ttave.0000062208.data
401    Dec 17 01:27 Ttave.0000063504.data
402    Dec 17 02:29 Ttave.0000064800.data
403    Dec 17 03:31 Ttave.0000066096.data
404    Dec 17 04:39 Ttave.0000067392.data
405    Dec 17 05:42 Ttave.0000068688.data
406    Dec 17 06:44 Ttave.0000069984.data
407    
408    2 cluster timeave
409    Dec 17 21:19 Ttave.0000086832.data
410    Dec 17 21:55 Ttave.0000088128.data 36
411    Dec 17 22:30 Ttave.0000089424.data 35
412    Dec 17 23:12 Ttave.0000090720.data 42
413    Dec 17 23:47 Ttave.0000092016.data 35
414    Dec 18 00:23 Ttave.0000093312.data 36
415    Dec 18 01:04 Ttave.0000094608.data 41
416    Dec 18 01:39 Ttave.0000095904.data 35
417    
418    2 cluster diagnostics
419    Dec 18 02:26 THETA.0000086832.data
420    Dec 18 03:05 THETA.0000088128.data 39
421    Dec 18 03:43 THETA.0000089424.data 38
422    Dec 18 04:27 THETA.0000090720.data 44
423    Dec 18 05:06 THETA.0000092016.data 39
424    Dec 18 05:45 THETA.0000093312.data 39
425    Dec 18 06:29 THETA.0000094608.data 44
426    Dec 18 07:08 THETA.0000095904.data 39
427    
428    
429    %%%%%%%%%%%%%%%%%
430    
431    
432    
433    e1=readbin('test_oldstyle/ETAtave.0000000018.data',[90 40]);
434    e2=readbin('ETAN.0000000018.data',[90 40]);
435    e16=readbin('test_oldstyle/Eta.0000000016.data',[90 40]);
436    e17=readbin('test_oldstyle/Eta.0000000017.data',[90 40]);
437    e18=readbin('test_oldstyle/Eta.0000000018.data',[90 40]);
438    minmax(e1-e2)
439    minmax(e2-(e16+e17+e18)/3)
440    
441    e1=readbin('test_oldstyle/sFluxtave.0000000018.data',[90 40]);
442    e2=readbin('SFLUX.0000000018.data',[90 40]);
443    minmax(e1-e2)
444    
445    e1=readbin('test_oldstyle/tFluxtave.0000000018.data',[90 40]);
446    e2=readbin('TFLUX.0000000018.data',[90 40]);
447    minmax(e1-e2)
448    
449    e1=readbin('TRELAX.0000000018.data',[90 40]);
450    subplot(211),mypcolor(e1');colorbar
451    
452    e1=readbin('SRELAX.0000000018.data',[90 40]);
453    subplot(211),mypcolor(e1');colorbar
454    
455    e1=readbin('TICE.0000000018.data',[90 40]);
456    subplot(211),mypcolor(e1');colorbar
457    
458    
459    e1=readbin('test_oldstyle/wVeltave.0000000018.data',[90 40 15]);
460    e2=readbin('WVEL.0000000018.data',[90 40 15]);
461    e16=readbin('test_oldstyle/W.0000000016.data',[90 40 15]);
462    e17=readbin('test_oldstyle/W.0000000017.data',[90 40 15]);
463    e18=readbin('test_oldstyle/W.0000000018.data',[90 40 15]);
464    minmax(e1-e2)
465    minmax(e2-(e16+e17+e18)/3)
466    
467    
468    
469    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
470    
471    4-cluster STDOUT:
472    
473    (PID.TID 0000.0001)   Seconds in section "ALL                    [THE_MODEL_MAIN]":
474    (PID.TID 0000.0001)           User time:   23015.0722656250
475    (PID.TID 0000.0001)         System time:   1243.64355468750
476    (PID.TID 0000.0001)     Wall clock time:   24311.5318078995
477    (PID.TID 0000.0001)          No. starts:           1
478    (PID.TID 0000.0001)           No. stops:           1
479    (PID.TID 0000.0001)   Seconds in section "INITIALISE_FIXED       [THE_MODEL_MAIN]":
480    (PID.TID 0000.0001)           User time:   2.60839843750000
481    (PID.TID 0000.0001)         System time:   25.8310546875000
482    (PID.TID 0000.0001)     Wall clock time:   33.9003880023956
483    (PID.TID 0000.0001)          No. starts:           1
484    (PID.TID 0000.0001)           No. stops:           1
485    (PID.TID 0000.0001)   Seconds in section "THE_MAIN_LOOP          [THE_MODEL_MAIN]":
486    (PID.TID 0000.0001)           User time:   22703.6943359375
487    (PID.TID 0000.0001)         System time:   1182.34375000000
488    (PID.TID 0000.0001)     Wall clock time:   23933.1810109615
489    (PID.TID 0000.0001)          No. starts:           1
490    (PID.TID 0000.0001)           No. stops:           1
491    (PID.TID 0000.0001)   Seconds in section "INITIALISE_VARIA    [THE_MAIN_LOOP]":
492    (PID.TID 0000.0001)           User time:   280.416992187500
493    (PID.TID 0000.0001)         System time:   31.5332031250000
494    (PID.TID 0000.0001)     Wall clock time:   312.243556022644
495    (PID.TID 0000.0001)          No. starts:           1
496    (PID.TID 0000.0001)           No. stops:           1
497    (PID.TID 0000.0001)   Seconds in section "MONITOR             [THE_MAIN_LOOP]":
498    (PID.TID 0000.0001)           User time:  0.217773437500000
499    (PID.TID 0000.0001)         System time:  2.148437500000000E-002
500    (PID.TID 0000.0001)     Wall clock time:  0.239687919616699
501    (PID.TID 0000.0001)          No. starts:           1
502    (PID.TID 0000.0001)           No. stops:           1
503    (PID.TID 0000.0001)   Seconds in section "DO_THE_MODEL_IO     [THE_MAIN_LOOP]":
504    (PID.TID 0000.0001)           User time:  0.000000000000000E+000
505    (PID.TID 0000.0001)         System time:  2.929687500000000E-003
506    (PID.TID 0000.0001)     Wall clock time:  1.174807548522949E-002
507    (PID.TID 0000.0001)          No. starts:           1
508    (PID.TID 0000.0001)           No. stops:           1
509    (PID.TID 0000.0001)   Seconds in section "MAIN LOOP           [THE_MAIN_LOOP]":
510    (PID.TID 0000.0001)           User time:   22423.0595703125
511    (PID.TID 0000.0001)         System time:   1150.77441406250
512    (PID.TID 0000.0001)     Wall clock time:   23620.6801800728
513    (PID.TID 0000.0001)          No. starts:           1
514    (PID.TID 0000.0001)           No. stops:           1
515    (PID.TID 0000.0001)   Seconds in section "FORWARD_STEP        [THE_MAIN_LOOP]":
516    (PID.TID 0000.0001)           User time:   22422.7861328125
517    (PID.TID 0000.0001)         System time:   1131.83984375000
518    (PID.TID 0000.0001)     Wall clock time:   23601.7874710560
519    (PID.TID 0000.0001)          No. starts:       19584
520    (PID.TID 0000.0001)           No. stops:       19584
521    (PID.TID 0000.0001)   Seconds in section "EXF_GETFORCING     [FORWARD_STEP]":
522    (PID.TID 0000.0001)           User time:   2326.35644531250
523    (PID.TID 0000.0001)         System time:   19.2968750000000
524    (PID.TID 0000.0001)     Wall clock time:   2407.96958661079
525    (PID.TID 0000.0001)          No. starts:       19584
526    (PID.TID 0000.0001)           No. stops:       19584
527    (PID.TID 0000.0001)   Seconds in section "DO_ATMOSPHERIC_PHYS [FORWARD_STEP]":
528    (PID.TID 0000.0001)           User time:  0.241210937500000
529    (PID.TID 0000.0001)         System time:   65.8115234375000
530    (PID.TID 0000.0001)     Wall clock time:   63.7085669040680
531    (PID.TID 0000.0001)          No. starts:       19584
532    (PID.TID 0000.0001)           No. stops:       19584
533    (PID.TID 0000.0001)   Seconds in section "DO_OCEANIC_PHYS     [FORWARD_STEP]":
534    (PID.TID 0000.0001)           User time:   3878.48046875000
535    (PID.TID 0000.0001)         System time:   133.912109375000
536    (PID.TID 0000.0001)     Wall clock time:   3950.58713698387
537    (PID.TID 0000.0001)          No. starts:       19584
538    (PID.TID 0000.0001)           No. stops:       19584
539    (PID.TID 0000.0001)   Seconds in section "STATEKPP      [KPP_CALC]":
540    (PID.TID 0000.0001)           User time:   1737.89941406250
541    (PID.TID 0000.0001)         System time:   65.4189453125000
542    (PID.TID 0000.0001)     Wall clock time:   1742.63016891479
543    (PID.TID 0000.0001)          No. starts:       19584
544    (PID.TID 0000.0001)           No. stops:       19584
545    (PID.TID 0000.0001)   Seconds in section "KPPMIX [KPP_CALC]":
546    (PID.TID 0000.0001)           User time:   1112.83300781250
547    (PID.TID 0000.0001)         System time:  0.589843750000000
548    (PID.TID 0000.0001)     Wall clock time:   1113.83706998825
549    (PID.TID 0000.0001)          No. starts:       19584
550    (PID.TID 0000.0001)           No. stops:       19584
551    (PID.TID 0000.0001)   Seconds in section "DYNAMICS            [FORWARD_STEP]":
552    (PID.TID 0000.0001)           User time:   3743.64941406250
553    (PID.TID 0000.0001)         System time:  0.105468750000000
554    (PID.TID 0000.0001)     Wall clock time:   3746.24456620216
555    (PID.TID 0000.0001)          No. starts:       19584
556    (PID.TID 0000.0001)           No. stops:       19584
557    (PID.TID 0000.0001)   Seconds in section "UPDATE_R_STAR      [FORWARD_STEP]":
558    (PID.TID 0000.0001)           User time:   164.068359375000
559    (PID.TID 0000.0001)         System time:  0.115234375000000
560    (PID.TID 0000.0001)     Wall clock time:   164.361629724503
561    (PID.TID 0000.0001)          No. starts:       19584
562    (PID.TID 0000.0001)           No. stops:       19584
563    (PID.TID 0000.0001)   Seconds in section "UPDATE_CG2D        [FORWARD_STEP]":
564    (PID.TID 0000.0001)           User time:   1887.82617187500
565    (PID.TID 0000.0001)         System time:  2.929687500000000E-002
566    (PID.TID 0000.0001)     Wall clock time:   1889.06779980659
567    (PID.TID 0000.0001)          No. starts:       19584
568    (PID.TID 0000.0001)           No. stops:       19584
569    (PID.TID 0000.0001)   Seconds in section "SOLVE_FOR_PRESSURE  [FORWARD_STEP]":
570    (PID.TID 0000.0001)           User time:   2169.57617187500
571    (PID.TID 0000.0001)         System time:  0.207031250000000
572    (PID.TID 0000.0001)     Wall clock time:   2247.96811437607
573    (PID.TID 0000.0001)          No. starts:       19584
574    (PID.TID 0000.0001)           No. stops:       19584
575    (PID.TID 0000.0001)   Seconds in section "UV_CORRECTION_STEP  [FORWARD_STEP]":
576    (PID.TID 0000.0001)           User time:   941.570312500000
577    (PID.TID 0000.0001)         System time:   87.3515625000000
578    (PID.TID 0000.0001)     Wall clock time:   952.724304437637
579    (PID.TID 0000.0001)          No. starts:       19584
580    (PID.TID 0000.0001)           No. stops:       19584
581    (PID.TID 0000.0001)   Seconds in section "UPDATE_ETAH        [FORWARD_STEP]":
582    (PID.TID 0000.0001)           User time:  0.804687500000000
583    (PID.TID 0000.0001)         System time:   12.5117187500000
584    (PID.TID 0000.0001)     Wall clock time:   12.5125827789307
585    (PID.TID 0000.0001)          No. starts:       19584
586    (PID.TID 0000.0001)           No. stops:       19584
587    (PID.TID 0000.0001)   Seconds in section "CALC_R_STAR       [FORWARD_STEP]":
588    (PID.TID 0000.0001)           User time:   337.389648437500
589    (PID.TID 0000.0001)         System time:   10.0253906250000
590    (PID.TID 0000.0001)     Wall clock time:   393.278358459473
591    (PID.TID 0000.0001)          No. starts:       19584
592    (PID.TID 0000.0001)           No. stops:       19584
593    (PID.TID 0000.0001)   Seconds in section "BLOCKING_EXCHANGES  [FORWARD_STEP]":
594    (PID.TID 0000.0001)           User time:   1077.76074218750
595    (PID.TID 0000.0001)         System time:   48.0166015625000
596    (PID.TID 0000.0001)     Wall clock time:   1098.13236880302
597    (PID.TID 0000.0001)          No. starts:       39168
598    (PID.TID 0000.0001)           No. stops:       39168
599    (PID.TID 0000.0001)   Seconds in section "THERMODYNAMICS      [FORWARD_STEP]":
600    (PID.TID 0000.0001)           User time:   3478.11425781250
601    (PID.TID 0000.0001)         System time:   8.09960937500000
602    (PID.TID 0000.0001)     Wall clock time:   3480.73422122002
603    (PID.TID 0000.0001)          No. starts:       19584
604    (PID.TID 0000.0001)           No. stops:       19584
605    (PID.TID 0000.0001)   Seconds in section "TS_CORRECTION_STEP  [FORWARD_STEP]":
606    (PID.TID 0000.0001)           User time:   39.9218750000000
607    (PID.TID 0000.0001)         System time:  0.778320312500000
608    (PID.TID 0000.0001)     Wall clock time:   41.1147830486298
609    (PID.TID 0000.0001)          No. starts:       19584
610    (PID.TID 0000.0001)           No. stops:       19584
611    (PID.TID 0000.0001)   Seconds in section "DO_STATEVARS_DIAGS  [FORWARD_STEP]":
612    (PID.TID 0000.0001)           User time:   135.019531250000
613    (PID.TID 0000.0001)         System time:   13.3310546875000
614    (PID.TID 0000.0001)     Wall clock time:   155.438081502914
615    (PID.TID 0000.0001)          No. starts:       19584
616    (PID.TID 0000.0001)           No. stops:       19584
617    (PID.TID 0000.0001)   Seconds in section "MONITOR             [FORWARD_STEP]":
618    (PID.TID 0000.0001)           User time:   122.875976562500
619    (PID.TID 0000.0001)         System time:   19.3457031250000
620    (PID.TID 0000.0001)     Wall clock time:   145.524942874908
621    (PID.TID 0000.0001)          No. starts:       19584
622    (PID.TID 0000.0001)           No. stops:       19584
623    (PID.TID 0000.0001)   Seconds in section "DO_THE_MODEL_IO     [FORWARD_STEP]":
624    (PID.TID 0000.0001)           User time:   566.588867187500
625    (PID.TID 0000.0001)         System time:   89.4033203125000
626    (PID.TID 0000.0001)     Wall clock time:   657.526910781860
627    (PID.TID 0000.0001)          No. starts:       19584
628    (PID.TID 0000.0001)           No. stops:       19584
629    (PID.TID 0000.0001)   Seconds in section "WRITE_CHECKPOINT    [FORWARD_STEP]":
630    (PID.TID 0000.0001)           User time:   1545.53710937500
631    (PID.TID 0000.0001)         System time:   212.592773437500
632    (PID.TID 0000.0001)     Wall clock time:   1780.71277046204
633    (PID.TID 0000.0001)          No. starts:       19584
634    (PID.TID 0000.0001)           No. stops:       19584
635    (PID.TID 0000.0001)   Seconds in section "WRITE_CHECKPOINT       [THE_MODEL_MAIN]":
636    (PID.TID 0000.0001)           User time:   308.769531250000
637    (PID.TID 0000.0001)         System time:   35.4687500000000
638    (PID.TID 0000.0001)     Wall clock time:   344.450322151184
639    (PID.TID 0000.0001)          No. starts:           1
640    (PID.TID 0000.0001)           No. stops:           1

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.47

  ViewVC Help
Powered by ViewVC 1.1.22