JCSDA-internal / ioda-converters

Various converters for getting obs data in and out of IODA
9 stars 2 forks source link

Fixed fault with unintialized file unit variable. #1395

Closed srherbener closed 10 months ago

srherbener commented 10 months ago

Description

This PR fixes intermittent failures of the ctest test_iodaconv_obserror. The issue was an integer variable being used for the file unit number which was uninitialized when used in a file open statement.

Issue(s) addressed

None

Dependencies

List the other PRs that this PR is dependent on: None

Impact

Expected impact on downstream repositories: None

Checklist