146 | | PDAF --- Internal parameter (defined inside PDAF) --- |
147 | | PDAF Nm1vsN: Normalization of covariance matrix; default: 1 |
148 | | PDAF 0: normalization with 1/(Ensemble size) |
149 | | PDAF (original SEIK, mainly for compatibility with older studies) |
150 | | PDAF 1: normalization with 1/(Ensemble size - 1) |
151 | | PDAF (sample covariance matrix consistent with other EnKFs) |
152 | | PDAF +++++++++ End of option overview for the SEIK filter ++++++++++ |
153 | | }}} |
154 | | |
155 | | |
156 | | === EnKF (filtertype=PDAF_DA_ENKF=2) === |
157 | | |
158 | | {{{ |
159 | | PDAF Available options for EnKF: |
160 | | PDAF --- Sub-types (Parameter subtype) --- |
161 | | PDAF 0: Full ensemble integration; analysis for 2*dim_obs>dim_ens |
162 | | PDAF 1: Full ensemble integration; analysis for 2*dim_obs<=dim_ens |
| 150 | PDAF +++++++++ End of option overview for the LESTKF ++++++++++ |
| 151 | }}} |
| 152 | |
| 153 | |
| 154 | === LETKF (filtertype=PDAF_DA_LETKF=5) === |
| 155 | |
| 156 | {{{ |
| 157 | PDAF Available options for LETKF: |
| 158 | PDAF --- Sub-types (Parameter subtype) --- |
| 159 | PDAF 0: full ensemble integration; apply T-matrix analogously to SEIK |
| 160 | PDAF 1: full ensemble integration; formulation cf. Hunt et al. (2007) without T matrix |
| 161 | PDAF 10: Fixed error space basis; analysis with T-matrix |
| 162 | PDAF 11: Fixed state covariance matrix; analysis with T-matrix |
168 | | PDAF 0: no smoothing (default) |
169 | | PDAF >0: apply smoother up to specified lag |
| 168 | PDAF 0: no smoothing (default) |
| 169 | PDAF >0: apply smoother up to specified lag |
| 170 | PDAF param_int(4): not used |
| 171 | PDAF param_int(5) type_forget |
| 172 | PDAF Type of forgetting factor; optional |
| 173 | PDAF 0: fixed forgetting factor (default) |
| 174 | PDAF 1: adaptive forgetting factor for full domain |
| 175 | PDAF 2: locally adaptive forgetting factor |
| 176 | PDAF param_int(6) type_trans |
| 177 | PDAF Type of ensemble transformation matrix; optional |
| 178 | PDAF 0: deterministic transformation (default) |
| 179 | PDAF 2: use product of 0 with random orthonomal matrix with eigenvector (1,...,1)^T |
| 180 | PDAF param_int(8): observe_ens |
| 181 | PDAF Application of observation operator H, optional |
| 182 | PDAF 0: Apply H to ensemble mean to compute innovation |
| 183 | PDAF 1: Apply H to ensemble states; then compute innovation from their mean (default) |
| 184 | PDAF param_int(8)=1 is the recomended choice for nonlinear H |
| 185 | PDAF param_int(9): type_obs_init |
| 186 | PDAF Initialize observations before or after call to prepoststep_pdaf |
| 187 | PDAF 0: Initialize observations before call to prepoststep_pdaf |
| 188 | PDAF 1: Initialize observations after call to prepoststep_pdaf (default) |
| 189 | PDAF --- Floating point parameters (Array param_real) --- |
| 190 | PDAF param_real(1): forget |
| 191 | PDAF Forgetting factor (usually >0 and <=1), required |
| 192 | PDAF --- Further parameters --- |
| 193 | PDAF n_modeltasks: Number of parallel model integration tasks |
| 194 | PDAF >=1 for subtypes 0 and 1; not larger than total number of processors |
| 195 | PDAF =1 required for subtypes 10 and 11 |
| 196 | PDAF screen: Control verbosity of PDAF |
| 197 | PDAF 0: no outputs |
| 198 | PDAF 1: basic output (default) |
| 199 | PDAF 2: 1 plus timing output |
| 200 | PDAF 3: 2 plus debug output |
| 201 | PDAF +++++++++ End of option overview for the LETKF ++++++++++ |
| 202 | }}} |
| 203 | |
| 204 | |
| 205 | === LEnKF (filtertype=PDAF_DA_LENKF=8) === |
| 206 | |
| 207 | {{{ |
| 208 | PDAF Available options for LEnKF: |
| 209 | PDAF --- Sub-types (Parameter subtype) --- |
| 210 | PDAF 0: Standard EnKF analysis with covariance localization |
| 211 | PDAF --- Integer parameters (Array param_int) --- |
| 212 | PDAF param_int(1): Dimension of state vector (>0), required |
| 213 | PDAF param_int(2): Ensemble size (>0), required |
| 214 | PDAF param_int(3): not used |
197 | | PDAF +++++++++ End of option overview for the EnKF ++++++++++ |
| 242 | PDAF +++++++++ End of option overview for the LEnKF ++++++++++ |
| 243 | }}} |
| 244 | |
| 245 | |
| 246 | |
| 247 | === ENSRF/EAKF (filtertype=PDAF_DA_ENSRF=13) === |
| 248 | |
| 249 | {{{ |
| 250 | PDAF Available options for ENSRF: |
| 251 | PDAF --- Sub-types (Parameter subtype) --- |
| 252 | PDAF 0: ENSRF with serial observation processing (cf. Houtekamer/Mitchell, 2002) |
| 253 | PDAF 1: EAKF/2-step local least squares filter (cf. Anderson, 2003) |
| 254 | PDAF --- Integer parameters (Array param_int) --- |
| 255 | PDAF param_int(1): Dimension of state vector (>0), required |
| 256 | PDAF param_int(2): Ensemble size (>0), required |
| 257 | PDAF param_int(3): not used |
| 258 | PDAF param_int(4): not used |
| 259 | PDAF param_int(5): not used |
| 260 | PDAF param_int(6): not used |
| 261 | PDAF param_int(7): not used |
| 262 | PDAF param_int(8): observe_ens |
| 263 | PDAF Application of observation operator H, optional |
| 264 | PDAF 0: Apply H to ensemble mean to compute innovation |
| 265 | PDAF 1: Apply H to ensemble states; then compute innovation from their mean (default) |
| 266 | PDAF param_int(8)=1 is the recomended choice for nonlinear H |
| 267 | PDAF param_int(9): type_obs_init |
| 268 | PDAF Initialize observations before or after call to prepoststep_pdaf |
| 269 | PDAF 0: Initialize observations before call to prepoststep_pdaf |
| 270 | PDAF 1: Initialize observations after call to prepoststep_pdaf (default) |
| 271 | PDAF --- Floating point parameters (Array param_real) --- |
| 272 | PDAF param_real(1): forget |
| 273 | PDAF Forgetting factor (usually >0 and <=1), required |
| 274 | PDAF --- Further parameters --- |
| 275 | PDAF n_modeltasks: Number of parallel model integration tasks |
| 276 | PDAF (>=1; not larger than total number of processors) |
| 277 | PDAF screen: Control verbosity of PDAF |
| 278 | PDAF 0: no outputs |
| 279 | PDAF 1: basic output (default) |
| 280 | PDAF 2: 1 plus timing output |
| 281 | PDAF 3: 2 plus debug output |
| 282 | PDAF +++++++++ End of option overview for the ENSRF ++++++++++ |
262 | | === ETKF (filtertype=PDAF_DA_ETKF=4) === |
263 | | |
264 | | {{{ |
265 | | PDAF Available options for ETKF: |
266 | | PDAF --- Sub-types (Parameter subtype) --- |
267 | | PDAF 0: full ensemble integration; apply T-matrix analogously to SEIK |
268 | | PDAF 1: full ensemble integration; formulation cf. Hunt et al. (2007) without T matrix |
269 | | PDAF 10: Fixed error space basis; analysis with T-matrix |
270 | | PDAF 11: Fixed state covariance matrix; analysis with T-matrix |
271 | | PDAF --- Integer parameters (Array param_int) --- |
272 | | PDAF param_int(1): Dimension of state vector (>0), required |
273 | | PDAF param_int(2): Ensemble size (>0), required |
274 | | PDAF param_int(3): dim_lag |
275 | | PDAF Size of smoothing lag (>=0), optional |
276 | | PDAF 0: no smoothing (default) |
277 | | PDAF >0: apply smoother up to specified lag |
278 | | PDAF param_int(4): not used |
279 | | PDAF param_int(5) type_forget |
280 | | PDAF Type of forgetting factor; optional |
281 | | PDAF 0: fixed forgetting factor (default) |
282 | | PDAF 1: adaptive forgetting factor (experimental) |
283 | | PDAF param_int(6) type_trans |
284 | | PDAF Type of ensemble transformation matrix; optional |
285 | | PDAF 0: deterministic transformation (default) |
286 | | PDAF 2: use product of 0 with random orthonomal matrix with eigenvector (1,...,1)^T |
287 | | PDAF param_int(7): not used |
288 | | PDAF param_int(8): observe_ens |
289 | | PDAF Application of observation operator H, optional |
290 | | PDAF 0: Apply H to ensemble mean to compute innovation |
291 | | PDAF 1: Apply H to ensemble states; then compute innovation from their mean (default) |
292 | | PDAF param_int(8)=1 is the recomended choice for nonlinear H |
293 | | PDAF param_int(9): type_obs_init |
294 | | PDAF Initialize observations before or after call to prepoststep_pdaf |
295 | | PDAF 0: Initialize observations before call to prepoststep_pdaf |
296 | | PDAF 1: Initialize observations after call to prepoststep_pdaf (default) |
297 | | PDAF --- Floating point parameters (Array param_real) --- |
298 | | PDAF param_real(1): forget |
299 | | PDAF Forgetting factor (usually >0 and <=1), required |
300 | | PDAF --- Further parameters --- |
301 | | PDAF n_modeltasks: Number of parallel model integration tasks |
302 | | PDAF >=1 for subtypes 0 and 1; not larger than total number of processors |
303 | | PDAF =1 required for subtypes 10 and 11 |
304 | | PDAF screen: Control verbosity of PDAF |
305 | | PDAF 0: no outputs |
306 | | PDAF 1: basic output (default) |
307 | | PDAF 2: 1 plus timing output |
308 | | PDAF 3: 2 plus debug output |
309 | | PDAF +++++++++ End of option overview for the ETKF ++++++++++ |
310 | | }}} |
311 | | |
312 | | |
313 | | |
314 | | |
315 | | === LETKF (filtertype=PDAF_DA_LETKF=5) === |
316 | | |
317 | | {{{ |
318 | | PDAF Available options for LETKF: |
319 | | PDAF --- Sub-types (Parameter subtype) --- |
320 | | PDAF 0: full ensemble integration; apply T-matrix analogously to SEIK |
321 | | PDAF 1: full ensemble integration; formulation cf. Hunt et al. (2007) without T matrix |
322 | | PDAF 10: Fixed error space basis; analysis with T-matrix |
323 | | PDAF 11: Fixed state covariance matrix; analysis with T-matrix |
324 | | PDAF --- Integer parameters (Array param_int) --- |
325 | | PDAF param_int(1): Dimension of state vector (>0), required |
326 | | PDAF param_int(2): Ensemble size (>0), required |
327 | | PDAF param_int(3): dim_lag |
328 | | PDAF Size of smoothing lag (>=0), optional |
329 | | PDAF 0: no smoothing (default) |
330 | | PDAF >0: apply smoother up to specified lag |
331 | | PDAF param_int(4): not used |
332 | | PDAF param_int(5) type_forget |
333 | | PDAF Type of forgetting factor; optional |
334 | | PDAF 0: fixed forgetting factor (default) |
335 | | PDAF 1: adaptive forgetting factor for full domain |
336 | | PDAF 2: locally adaptive forgetting factor |
337 | | PDAF param_int(6) type_trans |
338 | | PDAF Type of ensemble transformation matrix; optional |
339 | | PDAF 0: deterministic transformation (default) |
340 | | PDAF 2: use product of 0 with random orthonomal matrix with eigenvector (1,...,1)^T |
341 | | PDAF param_int(8): observe_ens |
342 | | PDAF Application of observation operator H, optional |
343 | | PDAF 0: Apply H to ensemble mean to compute innovation |
344 | | PDAF 1: Apply H to ensemble states; then compute innovation from their mean (default) |
345 | | PDAF param_int(8)=1 is the recomended choice for nonlinear H |
346 | | PDAF param_int(9): type_obs_init |
347 | | PDAF Initialize observations before or after call to prepoststep_pdaf |
348 | | PDAF 0: Initialize observations before call to prepoststep_pdaf |
349 | | PDAF 1: Initialize observations after call to prepoststep_pdaf (default) |
350 | | PDAF --- Floating point parameters (Array param_real) --- |
351 | | PDAF param_real(1): forget |
352 | | PDAF Forgetting factor (usually >0 and <=1), required |
353 | | PDAF --- Further parameters --- |
354 | | PDAF n_modeltasks: Number of parallel model integration tasks |
355 | | PDAF >=1 for subtypes 0 and 1; not larger than total number of processors |
356 | | PDAF =1 required for subtypes 10 and 11 |
357 | | PDAF screen: Control verbosity of PDAF |
358 | | PDAF 0: no outputs |
359 | | PDAF 1: basic output (default) |
360 | | PDAF 2: 1 plus timing output |
361 | | PDAF 3: 2 plus debug output |
362 | | PDAF +++++++++ End of option overview for the LETKF ++++++++++ |
363 | | }}} |
364 | | |
365 | | |
366 | | |
| 347 | == Option outputs using subtype=-1 - Global Ensemble Kalman filters == |
444 | | PDAF 1: adaptive forgetting factor for full domain |
445 | | PDAF 2: locally adaptive forgetting factor |
| 425 | PDAF 1: adaptive forgetting factor (experimental) |
| 426 | PDAF param_int(6) type_trans |
| 427 | PDAF Type of ensemble transformation matrix; optional |
| 428 | PDAF 0: deterministic transformation (default) |
| 429 | PDAF 2: use product of 0 with random orthonomal matrix with eigenvector (1,...,1)^T |
| 430 | PDAF param_int(7): not used |
| 431 | PDAF param_int(8): observe_ens |
| 432 | PDAF Application of observation operator H, optional |
| 433 | PDAF 0: Apply H to ensemble mean to compute innovation |
| 434 | PDAF 1: Apply H to ensemble states; then compute innovation from their mean (default) |
| 435 | PDAF param_int(8)=1 is the recomended choice for nonlinear H |
| 436 | PDAF param_int(9): type_obs_init |
| 437 | PDAF Initialize observations before or after call to prepoststep_pdaf |
| 438 | PDAF 0: Initialize observations before call to prepoststep_pdaf |
| 439 | PDAF 1: Initialize observations after call to prepoststep_pdaf (default) |
| 440 | PDAF --- Floating point parameters (Array param_real) --- |
| 441 | PDAF param_real(1): forget |
| 442 | PDAF Forgetting factor (usually >0 and <=1), required |
| 443 | PDAF --- Further parameters --- |
| 444 | PDAF n_modeltasks: Number of parallel model integration tasks |
| 445 | PDAF >=1 for subtypes 0 and 1; not larger than total number of processors |
| 446 | PDAF =1 required for subtypes 10 and 11 |
| 447 | PDAF screen: Control verbosity of PDAF |
| 448 | PDAF 0: no outputs |
| 449 | PDAF 1: basic output (default) |
| 450 | PDAF 2: 1 plus timing output |
| 451 | PDAF 3: 2 plus debug output |
| 452 | PDAF +++++++++ End of option overview for the ETKF ++++++++++ |
| 453 | }}} |
| 454 | |
| 455 | |
| 456 | |
| 457 | === EnKF (filtertype=PDAF_DA_ENKF=2) === |
| 458 | |
| 459 | {{{ |
| 460 | PDAF Available options for EnKF: |
| 461 | PDAF --- Sub-types (Parameter subtype) --- |
| 462 | PDAF 0: Full ensemble integration; analysis for 2*dim_obs>dim_ens |
| 463 | PDAF 1: Full ensemble integration; analysis for 2*dim_obs<=dim_ens |
| 464 | PDAF --- Integer parameters (Array param_int) --- |
| 465 | PDAF param_int(1): Dimension of state vector (>0), required |
| 466 | PDAF param_int(2): Ensemble size (>0), required |
| 467 | PDAF param_int(3): dim_lag |
| 468 | PDAF Size of smoothing lag (>=0), optional |
| 469 | PDAF 0: no smoothing (default) |
| 470 | PDAF >0: apply smoother up to specified lag |
| 471 | PDAF param_int(4): rank_ana_enkf |
| 472 | PDAF maximum rank for inversion of HPH^T, optional, default=0 |
| 473 | PDAF for =0, HPH is inverted by solving the representer equation |
| 474 | PDAF allowed range is 0 to ensemble size - 1 |
| 475 | PDAF param_int(5): not used |
| 476 | PDAF param_int(6): not used |
| 477 | PDAF param_int(7): not used |
| 478 | PDAF param_int(8): observe_ens |
| 479 | PDAF Application of observation operator H, optional |
| 480 | PDAF 0: Apply H to ensemble mean to compute innovation |
| 481 | PDAF 1: Apply H to ensemble states; then compute innovation from their mean (default) |
| 482 | PDAF param_int(8)=1 is the recomended choice for nonlinear H |
| 483 | PDAF param_int(9): type_obs_init |
| 484 | PDAF Initialize observations before or after call to prepoststep_pdaf |
| 485 | PDAF 0: Initialize observations before call to prepoststep_pdaf |
| 486 | PDAF 1: Initialize observations after call to prepoststep_pdaf (default) |
| 487 | PDAF --- Floating point parameters (Array param_real) --- |
| 488 | PDAF param_real(1): forget |
| 489 | PDAF Forgetting factor (usually >0 and <=1), required |
| 490 | PDAF --- Further parameters --- |
| 491 | PDAF n_modeltasks: Number of parallel model integration tasks |
| 492 | PDAF (>=1; not larger than total number of processors) |
| 493 | PDAF screen: Control verbosity of PDAF |
| 494 | PDAF 0: no outputs |
| 495 | PDAF 1: basic output (default) |
| 496 | PDAF 2: 1 plus timing output |
| 497 | PDAF 3: 2 plus debug output |
| 498 | PDAF +++++++++ End of option overview for the EnKF ++++++++++ |
| 499 | }}} |
| 500 | |
| 501 | |
| 502 | === SEIK (filtertype=PDAF_DA_SEIK=1) === |
| 503 | |
| 504 | {{{ |
| 505 | PDAF Available options for SEIK: |
| 506 | PDAF --- Sub-types (Parameter subtype) --- |
| 507 | PDAF 0: full ensemble integration; left-sided application of T |
| 508 | PDAF 1: full ensemble integration; right-sided application of T |
| 509 | PDAF 2: full ensemble integration; explicit ensemble transformation |
| 510 | PDAF 10: Fixed error space basis |
| 511 | PDAF 11: Fixed state covariance matrix |
| 512 | PDAF --- Integer parameters (Array param_int) --- |
| 513 | PDAF param_int(1): Dimension of state vector (>0), required |
| 514 | PDAF param_int(2): Ensemble size (>0), required |
| 515 | PDAF param_int(3): not used |
| 516 | PDAF param_int(4): not used |
| 517 | PDAF param_int(5) type_forget |
| 518 | PDAF Type of forgetting factor; optional |
| 519 | PDAF 0: fixed forgetting factor (default) |
| 520 | PDAF 1: adaptive forgetting factor (experimental) |
477 | | PDAF +++++++++ End of option overview for the LESTKF ++++++++++ |
478 | | }}} |
479 | | |
480 | | |
481 | | |
482 | | |
483 | | === LEnKF (filtertype=PDAF_DA_LENKF=8) === |
484 | | |
485 | | {{{ |
486 | | PDAF Available options for LEnKF: |
487 | | PDAF --- Sub-types (Parameter subtype) --- |
488 | | PDAF 0: Standard EnKF analysis with covariance localization |
489 | | PDAF --- Integer parameters (Array param_int) --- |
490 | | PDAF param_int(1): Dimension of state vector (>0), required |
491 | | PDAF param_int(2): Ensemble size (>0), required |
492 | | PDAF param_int(3): not used |
493 | | PDAF param_int(4): rank_ana_enkf |
494 | | PDAF maximum rank for inversion of HPH^T, optional, default=0 |
495 | | PDAF for =0, HPH is inverted by solving the representer equation |
496 | | PDAF allowed range is 0 to ensemble size - 1 |
497 | | PDAF param_int(5): not used |
498 | | PDAF param_int(6): not used |
499 | | PDAF param_int(7): not used |
500 | | PDAF param_int(8): observe_ens |
501 | | PDAF Application of observation operator H, optional |
502 | | PDAF 0: Apply H to ensemble mean to compute innovation |
503 | | PDAF 1: Apply H to ensemble states; then compute innovation from their mean (default) |
504 | | PDAF param_int(8)=1 is the recomended choice for nonlinear H |
505 | | PDAF param_int(9): type_obs_init |
506 | | PDAF Initialize observations before or after call to prepoststep_pdaf |
507 | | PDAF 0: Initialize observations before call to prepoststep_pdaf |
508 | | PDAF 1: Initialize observations after call to prepoststep_pdaf (default) |
509 | | PDAF --- Floating point parameters (Array param_real) --- |
510 | | PDAF param_real(1): forget |
511 | | PDAF Forgetting factor (usually >0 and <=1), required |
512 | | PDAF --- Further parameters --- |
513 | | PDAF n_modeltasks: Number of parallel model integration tasks |
514 | | PDAF (>=1; not larger than total number of processors) |
515 | | PDAF screen: Control verbosity of PDAF |
516 | | PDAF 0: no outputs |
517 | | PDAF 1: basic output (default) |
518 | | PDAF 2: 1 plus timing output |
519 | | PDAF 3: 2 plus debug output |
520 | | PDAF +++++++++ End of option overview for the LEnKF ++++++++++ |
521 | | }}} |
522 | | |
523 | | |
524 | | |
| 553 | PDAF --- Internal parameter (defined inside PDAF) --- |
| 554 | PDAF Nm1vsN: Normalization of covariance matrix; default: 1 |
| 555 | PDAF 0: normalization with 1/(Ensemble size) |
| 556 | PDAF (original SEIK, mainly for compatibility with older studies) |
| 557 | PDAF 1: normalization with 1/(Ensemble size - 1) |
| 558 | PDAF (sample covariance matrix consistent with other EnKFs) |
| 559 | PDAF +++++++++ End of option overview for the SEIK filter ++++++++++ |
| 560 | }}} |
| 561 | |
| 562 | |
| 563 | |
| 564 | |
| 565 | |
| 566 | |
| 567 | |
| 568 | == Option outputs using subtype=-1 - Nonlinear DA Methods == |
762 | | === ENSRF/EAKF (filtertype=PDAF_DA_ENSRF=13) === |
763 | | |
764 | | {{{ |
765 | | PDAF Available options for ENSRF: |
766 | | PDAF --- Sub-types (Parameter subtype) --- |
767 | | PDAF 0: ENSRF with serial observation processing (cf. Houtekamer/Mitchell, 2002) |
768 | | PDAF 1: EAKF/2-step local least squares filter (cf. Anderson, 2003) |
769 | | PDAF --- Integer parameters (Array param_int) --- |
770 | | PDAF param_int(1): Dimension of state vector (>0), required |
771 | | PDAF param_int(2): Ensemble size (>0), required |
772 | | PDAF param_int(3): not used |
773 | | PDAF param_int(4): not used |
774 | | PDAF param_int(5): not used |
775 | | PDAF param_int(6): not used |
776 | | PDAF param_int(7): not used |
777 | | PDAF param_int(8): observe_ens |
778 | | PDAF Application of observation operator H, optional |
779 | | PDAF 0: Apply H to ensemble mean to compute innovation |
780 | | PDAF 1: Apply H to ensemble states; then compute innovation from their mean (default) |
781 | | PDAF param_int(8)=1 is the recomended choice for nonlinear H |
782 | | PDAF param_int(9): type_obs_init |
783 | | PDAF Initialize observations before or after call to prepoststep_pdaf |
784 | | PDAF 0: Initialize observations before call to prepoststep_pdaf |
785 | | PDAF 1: Initialize observations after call to prepoststep_pdaf (default) |
786 | | PDAF --- Floating point parameters (Array param_real) --- |
787 | | PDAF param_real(1): forget |
788 | | PDAF Forgetting factor (usually >0 and <=1), required |
789 | | PDAF --- Further parameters --- |
790 | | PDAF n_modeltasks: Number of parallel model integration tasks |
791 | | PDAF (>=1; not larger than total number of processors) |
792 | | PDAF screen: Control verbosity of PDAF |
793 | | PDAF 0: no outputs |
794 | | PDAF 1: basic output (default) |
795 | | PDAF 2: 1 plus timing output |
796 | | PDAF 3: 2 plus debug output |
797 | | PDAF +++++++++ End of option overview for the ENSRF ++++++++++ |
798 | | }}} |
799 | | |
800 | | |
801 | | |
| 806 | |
| 807 | == Option outputs using subtype=-1 - Observation Geneeration == |