Changes between Version 13 and Version 14 of ImplementAnalysisetkf
- Timestamp:
- Sep 15, 2011, 3:07:53 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ImplementAnalysisetkf
v13 v14 47 47 * [#U_obs_opobs_op_pdaf.F90 U_obs_op]: The name of the user-supplied routine that acts as the observation operator on some state vector 48 48 * [#U_init_obsinit_obs_pdaf.F90 U_init_obs]: The name of the user-supplied routine that initializes the vector of observations 49 * [#U_prepoststepprepoststep_ seik_pdaf.F90 U_prepoststep]: The name of the pre/poststep routine as in `PDAF_get_state`49 * [#U_prepoststepprepoststep_etkf_pdaf.F90 U_prepoststep]: The name of the pre/poststep routine as in `PDAF_get_state` 50 50 * [#U_prodRinvAprodrinva_pdaf.F90 U_prodRinvA]: The name of the user-supplied routine that computes the product of the inverse of the observation error covariance matrix with some matrix provided to the routine by PDAF. This operation occurs during the analysis step of the ETKF. 51 51 * [#U_init_obsvarinit_obsvar_pdaf.F90 U_init_obsvar]: The name of the user-supplied routine that provides a mean observation error variance to PDAF (This routine will only be executed, if an adaptive forgetting factor is used)