Changes between Version 7 and Version 8 of LnDevel
- Timestamp:
- Sep 3, 2010, 3:34:11 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LnDevel
v7 v8 89 89 90 90 91 == `U_obs_op` (obs_op.F90)==91 === `U_obs_op` (obs_op.F90) === 92 92 93 93 This routine is used by all global filter algorithms (SEEK, SEIK, EnKF, ETKF). … … 112 112 113 113 114 == `U_init_obs` (init_obs.F90)==114 === `U_init_obs` (init_obs.F90) === 115 115 116 116 This routine is used by all global filter algorithms (SEEK, SEIK, EnKF, ETKF). … … 136 136 137 137 138 == `U_prodRinvA` (prodrinva.F90)==138 === `U_prodRinvA` (prodrinva.F90) === 139 139 140 140 This routine is used by all filters whose algorithm uses the inverse of the observation error covariance matrix (SEEK, SEIK, and ETKF). … … 161 161 162 162 163 == `U_init_obsvar` (init_obsvar.F90)==163 === `U_init_obsvar` (init_obsvar.F90) === 164 164 165 165 This routine is used by the global filter algorithms SEIK and ETKF as well as the local filters LSEIK and LETKF. The routine is only called if the adaptive forgetting factor is used (`type_forget=1` in the example impementation).