The SYNOP bufr2ioda converter had a piece of code that wasn't exercised previously and when re-decoding the "golden months" of data, it was discovered there was an unassigned variable target_number that was used. The code change is just one line moved up higher in the code so it is now assigned.
Issue(s) addressed
A separate one was not created.
Dependencies
None
Impact
None
Checklist
[x] I have performed a self-review of my own code
[ ] I have made corresponding changes to the documentation
[x] I have run the unit tests before creating the PR
Description
The SYNOP bufr2ioda converter had a piece of code that wasn't exercised previously and when re-decoding the "golden months" of data, it was discovered there was an unassigned variable
target_number
that was used. The code change is just one line moved up higher in the code so it is now assigned.Issue(s) addressed
A separate one was not created.
Dependencies
None
Impact
None
Checklist