[ncl-talk] Problem with calculate average wind speed at specific z level(eta level)

소윤영 yyso at ncam.kr
Mon Dec 14 17:22:59 MST 2020


I mean,
average wind speed at specific z level, which means 0(surface)to pblh(pblh
meter)!
And pblh changes by time series.


2020년 12월 15일 (화) 오전 5:39, Dennis Shea <shea at ucar.edu>님이 작성:

> Perhaps, I don't understand but
>    pblws_avg = *dim_avg_n*
> <http://www.ncl.ucar.edu/Document/Functions/Built-in/dim_avg_n.shtml>(pblws,
> 0)
>    printVarSummary(pblws_avg)             ;   (y,x)
>
>
>
>
> On Sun, Dec 13, 2020 at 11:54 PM 소윤영 via ncl-talk <
> ncl-talk at mailman.ucar.edu> wrote:
>
>> Dear NCL users,
>>
>> I want to draw a 'ventilation index' calculated with pblh(m), wind speed,
>> z level.
>>
>>
>> -------------------------------------------------------------------------------------------
>> pblh=wrf_user_getvar(input_fils,"PBLH",-1)   ;PBL HEIGHT [m]
>>
>> uvm10 =wrf_user_getvar(input_fils,"uvmet10",-1)    ; 10m U and V
>> components
>> u10 = uvm10(0,:,:,:)
>> v10 = uvm10(1,:,:,:)
>> ws = sqrt(u10^2+v10^2)
>>
>> pblws:= pblh*ws         ; 3d[t,y,x]
>>
>> ----------------------------------------------------------------------------------------------
>>
>> this is the simple version of this idea. But i wnat to get a  average
>> windspeed at  0~z level which means 0~pblh(m).
>>
>> I will be grateful for help
>> _______________________________________________
>> ncl-talk mailing list
>> ncl-talk at mailman.ucar.edu
>> List instructions, subscriber options, unsubscribe:
>> https://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.ucar.edu/pipermail/ncl-talk/attachments/20201215/08b104e1/attachment.html>


More information about the ncl-talk mailing list