average wind field

From: nlcheng <cnl88_at_nyahnyahspammersnyahnyah>
Date: Sun Jun 10 2012 - 23:43:20 MDT

 
I want to caculate the average wind field in April 2011
the script I have download can only caculate one day average wind field.
when I modify the script such as below:

from :

a = addfile("/storage/sdc1/nlcheng/nudge/box/box/wrfout_d01_2011-03-26_18:00:00.nc-box.nc","r")

to:

files = systemfunc("ls -1 /storage/sdc1/nlcheng/nudge/box/box/*00:00.nc-box.nc")
a = addfiles(files,"r")

it turns out errors. I want to caculate the average month wind field.how can i do ?

need your help

thank you !

 

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk

Received on Sun Jun 10 23:43:32 2012

This archive was generated by hypermail 2.1.8 : Tue Jun 12 2012 - 13:58:38 MDT