Re: average wind field

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Mon Jun 11 2012 - 10:16:04 MDT

Also ... it is suggested that *all* WRF related questions be sent to
                 wrfhelp@ucar.edu

They may have scripts that can do this.

On 6/11/12 9:55 AM, Mary Haley wrote:
> It would help if you include the error messages that you're getting.
>
> If you are trying to use a list of files with "wrf_user_getvar", you must have NCL V6.0.0 or later. You can see what version you have by typing:
>
> ncl -V
>
> If this is not the issue, then the other problem might be with the system call for "files". You should print out the "files" variable to make sure it is valid.
>
> If neither of these are the issue, then respond back to ncl-talk with the exact error message(s).
>
> Thanks,
>
> --Mary
>
> On Jun 10, 2012, at 11:43 PM, nlcheng wrote:
>
>>
>> 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 !
>>
>>
>>
>>
>>
>>
>> <monthuvp.ncl>_______________________________________________
>> ncl-talk mailing list
>> List instructions, subscriber options, unsubscribe:
>> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Mon Jun 11 10:16:17 2012

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