Changes between Version 2 and Version 3 of PDAF_print_info
- Timestamp:
- Feb 5, 2024, 4:12:14 PM (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAF_print_info
v2 v3 9 9 Information about the memory required by PDAF through allocated arrays can be obtained by inserting into the program the line 10 10 {{{ 11 CALL PDAF_print_info( 2)11 CALL PDAF_print_info(10) 12 12 }}} 13 (The value 10 is valid since PDAF V2.1. For older versions use 2) 14 13 15 The function displays the following information 14 16 * Memory required for the ensemble array, state vector, and transform matrix … … 37 39 to the code. Where X is the timer level to be shown. Available choices are 38 40 * X=1: Basic timers 39 * X=3: Timers showing the time spent int he different call-back routines (this v eriant 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) 40 42 * X=4: More detailed timers about parts of the filter algorithm (before PDAF 1.15, this was timer level 3) 41 43 * X=5: Very detailed timers about various operations in the filter algorithm (before PDAF 1.15, this was timer level 4)