Changes between Version 4 and Version 5 of OMI_observation_modules


Ignore:
Timestamp:
Nov 23, 2020, 11:26:10 AM (3 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OMI_observation_modules

    v4 v5  
    5959This is the main routine to initialize observation information.
    6060
    61 Please see the template `templates/omi/obs_TYPE_pdafomi_TEMPLATE.F90` for a step-by-step description of the implementation steps.
     61||= Please see the template file `templates/omi/obs_TYPE_pdafomi_TEMPLATE.F90`[[br]] for a step-by-step description of the implementation steps. =||
    6262
    6363Each observation module uses the generic name '''thisobs''' for the variable with observation type `obs_f`. Elements of `thisobs` are accessed like
    64 `thisobs%doassim`.
     64`thisobs%doassim`. 
    6565
    6666The main steps performed in this routine are
     
    8181         thisobs%ncoord, local_range, dim_obs)
    8282}}}
    83 This routine will complete all required initializations for OMI. As such it is mandatory to call the routine
     83This routine will complete all required initializations for OMI. As such it is mandatory to call the routine.
     84
     85The routine `PDAFomi_gather_obs` returns the number of observations `dim_obs` which is the return variable for PDAF. 
    8486
    8587