Re: data

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Thu Oct 25 2012 - 09:02:24 MDT

    x(:)

    N = dimsizes(x)
    X = new( N+1, typeof(x), getFillValue(x) )
    X(1:) = (/ x /)
    X(0) = .......

Good luck

On 10/25/12 2:27 AM, virginie hergault wrote:
> Hi users,
>
> I have a very simple question.
>
> I have extracted one column data from "wrf_user_getvar" and I want to
> add a value at the beginning of the column.
>
> How can I do that?
>
> Thank you,
>
> Virginie
> _______________________________________________
> 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 Thu Oct 25 09:02:33 2012

This archive was generated by hypermail 2.1.8 : Wed Oct 31 2012 - 09:14:12 MDT