Changes between Version 7 and Version 8 of LnDevel


Ignore:
Timestamp:
Sep 3, 2010, 3:34:11 PM (14 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LnDevel

    v7 v8  
    8989
    9090
    91 == `U_obs_op` (obs_op.F90) ==
     91=== `U_obs_op` (obs_op.F90) ===
    9292
    9393This routine is used by all global filter algorithms (SEEK, SEIK, EnKF, ETKF).
     
    112112
    113113
    114 == `U_init_obs` (init_obs.F90) ==
     114=== `U_init_obs` (init_obs.F90) ===
    115115
    116116This routine is used by all global filter algorithms (SEEK, SEIK, EnKF, ETKF).
     
    136136
    137137
    138 == `U_prodRinvA` (prodrinva.F90) ==
     138=== `U_prodRinvA` (prodrinva.F90) ===
    139139
    140140This routine is used by all filters whose algorithm uses the inverse of the observation error covariance matrix (SEEK, SEIK, and ETKF).
     
    161161
    162162
    163 == `U_init_obsvar` (init_obsvar.F90) ==
     163=== `U_init_obsvar` (init_obsvar.F90) ===
    164164
    165165This 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).