Displaying 1 result from an estimated 1 matches for "weathrsel".
2012 Aug 07
0
R enquire
...END IF
ENDDO
C
END ...end the program
________________________________
(2) gFortran compilation:
gfortran -c -fdefault-real-8 -Wall weathrsel.for
gfortran -shared -o WEATHRSEL.DLL weathrsel.o
del *.o
pause
________________________________
(3) R code calling the dynamic library
#Load the library
dyn.load("WEATHRSEL.DLL")
# Define the parameters
GRD<-23 # Grid
YR<-1992 # Year
SWJD<-210 # Showing julian day...