Re: [Tutor] loop through hours to calc max and plot

2014-03-19 Thread ALAN GAULD
d >Sent: Wednesday, 19 March 2014, 22:30 >Subject: Re: [Tutor] loop through hours to calc max and plot > > > >Could you please give an example of how to put these into a loop in a function >and create the matching naming conventions? > > > > >On Thu, Mar 20, 2014 at 8

Re: [Tutor] loop through hours to calc max and plot

2014-03-19 Thread Alan Gauld
On 19/03/14 05:12, questions anon wrote: I have monthly netcdf files containing hourly temperature data. I would like to loop through all of the hours and calculate the max for each hour (00 - 23) and then make a plot. Its hard to give specific help since I don't know the file format and most

[Tutor] loop through hours to calc max and plot

2014-03-18 Thread questions anon
Hi All, I have monthly netcdf files containing hourly temperature data. I would like to loop through all of the hours and calculate the max for each hour (00 - 23) and then make a plot. I have found a way for this to work for a couple of the hours (see below) but it requires a lot of set up to do e