pyPDAF.PDAF.print_da_types¶
- pyPDAF.PDAF.print_da_types()¶
Print the list of available named DA method types and their IDs.
Wrapper of the Fortran routine
PDAF_print_DA_types(verbose)
. Ifverbose > 0
, it writes to stdout the names and corresponding integer identifiers of supported data assimilation method types (same list as for filters). This helps when specifying method types by integer or by named parameter.The printed names include: - PDAF_DA_LESTKF - PDAF_DA_ESTKF - PDAF_DA_LETKF - PDAF_DA_ETKF - PDAF_DA_LENKF - PDAF_DA_ENKF - PDAF_DA_LSEIK - PDAF_DA_SEIK - PDAF_DA_ENSRF - PDAF_DA_LNETF - PDAF_DA_NETF - PDAF_DA_PF - PDAF_DA_LKNETF - PDAF_DA_GENOBS - PDAF_DA_3DVAR
- Parameters:
verbose (int) – Verbosity flag. If 0, no output is printed; if > 0, the list is printed to stdout.
- Return type:
None