-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat request: multi component observations #10
Comments
hkershaw-brown
changed the title
Feat request: mult component observations
Feat request: multi component observations
Jul 20, 2024
defined in yaml? acars_horizontal_wind:
description: ACARS-derived Horizontal wind speed
components:
- acars_u_wind_component
- acars_v_wind_component
sat_horizontal_wind:
description: Satellite-derived horizontal wind speed
components:
- sat_u_wind_component
- sat_v_wind_component |
hkershaw-brown
added a commit
that referenced
this issue
Jul 31, 2024
Now much faster. ~2s on one million obs. There are some print statements to take a look at duplicate observations. See #10 (comment) or discussion. added another composite type (need a list of all of these)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Observations types that are components of a measurement need treating differently to regular obs types.
Example is U_WIND, V_WIND combined into horizontal wind
https://github.com/NCAR/DART/blob/c8ddfac035a39bbb24451ced3b0aa5410ac62494/assimilation_code/programs/obs_diag/threed_sphere/obs_diag.f90#L2940-L2942
https://github.com/NCAR/DART/blob/c8ddfac035a39bbb24451ced3b0aa5410ac62494/assimilation_code/programs/obs_diag/threed_sphere/obs_diag.f90#L2993-L3021
The text was updated successfully, but these errors were encountered: