Skip to content

Bug fix for dimensions of eta level variables in metadata, remove duplicate Fortran modules from CMakeLists.txt#821

Merged
climbfuji merged 4 commits into
NCAR:mainfrom
climbfuji:wam_debug_only
Dec 30, 2021
Merged

Bug fix for dimensions of eta level variables in metadata, remove duplicate Fortran modules from CMakeLists.txt#821
climbfuji merged 4 commits into
NCAR:mainfrom
climbfuji:wam_debug_only

Conversation

@climbfuji
Copy link
Copy Markdown
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/ufsatm#431
ufs-community/ufs-weather-model#947

Testing

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

Copy link
Copy Markdown
Contributor

@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