I have a data file containing over 100 years of high, low, and average temperature data which I want to read-in and assign to variables of ddt "temps."
type temps
integer :: dates, hi, lo, av
end type temps
So each date will have the three temperature values assigned to it for...