Displaying 1 result from an estimated 1 matches for "degreec".
Did you mean:
degree
2007 Apr 27
1
Restructuring Hadley CET data
...0 76 65 83 128 144 182 116 98 66 38
.................................
"DoM" is Day of Month, 1-31 for each month ("short" months
get entries -999 on missing days).
So each year is a block of 31 lines and 14 columns, pf
which the last 12 are Temperature (in 10ths of a degreeC),
each column a month, running down each column for the
31 days of the month in that year.
What I want to do is convert this into a 4-column format:
Year, Month, DoM, Temp
with a separate row for each consecutive day from 01/01/1772
to 31/02/2007, and omitting days which have a "-999"...