How do I change my code to eliminate these "possibly uninitialised" messages?
In my code, quite a few variables are initialised in a subroutine. Adding an interface block to allow the compiler to know that these are INTENT(OUT) does not eliminate the message, which seems to occur for both scalar and array variables.
Thanks,
David