Re: dimension

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Sun Dec 01 2013 - 07:03:04 MST

Average adjacent grid points:
unew = (u(:,:,:,0:mlon-2)+u(:,:,:,1:mlon-1))*0.5

copy_VarCoords(v,unew) ; contributed.ncl
copy_VatAtts(u,unew)

printVarSummary(unew)

===
Please do not send multiple duplicate emails to ncl-talk.
===
Good Luck

On 11/30/13 7:43 PM, Mateus Dias Nunes wrote:
> Hello, I'm having a little problem on the dimensions of my data.
>
> the dimension of the data component "u" Wind are with the number of
> different coordinates of the "v" wind component.
>
> when making the print variables
>
> [time | 2922] x [level | 10] x [lat | 39] x [lon | 26] component "u"
>
> and
>
> [time | 2922] x [level | 10] x [lat | 39] x [lon | 25] component "v"
>
> I wonder what function or feature which I can use to be able to use these
> data in order to plot the magnitude of the wind??
>
> thanks
>
>
>
> _________________________________________
> MATEUS DIAS NUNES
> UNIVERSIDADE FEDERAL DE PELOTAS - UFPEL
> FACULDADE DE METEOROLOGIA
> TELEFONE: (53) 81125154
> _________________________________________
>
>
>
> _______________________________________________
> 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 Sun Dec 1 07:03:05 2013

This archive was generated by hypermail 2.1.8 : Wed Dec 04 2013 - 20:42:38 MST