-
Notifications
You must be signed in to change notification settings - Fork 29
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
Issue parsing en empty line starting with & #399
Comments
Did you switch to use fixed format? I only get this error when I try to parse it as free (which is the default). I am not sure if you can change this in
And then it was happy with the file. |
Thanks @hiker , Sebastien had this problem in psyclone and I didn't realize it was a Fortran format issue. Can the format for the psyclone cli input file be changed? I can just see a parameter for the FortranReader, but nemo does not use this class yet. Regardless, the error message seems that could be improved to be more descriptive. (@svalat The other issue with the C$... comment may be related. Is all CROCO fixed format or just part of it?) |
@hiker & @sergisiso Yes, I got that issue via PSyClone. Croco has both fixed and free form, but for the file I'm currently considering they are only fixed. (for the other person who had the issue with C$, I'm not sure if he needs to pass on the free form ones). |
I observed an issue in the CROCO oceanic simulation while applying fparser on its step3d file.
The major issue is that the problem is not reported on the right line. The problem comes from an empty line starting by
&
in the last nested for loops and not from the call itself.The text was updated successfully, but these errors were encountered: