Hi,
I have an fortran script to read a binary 3D dataset with dimentions mlon,mlat, and mtot. It works well with the pgf90 compilator. I'm trying to use the compilators gfortran and intel and an error occurs in the following structure
READ(10)dado
DO 100 it =1,MTOT
DO 100 i = 1, MLAT...