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

Fixes to resolve NAG build issues - Part 2 #1247

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Commits on Nov 27, 2024

  1. Workaround for MPAS init_atmosphere build with NAG - Part 2

    Presently, the MPAS build for CORE=init_atmosphere fails with
    the NAG compiler, with the following error messages.
    
    Error: mpas_init_atm_read_met.F, line 14: KIND value (4) does
       not specify a valid representation method
    
    This PR replaces the integer kind value of 4 with real32 from
     iso_fortran_env to resolve these errors
    abishekg7 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    7aa6845 View commit details
    Browse the repository at this point in the history