I want to build up a number (N) of allocatable array but the total number of these arrays and the size of each array are not known beforehand. These information can only be read from the file.
Is there any way to read N and size of each array from the file; and then, build up such N allocatable arrays in Fortran code automatically?
Any suggestion/hint is appreciated.