Changes between Version 11 and Version 12 of OMI_Callback_obs_pdafomi


Ignore:
Timestamp:
Nov 22, 2020, 10:20:30 AM (3 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OMI_Callback_obs_pdafomi

    v11 v12  
    2323As an example, in `tutorial/online_2D_serialmodel_omi/` we have three observations, named A, B, and C. In `init_dim_obs_pdafomi` we find the lines
    2424{{{
     25SUBROUTINE init_dim_obs_pdafomi(step, dim_obs)
     26
    2527  USE obs_A_pdafomi, ONLY: assim_A, init_dim_obs_A
    2628  USE obs_B_pdafomi, ONLY: assim_B, init_dim_obs_B
     
    5961As an example, in `tutorial/online_2D_serialmodel_omi/` we have
    6062{{{
     63SUBROUTINE obs_op_pdafomi(step, dim_p, dim_obs, state_p, ostate)
     64
    6165  USE obs_A_pdafomi, ONLY: obs_op_A
    6266  USE obs_B_pdafomi, ONLY: obs_op_B
     
    8488As an example, in `tutorial/online_2D_serialmodel_omi/` we have
    8589{{{
     90SUBROUTINE init_dim_obs_l_pdafomi(domain_p, step, dim_obs, dim_obs_l)
     91
    8692  USE obs_A_pdafomi, ONLY: init_dim_obs_l_A
    8793  USE obs_B_pdafomi, ONLY: init_dim_obs_l_B
     
    107113As an example, in `tutorial/online_2D_serialmodel_omi/` we have
    108114{{{
     115SUBROUTINE localize_covar_pdafomi(dim_p, dim_obs, HP_p, HPH)
     116
    109117  USE obs_A_pdafomi, ONLY: localize_covar_A
    110118  USE obs_B_pdafomi, ONLY: localize_covar_B
     
    139147As an example, in `tutorial/online_2D_serialmodel_omi/` we have
    140148{{{
     149SUBROUTINE deallocate_obs_pdafomi(step)
     150
    141151  USE PDAFomi, ONLY: PDAFomi_deallocate_obs
    142152  USE obs_A_pdafomi, ONLY: obs_A => thisobs