Catalina0421
Programmer
Hi everyone,
I am working with Fortran 90 for almost a year and I have a problem with two parts.
I have an array and I have to split in several parts. Each time the array is different so I can't change the code everytime. The only way I found it's split the array and transfer the small part data to different files. But I don't know how create a serie of files or a "standard" for this, because in my limited knowledge of Fortran you always generate the variable before.
Thanks for your help guys...
I am working with Fortran 90 for almost a year and I have a problem with two parts.
I have an array and I have to split in several parts. Each time the array is different so I can't change the code everytime. The only way I found it's split the array and transfer the small part data to different files. But I don't know how create a serie of files or a "standard" for this, because in my limited knowledge of Fortran you always generate the variable before.
Thanks for your help guys...