Changes between Version 1 and Version 2 of AddingMemoryandTimingInformation


Ignore:
Timestamp:
Aug 27, 2010, 10:47:50 AM (14 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AddingMemoryandTimingInformation

    v1 v2  
    2323          ---------------------------------------------
    2424                     Allocated memory  (MB)
    25             SEIK ensemble:   1.23475 MB (persistent)
    26             analysis step:   3.08229 MB (temporary)
    27          reinitialization:   5.78707 MB (temporary)
     25            SEIK ensemble:    1.23475 MB (persistent)
     26            analysis step:    3.08229 MB (temporary)
     27         reinitialization:    5.78707 MB (temporary)
    2828}}}
    2929
     
    3232== Displaying timing information ==
    3333
     34Timing information can be displayed by adding
     35{{{
     36  CALL PDAF_print_info(1)
     37}}}
     38to the code. This will provide an output like
     39{{{
     40                     PDAF Timing information
     41          ---------------------------------------------
     42            Generate state ensemble:      0.513 s
     43                  Time of forecasts:      0.010 s
     44              Time for assimilation:      0.200 s
     45            ensemble transformation:      0.245 s
     46                Time of prepoststep:      0.016 s
     47}}}
     48Mode detailed information can be obtained using a value of 3 in the call to `PDAF_print_info`.
    3449