Skip to content
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

Adding required components to convert Satwind GOES AMV data from BUFR to IODA #3

Open
emilyhcliu opened this issue Oct 9, 2024 · 0 comments
Assignees

Comments

@emilyhcliu
Copy link
Collaborator

emilyhcliu commented Oct 9, 2024

Two components are required as input to convert SatWind GOES AMV data from BUFR dump to IODA format

  1. A mapping file
  2. A Python script to add two derived variables under ObsValue group and two new variables under ObsType group
  • ObsValue/windEastward
  • ObsValue/windNorthward
  • ObsType/windEastward
  • ObsType/windNorthward
  • The Python script can handle the following:
  • Use of MPI
  • create_obs_group --- for script backend application in IODA
  • create_obs_file --- for bufr2netcdf application
  • One temporary stand-alone test script (shell) is placed under ./ush/test for testing the BUFR conversion in two ways:
  1. BUFR to IODA conversion in IODA script backend (obs group created in memory)
  2. BUFR to IODA conversion using bufr2netcdf.x utility from bufr-query (the netcdf output is in IODA format).
@emilyhcliu emilyhcliu self-assigned this Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant