Changes between Version 2 and Version 3 of PDAF_print_info


Ignore:
Timestamp:
Feb 5, 2024, 4:12:14 PM (3 months ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF_print_info

    v2 v3  
    99Information about the memory required by PDAF through allocated arrays can be obtained by inserting into the program the line
    1010{{{
    11   CALL PDAF_print_info(2)
     11  CALL PDAF_print_info(10)
    1212}}}
     13(The value 10 is valid since PDAF V2.1. For older versions use 2)
     14
    1315The function displays the following information
    1416 * Memory required for the ensemble array, state vector, and transform matrix
     
    3739to the code. Where X is the timer level to be shown. Available choices are
    3840 * X=1: Basic timers
    39  * X=3: Timers showing the time spent int he different call-back routines (this veriant was added with PDAF 1.15)
     41 * X=3: Timers showing the time spent int he different call-back routines (this variant was added with PDAF 1.15)
    4042 * X=4: More detailed timers about parts of the filter algorithm (before PDAF 1.15, this was timer level 3)
    4143 * X=5: Very detailed timers about various operations in the filter algorithm (before PDAF 1.15, this was timer level 4)