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

[BUG/ISSUE] Obspack diagnostic never initializes in master branch #340

Closed
ltmurray opened this issue Jun 2, 2020 · 2 comments
Closed

[BUG/ISSUE] Obspack diagnostic never initializes in master branch #340

ltmurray opened this issue Jun 2, 2020 · 2 comments
Assignees
Labels
category: Bug Something isn't working duplicate This issue or pull request already exists

Comments

@ltmurray
Copy link
Contributor

ltmurray commented Jun 2, 2020

The following needs to be added circa line 295 of input_mod.F90, otherwise ObsPack is never initialized.

       ELSE IF ( INDEX( LINE, 'OBSPACK MENU'     ) > 0 ) THEN
          CALL READ_OBSPACK_MENU( Input_Opt, RC )
          IF ( RC /= GC_SUCCESS ) THEN
             ErrMsg = 'Error in "Read_Obspack_Menu"!'
             CALL GC_Error( ErrMsg, RC, ThisLoc )
             RETURN
          ENDIF

@ltmurray ltmurray added the category: Bug Something isn't working label Jun 2, 2020
@msulprizio msulprizio self-assigned this Jun 2, 2020
@msulprizio
Copy link
Contributor

Thanks, Lee! We just fixed this issue and it will be included in 12.9.0. See #337.

@yantosca yantosca added the duplicate This issue or pull request already exists label Jun 2, 2020
@ltmurray
Copy link
Contributor Author

ltmurray commented Jun 2, 2020

Sorry for missing issue 337!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: Bug Something isn't working duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

3 participants