Re: daily climatology

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Fri Nov 01 2013 - 07:36:02 MDT

xnew = conform_dims( (/ntim,klev,nlat,mlon/), x, 3) ; TLLL

ynew = conform_dims( (/ntim,nlat,mlon/), x, 2) ; TLL

On 11/1/13 3:59 AM, Ahmad Farsyud wrote:
> Once i executed this line I got this error:
>
> *xnew = new( (/ntim,klev,nlat,mlon/), x, 3) *
>
> fatal:new: data type must either be a keyword or string
>
>
>
> On Thu, Oct 31, 2013 at 3:24 PM, Dennis Shea <shea@ucar.edu> wrote:
>
>> Th following should be:
>> ynew = new( (/ntim,nlat,mlon/), x, 2) ; TLL
>>
>>
>> On 10/31/13 8:23 AM, Dennis Shea wrote:
>>
>>> ynew = new( (/ntim,nlat,mlon/), x, 3) ; TLL
>>>
>>
>
>
>
> _______________________________________________
> 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 Fri Nov 1 07:36:05 2013

This archive was generated by hypermail 2.1.8 : Fri Nov 01 2013 - 08:58:14 MDT