Changes between Version 31 and Version 32 of OMI_observation_modules
- Timestamp:
- Jul 26, 2022, 10:37:37 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OMI_observation_modules
v31 v32 234 234 === `thisobs%ncoord` === 235 235 236 This variable specifies the dimension of the dist nace computations. Thus thisobs%ncoord=2 will lead to distance computations in 2 dimensions.236 This variable specifies the dimension of the distance computations. Thus thisobs%ncoord=2 will lead to distance computations in 2 dimensions. 237 237 238 238 … … 245 245 - 3: Geographic distance computation in meters using haversine formula with horizontal coordinates in radians (latitude: -pi/2 to +pi/2; longitude -pi/+pi or 0 to 2pi) 246 246 247 For 0 and 1 any distance unit can be used. The computed distance will be in the same unit. For 2 and 3 the input coordinates are in radians and the distance is computed in meters. 247 For 0 and 1 any distance unit can be used. The computed distance will be in the same unit. For 2 and 3 the input coordinates are in radians and the distance is computed in meters. Essential is that the grid point coordinates and observation coordinates use the same unit. 248 248 249 249 See `/models/lorenz96_omi/` for an example using case 1 with periodicity in one dimension.