Hello,
I'm new to this forum. I was wondering if anyone can tell me if it is possible and if they know how to create what I call a pseudo array of output files.
Here is the pseudo code:
Do i=1,15
Do j=1,3
open(unit=(10+i*j),file="i-j.txt",status="new")
EndDo
EndDo
Basically...