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

update to subroutine UFBSEQ, including new test case #52

Closed
jbathegit opened this issue Nov 5, 2020 · 0 comments · Fixed by #56
Closed

update to subroutine UFBSEQ, including new test case #52

jbathegit opened this issue Nov 5, 2020 · 0 comments · Fixed by #56
Assignees

Comments

@jbathegit
Copy link
Collaborator

In my BUFRLIB repository in VLab, I have an update to subroutine UFBSEQ that I'd been planning to introduce in the next version for the WCOSS and on my website. Now that I'm working to fully merge everything into the NCEPLIBS-bufr repository on GitHub, I'd like to bring this update over to GitHub and just work from there going forward.

The update to the subroutine deals with a situation where the number of available data levels exceeds the amount of user-provided array space when reading from an input file. Previously, the software would abort in such cases without returning any data whatsoever, but with the change it will now print a diagnostic and return with the number of levels equal to the amount of array space that was provided. I have a sample test case for this situation and will include it as part of a new test program once I submit a pull request for this issue.

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

Successfully merging a pull request may close this issue.

1 participant