Re: Change time dimension from integer to float

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Fri, 21 Nov 2008 11:54:56 -0700

>
> After compute the long-term mean of a monthly data, I got a variable
> 'tClm' with [month | 12] x [lat | 128] x [lon | 256]. The time
> dimension 'Month' of 'tClm' is integer. How can I change it into float?
     delete(tClm&month) ; delete the values associated with
dimension "month"
     tClm&month = ispan(1,12,1)*1.0 ; fspan(1,12,12)

Whatever
_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Fri Nov 21 2008 - 11:54:56 MST

This archive was generated by hypermail 2.2.0 : Tue Nov 25 2008 - 10:18:44 MST