Changes between Version 9 and Version 10 of PDAF_init


Ignore:
Timestamp:
Jul 7, 2025, 11:37:19 AM (11 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF_init

    v9 v10  
    5353  * 2: as 1 plus display of timing information during the assimilation process
    5454  * 3: Display detailed information for debugging
    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 
    5667
    5768An overview of available options for each filter an be found on the [wiki:AvailableOptionsforInitPDAF overview page on options].