Open dafyddstephenson opened 5 months ago
Does the error occur here (at line 655)? This hasn't been an issue for us, for which compiler does this come up? Your suggestion is minor, so I'll make the change to main and push it.
gfortran again, though this time it only throws the error at runtime when the values are set. We're now using gfortran on NERSC's perlmutter cluster so we may yet catch a couple more of these. Thanks @nmolem !
I pushed this change and the ones that were needed for #25. Let me know if you see continued problems
Hi all, Ulla ran into another instance of a character array with different length entries causing an error. The issue is on line 655 (where
dname
is set):The problem goes away with a repetition of @nmolem 's previous solution of using fixed-length variables:
Thanks! Dafydd