Changes between Version 1 and Version 2 of PDAFomi_assimilate_lknetf_nondiagR
- Timestamp:
- Sep 8, 2024, 4:30:46 PM (2 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAFomi_assimilate_lknetf_nondiagR
v1 v2 12 12 The interface when using the LKNETF is the following: 13 13 {{{ 14 SUBROUTINE PDAFomi_assimilate_lknetf (U_collect_state, U_distribute_state, &14 SUBROUTINE PDAFomi_assimilate_lknetf_nondiagR(U_collect_state, U_distribute_state, & 15 15 U_init_dim_obs_pdafomi, U_obs_op_pdafomi, & 16 16 U_prepoststep, U_init_n_domains, U_init_dim_l, U_init_dim_obs_l_pdafomi, & … … 36 36 * `U_l2g_state`: The name of the routine that initializes the corresponding part of the global state vector from the provided local state vector 37 37 * `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. 39 39 40 40 Notes: