Changes between Version 199 and Version 200 of LnDevel


Ignore:
Timestamp:
Feb 22, 2025, 1:04:52 PM (19 hours ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LnDevel

    v199 v200  
    1111
    1212
    13  ''' New for PDAF V2.3.1'''
     13 ''' New for PDAF V3'''
    1414
    15 [wiki:PDAFomi_set_doassim]
     15[wiki:IncrementalAnalysisUpdates]
    1616
    17 [wiki:PDAFomi_set_disttype]
     17[wiki:PDAF_iau_init]
    1818
    19 [wiki:PDAFomi_set_ncoord]
     19[wiki:PDAF_iau_init_inc]
    2020
    21 [wiki:PDAFomi_set_obs_err_type]
     21[wiki:PDAF_iau_reset]
    2222
    23 [wiki:PDAFomi_set_use_global_obs]
     23[wiki:PDAF_iau_set_weights]
    2424
    25 [wiki:PDAFomi_set_inno_omit]
     25[wiki:PDAF_iau_set_pointer]
    2626
    27 [wiki:PDAFomi_set_inno_omit_ivar]
    28 
    29 [wiki:PDAFomi_set_id_obs_p]
    30 
    31 [wiki:PDAFomi_set_icoeff_p]
    32 
    33 [wiki:PDAFomi_set_domainsize]
     27[wiki:PDAF_iau_add_inc]
    3428
    3529
    36 == Version 2.3.1 - XXX, 2024 ==
    37 
    38 This is mainly a bug-fix release. The bug only concerns the 3D-Var methods.
    39 
    40 Bug correction:
    41  * Corrected convergence check for the CG+ solver in the 3D-Var methods in case of parallelized control vector.
    42 
    43 New functionality:
    44  * Added initialization subroutines to initialize quantities of 'thisobs' in PDAF-OMI, e.g. for thisobs%doassim there is now the routine PDAFomi_set_doassim. These routines are optional so that no code changes are required. These routines are also provided for the arrays 'id_obs_p', 'icoeff_p' and 'domainsize' which avoid the need to allocate the arrays in the user code. This should make the implementation in programming languages like C easier. A list of the new initialization routines with links to their description is provided in https://pdaf.awi.de/trac/wiki/PDAFomi_additional_functionality.
    45 
    46