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 fix for dimensions of eta level variables in metadata, remove duplicate Fortran modules from CMakeLists.txt #821

Merged
merged 4 commits into from
Dec 30, 2021

Conversation

climbfuji
Copy link
Collaborator

@climbfuji climbfuji commented Dec 29, 2021

Description

This PR does two things:

  • Remove "duplicate" (openacc) RRTMGP modules from SCHEMES_OPENMP in CMakeLists.txt (changes results for RRTMGP runs, because the compiler now picks the correct modules)
  • Correct metadata for eta level variables (to fix a bug for the multi-gases/deep-atmosphere/wam model configuration, no impact on non-WAM model runs)

Also included are some minor cleanups such as replacing #ifdef OPENMP with the standard #ifdef _OPENMP and redirecting output from schemes to stdout instead of stderr.

Associated PRs

#786
NOAA-EMC/fv3atm#431
ufs-community/ufs-weather-model#947

Testing

For regression testing, see ufs-community/ufs-weather-model#947

Copy link
Collaborator

@SamuelTrahanNOAA SamuelTrahanNOAA left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug fixes and cleanup. Looks good.

@climbfuji climbfuji linked an issue Dec 29, 2021 that may be closed by this pull request
@climbfuji climbfuji merged commit 1f907e4 into NCAR:main Dec 30, 2021
@climbfuji climbfuji deleted the wam_debug_only branch June 27, 2022 03:00
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 this pull request may close these issues.

Reduce clutter from GFS_phys_time_vary_init in stderr
2 participants