| 1 | = PDAF_set_offline_mode = |
| 2 | |
| 3 | This page documents the routine `PDAF_set_offline mode` of PDAF. This routine was introduced with PDAF version 2.2. |
| 4 | |
| 5 | The routine activates the offline model of PDAF. It has to be called after PDAF was initilized in `PDAF_init`. |
| 6 | |
| 7 | The interface is: |
| 8 | {{{ |
| 9 | SUBROUTINE PDAF_set_offline_mode(screen) |
| 10 | |
| 11 | INTEGER, INTENT(in) :: screen ! Control verbosity of routine |
| 12 | ! >0: display information output |
| 13 | }}} |
| 14 | |
| 15 | '''Notes: ''' |
| 16 | * This routine replaces the activation of the offline mode by setting `subtype=5` as was used in PDAF before version 2.2. While setting `subtype=5` still works with PDAF V2.2 it is recommended to use PDAF_set_offline mode. |
| 17 | * Using PDAF_set_offline_mode instead of `subtype=5` allows to freely choose the subtype of an assimilation method. |