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

Miscellaneous fixes #1072

Draft
wants to merge 7 commits into
base: cam_development
Choose a base branch
from
Draft

Conversation

brian-eaton
Copy link
Collaborator

Addresses these issues:

. Issue #1045 - buildcpp does not report errors reported by cam configure

  • modify buildcpp so that error messages from CAM's configure appear in
    the log output

. Issue #1015 - SILHS subcolumns output as all zeros.

  • testing for this issue revealed a bug when subcolumns were used with
    the SE dycore. A fix is added to check_energy.F90. This doesn't fix
    the problem with zeros in the subcolumn output, but that is the same
    problem previously reported for COSP in issue COSP output appears to be broken #944. The problem only
    appears when SE grid output is interpolated. A workaround is to output
    the subcolumns on the native SE grid.

. Issue #1044 - Remove solar_htng_spctrl_scl from aquaplanet use case

  • also cleaned up the aquaplanet_rce_cam6.xml file which had duplicated
    settings of several variables. The second setting is not used because
    the first setting takes precedence. Note that the setting of
    solar_htng_spctrl_scl to false in aquaplanet_rce_cam6.xml is needed
    because it is overriding the default of true for cam6 with RRTMG.

. Issue #1042 - write performance of cam rh files

  • Reorders variables in the rh files. Significantly improves file write
    performance on derecho.

. resolves #1045 (and closes #1046)
. resolves #1015
. resolves #1044
. resolves #1042 (and closes #1043)

@brian-eaton brian-eaton added BFB bit for bit tag bug-fix This PR was created to fix a specific bug. labels Jul 3, 2024
@brian-eaton brian-eaton self-assigned this Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BFB bit for bit tag bug-fix This PR was created to fix a specific bug.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants