Changes between Version 29 and Version 30 of OMI_observation_modules


Ignore:
Timestamp:
Feb 18, 2022, 12:13:51 PM (2 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OMI_observation_modules

    v29 v30  
    154154 - Specify the localization variables (These variables are usually set in `init_pdaf` and included with `use mod_assimilation`)
    155155   - `locweight`: Type of localization (see init_pdaf)
    156    - `local_range`: The localization radius (cut-off radius for the observations)
    157    - `srange`: The support radius of the localization function
     156   - `local_range`: The localization radius (cut-off radius for the observations, weight is always =0 for distances > local_range)
     157   - `srange`: The support radius of the localization weight function
    158158 
    159159
     
    175175 - Specify the localization variables (These variables are usually set in `init_pdaf` and included with `use mod_assimilation`)
    176176   - `locweight`: Type of localization (see init_pdaf)
    177    - `local_range`: The localization radius (cut-off radius for the observations)
    178    - `srange`: The support radius of the localization function
     177   - `local_range`: The localization radius (cut-off radius for the observations, weight is always =0 for distances > local_range)
     178   - `srange`: The support radius of the localization weight function
    179179
    180180== Additional routines for 3D-Var ==