Changes between Version 1 and Version 2 of ImplementAnalysisPDAF3_Hyb3DVar
- Timestamp:
- May 26, 2025, 4:37:21 PM (5 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ImplementAnalysisPDAF3_Hyb3DVar
v1 v2 409 409 1. [#cvt_pdafcvt_pdaf.F90 cvt_pdaf] 410 410 1. [#cvt_ens_pdafcvt_ens_pdaf.F90 cvt_ens_pdaf] 411 1. [#obs_op_lin_pdafomicallback_obs_pdafomi.F90 U_obs_op_lin_pdafomi]412 1. [#obs_op_adj_pdafomicallback_obs_pdafomi.F90 U_obs_op_adj_pdafomi]411 1. [#obs_op_lin_pdafomicallback_obs_pdafomi.F90 obs_op_lin_pdafomi] 412 1. [#obs_op_adj_pdafomicallback_obs_pdafomi.F90 obs_op_adj_pdafomi] 413 413 1. [#cvt_adj_pdafcvt_adj_pdaf.F90 cvt_adj_pdaf] 414 414 1. [#cvt_adj_ens_pdafcvt_adj_ens_pdaf.F90 cvt_adj_ens_pdaf] 415 415 416 416 After the iterative optimization the following routines are executes to complte the analysis step: 417 1. [#cvt_ens cvt_pdaf.F90 U_cvt] (Call to the parameterized part of the control vector transform to compute the final state vector increment)418 1. [#cvt_ens cvt_ens_pdaf.F90 U_cvt_ens] (Call to the eensemble-part of the control vector transform to compute the final state vector increment)419 1. [#prepoststep prepoststep_ens_pdaf.F90 U_prepoststep] (Call to act on the analysis ensemble, called with (positive) value of the time step)417 1. [#cvt_ens_pdafcvt_pdaf.F90 cvt_pdaf] (Call to the parameterized part of the control vector transform to compute the final state vector increment) 418 1. [#cvt_ens_pdafcvt_ens_pdaf.F90 cvt_ens_pdaf] (Call to the eensemble-part of the control vector transform to compute the final state vector increment) 419 1. [#prepoststep_pdafprepoststep_ens_pdaf.F90 prepoststep_pdaf] (Call to act on the analysis ensemble, called with (positive) value of the time step) 420 420 421 421 The iterative optimization abovve computes an updated ensemble mean state. Subsequently, the ensemble perturbations are updated using the LESTKF or ESTKF. The execution of the routines for these filters is described on the [wiki:ImplementAnalysisPDAF3Universal page on implementing the local filter analysis step] .