Changes between Version 7 and Version 8 of ImplementAnalysis_3DVar


Ignore:
Timestamp:
Dec 9, 2021, 11:46:02 AM (2 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ImplementAnalysis_3DVar

    v7 v8  
    4545The interface for using the parameterized 3D-Var is:
    4646{{{
    47   SUBROUTINE PDAFomi_assimilate_3dvar(collect_state_pdaf, distribute_state_pdaf, &
     47  SUBROUTINE PDAFomi_assimilate_3dvar(U_collect_state, U_distribute_state, &
    4848                                 U_init_dim_obs_pdafomi, U_obs_op_pdafomi, &
    4949                                 U_cvt, U_cvt_adj, U_obs_op_lin_pdafomi, obs_op_adj_pdafomi, &
    50                                  prepoststep_pdaf, next_observation_pdaf, outflag)
     50                                 U_prepoststep, U_next_observation, outflag)
    5151}}}
    5252with the following arguments:
     
    7070The interface when using one of the global filters is the following:
    7171{{{
    72   SUBROUTINE PDAFomi_assimilate_3dvar(collect_state_pdaf, &
     72  SUBROUTINE PDAFomi_assimilate_3dvar(U_collect_state, &
    7373                                 U_init_dim_obs_pdafomi, U_obs_op_pdafomi, &
    7474                                 U_cvt, U_cvt_adj, U_obs_op_lin_pdafomi, obs_op_adj_pdafomi, &
    75                                  prepoststep_pdaf, outflag)
     75                                 U_prepoststep, outflag)
    7676}}}
    7777