This is what I have:
day = first
DO 20 x = 1, lines
hiTemp = -100
loTemp = 200
IF ( JD(x).eq.day ) THEN
IF (a(5,x).gt.HiTemp) THEN !change the hiTemp value
hiTemp = a(5,x)
hiTempTime = a(4,x)
ELSE IF (a(5,x).lt.LoTemp) THEN !change the loTemp value
loTemp = a(5,x)...
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.