Hi gfortran comunity, is gfortran able to handle more than 7 dimensions in array specification? I'm getting this error: real(kind=8) :: vec(2,3,3,6,2,3,12,8) 1 Error: Array specification at (1) has more than 7 dimensions I'm using GNU Fortran 5.1.0 Thank you for your help, Hector