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

Conversation

abishekg7
Copy link
Collaborator

@abishekg7 abishekg7 commented Nov 27, 2024

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.

This is a continuation of the fixes in #1245

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
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.

1 participant