Changes between Version 1 and Version 2 of AddingMemoryandTimingInformation
- Timestamp:
- Aug 27, 2010, 10:47:50 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AddingMemoryandTimingInformation
v1 v2 23 23 --------------------------------------------- 24 24 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) 28 28 }}} 29 29 … … 32 32 == Displaying timing information == 33 33 34 Timing information can be displayed by adding 35 {{{ 36 CALL PDAF_print_info(1) 37 }}} 38 to 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 }}} 48 Mode detailed information can be obtained using a value of 3 in the call to `PDAF_print_info`. 34 49