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

Wrong WRITE argument list. #4

Open
kapa-tps opened this issue Oct 3, 2024 · 0 comments
Open

Wrong WRITE argument list. #4

kapa-tps opened this issue Oct 3, 2024 · 0 comments

Comments

@kapa-tps
Copy link

kapa-tps commented Oct 3, 2024

In SUBROUTINE DPLACE

1919 WRITE(I2,291)NAMEG,I,J,LATD,LATM,SLAT,LATDIR,LOND,
1920 1 LOND,LONM,SLON,LONDIR,BLAB
1921 291 FORMAT(A10,2I4, 7X,I2,1X,I2,1X,F8.5,1X,A1,2X,I3,
1922 1 1X,I2,1X,F8.5,1X,A1,1X,A17)

WRITE has 13 parameters, FORMAT describes 12 parameters.
The last parameter on the first line of WRITE is LOND, the first parameter on the next line is the same.

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

1 participant