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] Luo Wetdep scheme build fails in 12.8.2 #371

Closed
lizziel opened this issue Jul 13, 2020 · 1 comment
Closed

[BUG/ISSUE] Luo Wetdep scheme build fails in 12.8.2 #371

lizziel opened this issue Jul 13, 2020 · 1 comment
Assignees
Labels
category: Bug Something isn't working
Milestone

Comments

@lizziel
Copy link
Contributor

lizziel commented Jul 13, 2020

Compilation of GEOS-Chem 12.8.2 fails when the Luo wetdep scheme is turned on. The problem is module variable QQ was replaced with State_Met%QQ in 12.8.2 but was missed in some of the code compiled only when build flag LUO_WETDEP is defined.

To enable compilation, change QQ to State_Met%QQ in the two places where you hit compiler errors. However, running the model then results in a run-time error with with an infinity in convection_mod.F at “200 FORMAT( 'Infinity in DO_CLOUD_CONVECTION!' )”.

The GCST is currently looking into a solution.

@lizziel lizziel added the category: Bug Something isn't working label Jul 13, 2020
@lizziel lizziel self-assigned this Jul 13, 2020
@lizziel lizziel changed the title [BUG/ISSUE] Luo Wetdep scheme broken in 12.8.2 [BUG/ISSUE] Luo Wetdep scheme build fails in 12.8.2 Jul 13, 2020
@lizziel lizziel added this to the 12.9.0 milestone Jul 13, 2020
@lizziel
Copy link
Contributor Author

lizziel commented Jul 13, 2020

Following up, the run-time bug is separate from the compilation bug, and only impacts 12.9.0. See issue #372 for details on the run-time error fix which will be included in GEOS-Chem 12.9.1.

The compilation bug in 12.8.2, which is the focus of this issue, is resolved in 12.9.0 with commit f64023b.

@lizziel lizziel closed this as completed Jul 13, 2020
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
Projects
None yet
Development

No branches or pull requests

1 participant