Displaying 1 result from an estimated 1 matches for "hrvjd".
2012 Aug 07
0
R enquire
...error? Is it true that there is a limitation in the loops that R can handle? Is it because a piece of F77 code?
Thank you very much in advance for your help and I hope to hear from you soon.
Best wishes,
Manuel.
________________________________
(1) F77 code
subroutine weathersel(GRD,YR,SWJD,HRVJD)
C ==========================================
C ----------------------------------------------------------
C ----------------------------------------------------------
C
INTEGER :: GRID,YEAR,JDAY,A,B,C,D
REAL :: LAT,LONG,MINT,MAXT,TEMP
REAL :: PREC,WIND,RAD,RH,DELTA,ET
C-------...