163 | | The routine prints the informstion on the chosen configuration. It is called at the end of the configuration phase when `PDAF_init_forecast` is claled for the online mode, or one of the 'assim_offline' routines (e.g. PDAF3_assim_offline) for the offline mode. |
164 | | |
165 | | The tempalte show the typical form of the output. |
166 | | |
| 163 | The routine prints the information on the chosen configuration. It is called at the end of the configuration phase when `PDAF_init_forecast` is called for the online mode, or one of the 'assim_offline' routines (e.g. PDAF3_assim_offline) for the offline mode. |
| 164 | |
| 165 | The template shows the typical form of the output. |
| 166 | |
| 167 | Note that a DA method can also run without implementing this routine. However, for consistency it should be implemented. |
| 168 | |
| 169 | |
| 170 | === `PDAF_X_set_iparam` === |
| 171 | |
| 172 | |
| 173 | |
| 174 | === `PDAF_X_set_rparam` === |
170 | | The optional routine `PDAF_X_options` displays information on the available options for the filter algorithm. |
171 | | |
172 | | The routine has no arguments. Thus the interface is as follows: |
173 | | {{{ |
174 | | SUBROUTINE PDAF_X_options() |
175 | | }}} |
176 | | |
177 | | The following display is recommended: |
178 | | * Available subtypes (At least '0' for standard implementation) |
179 | | * Parameters used from the parameter arrays `param_int` and `param_real`. |
| 178 | The routine `PDAF_X_options` displays information on the available options for the filter algorithm. |
| 179 | |
| 180 | The template shows the typical form of the output. |
| 181 | |
| 182 | Note that a DA method can also run without implementing this routine. However, for consistency it should be implemented. |