55 | | * `status_pdaf`: An integer used as status flag of PDAF. If `status_pdaf` is zero upon exit from `PDAF_init` the initialization was successful. An error occurred for non-zero values. (The error codes are documented in the routine `PDAF_init`.) |
| 55 | * `status_pdaf`: An integer used as status flag of PDAF. If `status_pdaf` is zero upon exit from `PDAF_init` the initialization was successful. An error occurred for non-zero values. The error codes are: |
| 56 | * 1: No valid filter type |
| 57 | * 2: No valid sub type |
| 58 | * 3: Invalid dim_pint |
| 59 | * 4: Invalid dim_preal |
| 60 | * 5: Invalid state dimension |
| 61 | * 6: Invalid ensemble size |
| 62 | * 7: Invalid value for forgetting factor |
| 63 | * 8: Invalid other integer parameter value |
| 64 | * 9: Invalid other real parameter value |
| 65 | * 20: error in allocation of array at PDAF init |
| 66 | |