Changes between Version 22 and Version 23 of ImplementAnalysislseik


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

--

Legend:

Unmodified
Added
Removed
Modified
  • ImplementAnalysislseik

    v22 v23  
    365365 1. [#U_init_n_domainsinit_n_domains.F90 U_init_n_domains]
    366366 1. [#U_init_dim_obs_fullinit_dim_obs_full.F90 U_init_dim_obs_full]
    367  1. [#U_obs_op_fullobs_op_full.F90 U_obs_op_full]
     367 1. [#U_obs_op_fullobs_op_full.F90 U_obs_op_full] (Called `dim_ens` times; once for each ensemble member)
    368368 1. [#U_init_obs_fullinit_obs_full.F90 U_init_obs_full] (Only executed, if the global adaptive forgetting factor is used (`type_forget=1` in the example implemention))
    369369 1. [#U_init_obsvarinit_obsvar.F90 U_init_obsvar] (Only execute, if the global adaptive forgetting factor is used (`type_forget=1` in the example implemention))
     
    372372 1. [#U_init_dim_localinit_dim_local.F90 U_init_dim_local]
    373373 1. [#U_init_dim_obs_localinit_dim_obs_local.F90 U_init_dim_obs_local]
    374  1. [#U_global2local_stateglobal2local_state.F90 U_global2local_state]
    375  1. [#U_global2local_obsglobal2local_obs.F90 U_global2local_obs]
     374 1. [#U_global2local_stateglobal2local_state.F90 U_global2local_state] (Called `dim_ens+1` times: Once for each ensemble member and once for the mean state estimate)
     375 1. [#U_global2local_obsglobal2local_obs.F90 U_global2local_obs] (One call to localize the mean observed state)
    376376 1. [#U_init_obs_localinit_obs_local.F90 U_init_obs_local]
    377  1. [#U_global2local_obsglobal2local_obs.F90 U_global2local_obs]
     377 1. [#U_global2local_obsglobal2local_obs.F90 U_global2local_obs] (`dim_ens` calls; one call to localize the observed part of each ensemble member)
    378378 1. [#U_init_obsvar_localinit_obsvar_local.F90 U_init_obsvar_local] (Only, if the local adaptive forgetting factor is used (`type_forget=2` in the example implementation))
    379379 1. [#U_prodRinvA_localprodrinva_local.F90 U_prodRinvA_local]
    380  1. [#U_local2global_statelocal2global_state.F90 U_local2global_state]
     380 1. [#U_local2global_statelocal2global_state.F90 U_local2global_state] (Called `dim_ens+1` times: Once for each ensemble member and once for the mean state estimate)
    381381
    382382After the loop over all local analysis domains, it is executed: