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

Add explicit types to literals in COARE ocean surface flux scheme #3153

Merged
merged 1 commit into from
Sep 20, 2019

Commits on Aug 8, 2019

  1. Adds explicit types to literals in COARE ocean surface flux scheme.

    The COARE ocean surface flux scheme had a large number of un-typed
    literals (including some in functions that caused a build issue on
    Summit). This change converts most to "_R8". This shouldn't affect
    the climate of "out of the box" cases (which use a different ocean
    surface flux scheme), but may be non-BFB with the original COARE
    implementation. This needs to be tested.
    
    [BFB] - Bit-For-Bit
    ? [FCC] - Flag Climate Changing
    
    Issue number 3105
    JackReevesEyre committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    14ae374 View commit details
    Browse the repository at this point in the history