-
Notifications
You must be signed in to change notification settings - Fork 31
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
Create a converter for amusa from bufr to ioda #754
base: develop
Are you sure you want to change the base?
Commits on Nov 9, 2023
-
update prototype_3d observation list to process satwind_goes-16, upda…
…te obsfile for satwnd.abi_goes-16
Configuration menu - View commit details
-
Copy full SHA for 9285f5f - Browse repository at this point
Copy the full SHA 9285f5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9189e6f - Browse repository at this point
Copy the full SHA 9189e6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f5320c8 - Browse repository at this point
Copy the full SHA f5320c8View commit details
Commits on Nov 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8c34966 - Browse repository at this point
Copy the full SHA 8c34966View commit details
Commits on Nov 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 78fc82f - Browse repository at this point
Copy the full SHA 78fc82fView commit details
Commits on Nov 14, 2023
-
Modify BUFR converter and filter yamls for GOES AMV (#724)
Two updates for GOES AMV 1. BUFR Converter: - remove wind direction and speed - change sensorZenithAngle to satelliteZenithAngle 2. UFO Filters: - change `sensorZenithAngle` to `satelliteZenithAngle` - add `linear obs operator` section The declaration of `linear obs operator" is necessary for GOES AMV since there is no linearized component for applying the 10-meter factor. The increments look reasonable: ``` 0: ---------------------------------------------------------------------------------------------------- 0: Increment print | number of fields = 8 | cube sphere face size: C768 0: eastward_wind | Min:-1.642335e-01 Max:+1.660654e-01 RMS:+2.746685e-04 0: northward_wind | Min:-2.120068e-01 Max:+1.663539e-01 RMS:+2.631295e-04 0: air_temperature | Min:+0.000000e+00 Max:+0.000000e+00 RMS:+0.000000e+00 0: surface_pressure | Min:+0.000000e+00 Max:+0.000000e+00 RMS:+0.000000e+00 0: specific_humidity | Min:+0.000000e+00 Max:+0.000000e+00 RMS:+0.000000e+00 0: cloud_liquid_ice | Min:+0.000000e+00 Max:+0.000000e+00 RMS:+0.000000e+00 0: cloud_liquid_water | Min:+0.000000e+00 Max:+0.000000e+00 RMS:+0.000000e+00 0: ozone_mass_mixing_ratio | Min:+0.000000e+00 Max:+0.000000e+00 RMS:+0.000000e+00 0: ---------------------------------------------------------------------------------------------------- ``` The UFO filter results vs. GSI -- looks good ![ufo_abi_goes-16_omf_windEastward_qc_time1](https://github.com/NOAA-EMC/GDASApp/assets/36091766/017aeabc-d6ca-4643-b037-16f46dde76a0) ![gsi_abi_goes-16_omf_windEastward_qc_time1](https://github.com/NOAA-EMC/GDASApp/assets/36091766/d99599a2-3f36-4ef6-aa2e-4611500b8c43)
Configuration menu - View commit details
-
Copy full SHA for e1a5375 - Browse repository at this point
Copy the full SHA e1a5375View commit details -
Make the python bufr2ioda driver more generic (#725)
Rather than each new ob type being manually added to the list, we can use `glob.glob` to get the list of available observation types.
Configuration menu - View commit details
-
Copy full SHA for dda513f - Browse repository at this point
Copy the full SHA dda513fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d368a2a - Browse repository at this point
Copy the full SHA d368a2aView commit details
Commits on Nov 15, 2023
-
Modify BUFR converter and filter yamls for MetoOp Scatwind (#731)
Two updates for MetOp SCATWIND; one minor updates for GOES AMV 1. BUFR Converter: - remove wind direction and speed - add `stationElevation` as zero 2. UFO Filters: - add linear obs operator section The declaration of `linear obs operator" is necessary for GOES AMV since there is no linearized component for applying the 10-meter factor. - add `Gaussian Thinning` filter to thin data with 75 km box (equal box size, prefer data close to central of the box) 3. For GOES AMV YAML files, change output data extension from `nc4` to `nc` UFO vs. GSI O-F and QC comparison: O-F and data count passed look close ![ufo_ascat_metop-b_omf_windEastward_qc (1)](https://github.com/NOAA-EMC/GDASApp/assets/36091766/f234543e-e0b5-4c6e-add9-3c7365c0c469) ![gsi_ascat_metop-b_omf_windEastward_qc](https://github.com/NOAA-EMC/GDASApp/assets/36091766/37f4fba8-bd2a-4a54-b45e-4055e3ef3142) 3Dvar increments are reasonable with MetOp-B SCATWIND alone. ``` 0: ---------------------------------------------------------------------------------------------------- 0: Increment print | number of fields = 8 | cube sphere face size: C768 0: eastward_wind | Min:-1.741092e+00 Max:+1.712287e+00 RMS:+2.282584e-03 0: northward_wind | Min:-1.825957e+00 Max:+1.930385e+00 RMS:+2.496075e-03 0: air_temperature | Min:+0.000000e+00 Max:+0.000000e+00 RMS:+0.000000e+00 0: surface_pressure | Min:+0.000000e+00 Max:+0.000000e+00 RMS:+0.000000e+00 0: specific_humidity | Min:+0.000000e+00 Max:+0.000000e+00 RMS:+0.000000e+00 0: cloud_liquid_ice | Min:+0.000000e+00 Max:+0.000000e+00 RMS:+0.000000e+00 0: cloud_liquid_water | Min:+0.000000e+00 Max:+0.000000e+00 RMS:+0.000000e+00 0: ozone_mass_mixing_ratio | Min:+0.000000e+00 Max:+0.000000e+00 RMS:+0.000000e+00 0: ---------------------------------------------------------------------------------------------------- ``` 3DVar increments are also reasonable with MetOp-B + MetOp-A assimilated
Configuration menu - View commit details
-
Copy full SHA for 6e6a480 - Browse repository at this point
Copy the full SHA 6e6a480View commit details -
Have the driver script process both python scripts and YAMLs + bufr2i…
…oda.x (#730) This PR allows for all obtypes to be processed in two loops. We still need to figure out a way to process these in parallel (somewhat).
Configuration menu - View commit details
-
Copy full SHA for 5c305aa - Browse repository at this point
Copy the full SHA 5c305aaView commit details
Commits on Nov 16, 2023
-
Use parallel processing to speed up obs processing (#733)
Using python multiprocessing to generate obs in parallel. The current list of obs goes from 10+ minutes to completing in ~5.5 minutes.
Configuration menu - View commit details
-
Copy full SHA for 9fc4d73 - Browse repository at this point
Copy the full SHA 9fc4d73View commit details -
Xin Jin authored and Xin Jin committed
Nov 16, 2023 Configuration menu - View commit details
-
Copy full SHA for 8f6b9c1 - Browse repository at this point
Copy the full SHA 8f6b9c1View commit details
Commits on Nov 17, 2023
-
Fix YAML so minimization works for satwind G17 (#743)
@RussTreadon-NOAA noted that `obs linear operator` should be `linear obs operator` in the GOES-17 satwind YAML. This fixes that.
Configuration menu - View commit details
-
Copy full SHA for 0970ec8 - Browse repository at this point
Copy the full SHA 0970ec8View commit details -
Consolidate parallel processing (#745)
This reduces runtime further to run everything in one parallel pool. Now, things complete in under 4 minutes (as of now).
Configuration menu - View commit details
-
Copy full SHA for ae22466 - Browse repository at this point
Copy the full SHA ae22466View commit details -
Add AHI/Himawari-8 assimilation to end-to-end GDASApp validation (#746)
Adding satwinds from the Advanced Himawari Imager (AHI) from Himawari-8 to GDASApp end-to-end testing new files include: parm/atm/obs/config/satwind_ahi_h8.yaml: QC filter YAML for AHI Himawari-8 satwinds parm/ioda/bufr2ioda/bufr2ioda_satwind_amv_ahi.json: JSON containing data format, sensor, and satellite information for AHI Himawari-8 satwinds ush/ioda/bufr2ioda/bufr2ioda_satwind_amv_ahi.py: bufr2ioda code for extracting AHI Himawari-8 satwinds from BUFR modified files include: ush/ioda/bufr2ioda/run_bufr2ioda.py: added `"satwind_amv_ahi"` to list `BUFR_py` See #741 for details on testing. JEDI/GSI comparisons look good with GSI thinning turned off, but there are large ob-count disparities both before and after QC when comparing GSI+thinning to JEDI+thinning. The tested `Gaussian Thinning` filter is included in the YAML but commented out with a note. --------- Co-authored-by: Brett Hoover <[email protected]> Co-authored-by: Cory Martin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d331a25 - Browse repository at this point
Copy the full SHA d331a25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59db885 - Browse repository at this point
Copy the full SHA 59db885View commit details -
Xin Jin authored and Xin Jin committed
Nov 17, 2023 Configuration menu - View commit details
-
Copy full SHA for 673c086 - Browse repository at this point
Copy the full SHA 673c086View commit details
Commits on Nov 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0092f53 - Browse repository at this point
Copy the full SHA 0092f53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 820d845 - Browse repository at this point
Copy the full SHA 820d845View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4bc8e0 - Browse repository at this point
Copy the full SHA e4bc8e0View commit details
Commits on Nov 20, 2023
-
Write the bufr2ioda config files in DATA (#748)
Instead of writing the filled out `.json` and `.yaml` files to `$COM_OBS`, we write them to `$DATA` so that they get purged unless `KEEPDATA="YES"`
Configuration menu - View commit details
-
Copy full SHA for 10f01db - Browse repository at this point
Copy the full SHA 10f01dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for bcfefae - Browse repository at this point
Copy the full SHA bcfefaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 37409a7 - Browse repository at this point
Copy the full SHA 37409a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8762fbd - Browse repository at this point
Copy the full SHA 8762fbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d32978 - Browse repository at this point
Copy the full SHA 2d32978View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6ebf2f - Browse repository at this point
Copy the full SHA c6ebf2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a1d09e - Browse repository at this point
Copy the full SHA 1a1d09eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d982094 - Browse repository at this point
Copy the full SHA d982094View commit details -
Configuration menu - View commit details
-
Copy full SHA for a910c82 - Browse repository at this point
Copy the full SHA a910c82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56810e2 - Browse repository at this point
Copy the full SHA 56810e2View commit details -
Update GNSSRO assimilation to end-to-end GDASApp validation (#753)
Updating GNSSRO converter and adding the yaml file to GDASApp end-to-end testing based on [#712](#712). New file: parm/atm/obs/config/gnssro.yaml: Added QC filters in the YAML Updated files: parm/ioda/bufr2ioda/bufr2ioda_gnssro_bufr.json: Updated the satellite information ush/ioda/bufr2ioda/bufr2ioda_gnssro_bufr.py: Updated pccf, qfro, and satelliteAscending flag Refer to [issue #750](#750) for testing details. JEDI/GSI comparisons revealed a cutoff near obs=0.03 Rad due to super refraction 2. The number of observations after QC in JEDI is also inconsistent with GSI.
Configuration menu - View commit details
-
Copy full SHA for 7845c79 - Browse repository at this point
Copy the full SHA 7845c79View commit details -
Update for ATMS for End-to-End Test (#757)
List of items to be added in this PR: - BUFR Converter: Add YAML for converting ATMS BUFR to IODA - The ObsValue is antenna temperature - Input BUFR is normal feel - Testing YAML: re-evaluation results due to update CRTM from v2.3.0 to v2.4.1-jedi.1 - atms_npp_noqc.yaml --- 100% replication - atms_npp.yaml --- 100 % replication - atms_n20_noqc.yaml --- 100 % replication - atms_n20.yaml --- ~ 1100% replication: two channel 7 observations difference - Config YAML: * add two read routine QC: data thinning and removal of data from scan edge - atms_npp.yaml - atms_n20.yaml - Paring PR in JCSDA UFO repository - This PR also has a [paring PR in JCSDA UFO repository](JCSDA-internal/ufo#3094). - It is OK to merge this one into GDASApp before the paring UFO PR - The related test data (obs and geoval files from GSI) for UFO Evaluation have been updated (due to CRTM-2.4.1 update) on ORION and HERA. Notes: - End-to-end testing completed without problem. - However, the filter results show one of the filters, 88-165 GHz scattering index check, tossed more data compared to GSI. - The excess screening from the 88-165 GHz scattering index check is under investigation and will be reported separately. - Please check comments below for validation results
Configuration menu - View commit details
-
Copy full SHA for 047e914 - Browse repository at this point
Copy the full SHA 047e914View commit details
Commits on Nov 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for abe9fce - Browse repository at this point
Copy the full SHA abe9fceView commit details -
For end-to-end configuration AMSU-A YAML files: update n19 and add n1…
…8, n15, metop-b and metop-c
Configuration menu - View commit details
-
Copy full SHA for f572a2b - Browse repository at this point
Copy the full SHA f572a2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 179d879 - Browse repository at this point
Copy the full SHA 179d879View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92e99a4 - Browse repository at this point
Copy the full SHA 92e99a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f34c145 - Browse repository at this point
Copy the full SHA f34c145View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7a0378 - Browse repository at this point
Copy the full SHA d7a0378View commit details -
[End-to-End Test Code Sprint] Add SEVIRI METEOSAT-8 satwinds to end-t…
…o-end testing (#764) Adding satwinds from the Spinning Enhanced Visible and InfraRed Imager (SEVIRI) from METEOSAT-8 to GDASApp end-to-end testing new files include: parm/atm/obs/config/satwind_seviri_m8.yaml: QC filter YAML for SEVIRI METEOSAT-8 satwinds parm/ioda/bufr2ioda/bufr2ioda_satwind_amv_seviri.json: JSON containing data format, sensor, and satellite information for SEVIRI METEOSAT-8 satwinds ush/ioda/bufr2ioda/bufr2ioda_satwind_amv_seviri.py: bufr2ioda code for extracting SEVIRI METEOSAT-8 satwinds from BUFR End-to-end testing results are provided in #758 - Note: Thinning filter is provided in YAML but turned off due to irreconcilable differences with GSI in testing. --------- Co-authored-by: Brett Hoover <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2dd725f - Browse repository at this point
Copy the full SHA 2dd725fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 25ab8ce - Browse repository at this point
Copy the full SHA 25ab8ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fc8cf0 - Browse repository at this point
Copy the full SHA 4fc8cf0View commit details -
Configuration menu - View commit details
-
Copy full SHA for df6c6a1 - Browse repository at this point
Copy the full SHA df6c6a1View commit details
Commits on Nov 27, 2023
-
Added SEVIRI/METEOSAT-11 satwinds to end-to-end validation (#767)
Small code-change to include SEVIRI/METEOSAT-11 satwinds in end-to-end validation. This uses the hook-ins already provided by the SEVIRI/METEOSAT-8 satwinds code that was merged in #764. New file: parm/atm/obs/config/satwind_seviri_m11.yaml - this is nearly a direct copy of parm/atm/obs/config/satwind_seviri_m8.yaml, since they utilize the same filters. Only the header information has changed. Modified file: parm/ioda/bufr2ioda/bufr2ioda_satwind_amv_seviri.json - METEOSAT-11 was added to the `satellite_info` group End-to-end testing looks very similar to what was seen for SEVIRI/METEOSAT-8 satwinds, detailed in #758. A brief run-down: (LW)IR winds are in QC agreement down to a 0.02% difference (cloud-top)WV winds are in QC agreement down to a 0.20% difference VIS winds differ by 4.5%, but there are only 22 accepted winds in GSI and 23 in JEDI, the difference is a single satwind All ob, HofX, and ob-minus-HofX differences look good Increment summary, from gdasatmanlrun.log: ``` 0: ---------------------------------------------------------------------------------------------------- 0: Increment print | number of fields = 8 | cube sphere face size: C768 0: eastward_wind | Min:-3.479765e-01 Max:+3.430433e-01 RMS:+4.990993e-04 0: northward_wind | Min:-4.226316e-01 Max:+3.376561e-01 RMS:+4.889429e-04 0: air_temperature | Min:+0.000000e+00 Max:+0.000000e+00 RMS:+0.000000e+00 0: surface_pressure | Min:+0.000000e+00 Max:+0.000000e+00 RMS:+0.000000e+00 0: specific_humidity | Min:+0.000000e+00 Max:+0.000000e+00 RMS:+0.000000e+00 0: cloud_liquid_ice | Min:+0.000000e+00 Max:+1.618770e-20 RMS:+1.293217e-23 0: cloud_liquid_water | Min:+0.000000e+00 Max:+1.474788e-19 RMS:+2.167418e-22 0: ozone_mass_mixing_ratio | Min:+0.000000e+00 Max:+0.000000e+00 RMS:+0.000000e+00 0: ---------------------------------------------------------------------------------------------------- ``` Co-authored-by: Brett Hoover <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 94abd9a - Browse repository at this point
Copy the full SHA 94abd9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b5ac9d8 - Browse repository at this point
Copy the full SHA b5ac9d8View commit details -
A few updates for ATMS end-to-end testing (#768)
In [ previous PR](#757) for ATMS, the end-to-end testing was done without data thinning. And the excessive QC filtering in clear-sky areas, compared to GSI, was found. (See [plots](#757 (comment))) This PR includes two fixes for ATMS in the end-to-end testing and one new feature: 1. fix the excess QC filtering in clear-sky areas. ---> This has a paring [UFO PR #3122](JCSDA-internal/ufo#3122) 2. add data thinning 3. add the diagnostic flags (QC) --- **This can [reproduce QC flags](#768 (comment)) from GSI in UFO** **To test updates in this PR, please check out the UFO branch: [feature/satrad](https://github.com/JCSDA-internal/ufo/tree/feature/satrad) from JCSDA-internal in gdas-validation. This branch consolidates all proposed code changes to UFO for gdas validation: UFO PR #JCSDA-internal/ufo#3122 UFO PR #JCSDA-internal/ufo#3121 UFO PR #JCSDA-internal/ufo#3094 --------- Co-authored-by: Cory Martin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e7fc7cb - Browse repository at this point
Copy the full SHA e7fc7cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 40a1d36 - Browse repository at this point
Copy the full SHA 40a1d36View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd93876 - Browse repository at this point
Copy the full SHA cd93876View commit details
Commits on Nov 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 27ee384 - Browse repository at this point
Copy the full SHA 27ee384View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e1ffd4 - Browse repository at this point
Copy the full SHA 0e1ffd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 266e153 - Browse repository at this point
Copy the full SHA 266e153View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56bfda2 - Browse repository at this point
Copy the full SHA 56bfda2View commit details
Commits on Nov 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 94cec74 - Browse repository at this point
Copy the full SHA 94cec74View commit details -
Merge branch 'feature/gdas-validation_amsua' of https://github.com/NO…
…AA-EMC/GDASApp into feature/gdas-validation_amsua
Configuration menu - View commit details
-
Copy full SHA for da3b45f - Browse repository at this point
Copy the full SHA da3b45fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 812904c - Browse repository at this point
Copy the full SHA 812904cView commit details -
Configuration menu - View commit details
-
Copy full SHA for deddffd - Browse repository at this point
Copy the full SHA deddffdView commit details -
Merge branch 'feature/gdas-validation-amsua' into feature/gdas-valida…
…tion_amsua_test merge together
Configuration menu - View commit details
-
Copy full SHA for c739271 - Browse repository at this point
Copy the full SHA c739271View commit details
Commits on Nov 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f29a762 - Browse repository at this point
Copy the full SHA f29a762View commit details -
Configuration menu - View commit details
-
Copy full SHA for 771c959 - Browse repository at this point
Copy the full SHA 771c959View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce8fad8 - Browse repository at this point
Copy the full SHA ce8fad8View commit details
Commits on Dec 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 941cb2b - Browse repository at this point
Copy the full SHA 941cb2bView commit details
Commits on Dec 4, 2023
-
Minor observation YAML updates for ATMS, SATWIND and SCATWIND (#789)
This PR includes the following: 1. YAML name change - add sensor (ABI) to the filename of observation YAML for SATWIND from GOES platforms 2. YAML name change - add sensor (ASCAT) to the filename of observation YAML for SCATWIND from MetOp platforms 3. update the YAML name changes in the list for 3dvar 4. Add `CO2` in obs forward operator and add `linear obs operator` without CO2 for ATMS These changes have no impact on 3DVar results.
Configuration menu - View commit details
-
Copy full SHA for 654dcdf - Browse repository at this point
Copy the full SHA 654dcdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 947b397 - Browse repository at this point
Copy the full SHA 947b397View commit details
Commits on Dec 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for de8ff12 - Browse repository at this point
Copy the full SHA de8ff12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30ab4f9 - Browse repository at this point
Copy the full SHA 30ab4f9View commit details
Commits on Dec 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7f0a295 - Browse repository at this point
Copy the full SHA 7f0a295View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c2e8b8 - Browse repository at this point
Copy the full SHA 4c2e8b8View commit details
Commits on Dec 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f63bfd4 - Browse repository at this point
Copy the full SHA f63bfd4View commit details
Commits on Dec 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 80e04d8 - Browse repository at this point
Copy the full SHA 80e04d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2d9edb - Browse repository at this point
Copy the full SHA c2d9edbView commit details
Commits on Dec 21, 2023
-
Update observation YAMLs for conventional surface pressure (#803)
This PR includes the following updates for conventional surface pressure 1. Add observation YAML under configuration 2. Update observation YAML under testing 3. Add conv_ps to 3dvar obs list 4. Set window shift to true (time boundary is inclusive) 5. Validate 3dvar for surface (station) pressure (end-to-end) - [QC validation](#803 (comment)) - [Increments](#803 (comment)) See [PR #792 ](#792) for the BUFR converter work to convert the following surface pressure observation into IODA: - SFC - 181, 187 - SFCSHIP - 180, 183 - SONDE - 120 The related UFO evaluation (using GSI obs and geovals) results for surface pressure are documented [here](https://docs.google.com/presentation/d/1OvVMYOutxVyk0GE93Jzoh3hQVoj-dCgrwsVWDDlPT1s/edit?usp=sharing).
Configuration menu - View commit details
-
Copy full SHA for 99c431a - Browse repository at this point
Copy the full SHA 99c431aView commit details
Commits on Jan 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 30543ab - Browse repository at this point
Copy the full SHA 30543abView commit details -
Configuration menu - View commit details
-
Copy full SHA for bd04d95 - Browse repository at this point
Copy the full SHA bd04d95View commit details
Commits on Jan 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 086cff3 - Browse repository at this point
Copy the full SHA 086cff3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e34fc0 - Browse repository at this point
Copy the full SHA 5e34fc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ff21df - Browse repository at this point
Copy the full SHA 6ff21dfView commit details
Commits on Mar 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bb2ea3c - Browse repository at this point
Copy the full SHA bb2ea3cView commit details
Commits on Mar 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c49d17d - Browse repository at this point
Copy the full SHA c49d17dView commit details
Commits on Mar 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ba8a1fa - Browse repository at this point
Copy the full SHA ba8a1faView commit details