Changes between Initial Version and Version 1 of PDAF_set_offline_mode


Ignore:
Timestamp:
Mar 7, 2024, 4:27:30 PM (2 months ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF_set_offline_mode

    v1 v1  
     1= PDAF_set_offline_mode =
     2
     3This page documents the routine `PDAF_set_offline mode` of PDAF. This routine was introduced with PDAF version 2.2.
     4
     5The routine activates the offline model of PDAF. It has to be called after PDAF was initilized in `PDAF_init`.
     6
     7The 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.