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

insufficient descriptor for gfortran #7

Closed
robertladwig opened this issue Sep 3, 2021 · 0 comments
Closed

insufficient descriptor for gfortran #7

robertladwig opened this issue Sep 3, 2021 · 0 comments

Comments

@robertladwig
Copy link

gcc 4.2.1 under macOS Big Sur 11.4

When compiling GLM v3.2.0a6 with libaed-water using gfortran, I get the error that for line 113 in src/aed_util.F90
Error: Period required in format specifier D at (1)

Changing this line to
WRITE(str, "(d12.4)") num

helps in completing the compilation though. But please note that I don't know which length the final string representing the real value should have.

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

No branches or pull requests

2 participants