Changes between Version 22 and Version 23 of ImplementAnalysislseik
- Timestamp:
- Sep 3, 2010, 3:16:44 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ImplementAnalysislseik
v22 v23 365 365 1. [#U_init_n_domainsinit_n_domains.F90 U_init_n_domains] 366 366 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) 368 368 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)) 369 369 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)) … … 372 372 1. [#U_init_dim_localinit_dim_local.F90 U_init_dim_local] 373 373 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) 376 376 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) 378 378 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)) 379 379 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) 381 381 382 382 After the loop over all local analysis domains, it is executed: