Re: how to calculate seasonal means

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Thu Aug 12 2010 - 08:11:37 MDT

It is not clear what you mean by "calculate seasonal means"

You do not state if it the data are monthly or daily.
Since they are on separate files, I assume daily.

[1] addfiles
http://www.ncl.ucar.edu/Document/Functions/Built-in/addfiles.shtml

   diru ="/directory/where uwnd/ reside/'
   filu = systemfunc("cd "+diru+" ; ls uwnd*nc")
   print(filu)

   fu = addfiles(diru+filu, "r")
   u = f[:]->uwnd
   printVarSummary(u)

   ---same for "v"

[2]
http://www.ncl.ucar.edu/Document/Functions/Contributed/clmDayTLLL.shtml

Yuo can extract the daily seasonal climatology for the above.

On 8/12/10 5:00 AM, Vishali P. wrote:
> NCEP/DOE AMIP-II Reanalysis
_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Thu Aug 12 08:11:42 2010

This archive was generated by hypermail 2.1.8 : Fri Aug 13 2010 - 15:05:05 MDT