Changes between Version 5 and Version 6 of PDAF3_new_functionality
- Timestamp:
- May 11, 2025, 9:16:37 AM (24 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAF3_new_functionality
v5 v6 52 52 Further information: [wiki:ExternalModelLoop Modification of the model code for the 'flexible' ensemble integration]. 53 53 54 === Usingmodule `PDAF` for all use-included routines ===54 === Mandatory module `PDAF` for all use-included routines === 55 55 56 When PDAF routines are called on need now include `USE PDAF` in the respective subroutine. The module `PDAF` can also be used to include routiens from PDAFomi or PDAFlocal. One does no longer need to distingish the modules, e.g. in the observation modules for PDAF-OMI. 56 When PDAF routines are called it is now required to include `USE PDAF` in the respective subroutine. The module `PDAF` is also recommend to be used to include routines from PDAFomi or PDAFlocal. One does no longer need to distingish the modules, e.g. in the observation modules for PDAF-OMI. 57 58 Further information: [wiki:Module_PDAF Module PDAF] 57 59 58 60 === Covariance localization with `PDAF_set_localize_covar` === … … 80 82 Further information: [wiki:PDAF_set_seedset] 81 83 82 === Named variable for filtertype===84 === Named variable for type of assimilation method === 83 85 84 The module `PDAF` provides now a names variable for each filter type. The names are of the structure `PDAF_DA_X`, where 'X' is the assimilation method. Thus, one can specify a filtertype in the call to `PDAF_init` as `PDAF_DA_LESTKF` instead of the number 7.86 The module `PDAF` provides now a names variable for each type of assimilation method ('filtertype'). The names are of the structure `PDAF_DA_X`, where 'X' is the assimilation method. Thus, one can specify a filtertype in the call to `PDAF_init` as `PDAF_DA_LESTKF` instead of the number 7. 85 87 86 88 === Printing filtertype names and numbers ===