Hi,
I have a fortran77 script in which they made some bit manipulation. The intel compilator doens't accept some commands. I could adapt almost everything to fortran90 but one command: "intand"
The code line is:
iscr=intand(intrshft(isval,6*(nchs-iii)),63)
where "isval","nchs" and "iii" are...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.