i have daily temperature data of ncep from 1836 to 1865 .. i want to take
vertical average of each day from the mutiyear data.. like the average between all the january 1 in that 30 year period .. please suggeat me how i can do this
You can do it easily with CDO. "ydaymean" function do exactly what you want. It can be used as "cdo -ydaymean infile.nc outfile.nc". You can check cdo documentation for further functions.