Changes between Initial Version and Version 1 of PDAFlocal_clear_increment_weights


Ignore:
Timestamp:
Sep 9, 2024, 2:57:07 PM (10 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAFlocal_clear_increment_weights

    v1 v1  
     1= PDAFlocal_clear_increment_weights =
     2
     3This page documents the routine `PDAFlocal_clear_increment_weights` of PDAF, which is used with the [wiki:PDAFlocal] interface. This routine was introduced with PDAF V2.3.
     4
     5This routine provides optional functionality. If [wiki:PDAFlocal_set_increment_weights] was used to prescribe the assimilation increment of each element of the local state vector a different weight this routine can be used to clear and deallocate the weights array. Afterwards a weight of one is used for the increment of all elements of the local state vector when initializing the global state vector after the analysis update in the local analysis loop.
     6
     7The interface is  without arguments:
     8{{{
     9SUBROUTINE PDAFlocal_set_increment_weights()
     10}}}