Thanks again Christophe, there is some little light in the tunnel
. The WRITE option pointed on error in first READ
IF(MY_OPTION.EQ.2) THEN
! JUMPING TWO LINES OF COMMENTS
READ(UL,*,ERR=100,END=200)
READ(UL,*,ERR=100,END=200)
! READING THE FIRST TWO LINES OF DATA
READ(UL,*,ERR=100,END=200) AT1,FUAIR1,FVAIR1
READ(UL,*,ERR=100,END=200) AT2,FUAIR2,FVAIR2
In my wind file I inserted two lines for comments as I saw it in the script, unless I made some mistakes there. Please advise. Thanks a mil.
Kind Regards!
Violeta