Changes between Version 1 and Version 2 of PDAFomi_assimilate_lknetf_nondiagR


Ignore:
Timestamp:
Sep 8, 2024, 4:30:46 PM (11 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAFomi_assimilate_lknetf_nondiagR

    v1 v2  
    1212The interface when using the LKNETF is the following:
    1313{{{
    14   SUBROUTINE PDAFomi_assimilate_lknetf(U_collect_state, U_distribute_state, &
     14  SUBROUTINE PDAFomi_assimilate_lknetf_nondiagR(U_collect_state, U_distribute_state, &
    1515                                  U_init_dim_obs_pdafomi, U_obs_op_pdafomi, &
    1616                                  U_prepoststep, U_init_n_domains, U_init_dim_l, U_init_dim_obs_l_pdafomi, &
     
    3636 * `U_l2g_state`: The name of the routine that initializes the corresponding part of the global state vector from the provided local state vector
    3737 * `U_next_observation`: The name of a user supplied routine that initializes the variables `nsteps`, `timenow`, and `doexit`. The same routine is also used in `PDAF_get_state`.
    38  * `status`: The integer status flag. It is zero, if `PDAFomi_assimilate_lknetf_nondiagR` is exited without errors.
     38 * `status`: The integer status flag. It is zero, if this routine is exited without errors.
    3939
    4040Notes: