Changes between Version 31 and Version 32 of PDAF_OMI_Overview
- Timestamp:
- Nov 30, 2020, 1:22:17 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAF_OMI_Overview
v31 v32 30 30 2. '''simplify the implementation of complex cases''' in which several different observation types are assimilated by clearly separating each observation type 31 31 32 To guarantee that each observation type (like sea surface temperature data from some satellite sensor, or altimetry data) is handled inde npendently from the others one implements with OMI one Fortran module for each observation type. Thus, different developers can implement observation types without interfering with the implementations by others.32 To guarantee that each observation type (like sea surface temperature data from some satellite sensor, or altimetry data) is handled independently from the others one implements with OMI one Fortran module for each observation type. Thus, different developers can implement observation types without interfering with the implementations by others. 33 33 34 34 To reduce the coding effort only four routines need to be implemented for an observation type: