Re: wgt_arearmse fatal execute error

From: Mary Haley <haley_at_nyahnyahspammersnyahnyah>
Date: Wed, 27 Aug 2008 10:19:27 -0600 (MDT)

Hi Isla,

I was able to reproduce this problem on our Sun. This is very strange,
because it doesn't happen on other systems. I'll look into it.

Unfortunately, I don't have any work-around for you at the moment.

I tried using variables instead of the "1.0" and "0" in the call
to wgt_arearmse, but this didn't do it.

--Mary

On Wed, 27 Aug 2008, Gilmour, Isla wrote:

>
>
>> Hi. I've used NCL for quite a few years now - with thanks to those
>> who work to keep improving it - but recently moved to a new system,
>> downloaded the latest version of NCL and can not get the wgt_arearmse
>> function to work.
>>
>> I'm using NCL v5.0.0 installed on a SunOS 5.10 Generic_125100-08 sun4u
>> sparc SUNW,Sun-Fire-V440.
>>
>> Originally I had more complex code use cos(lat) weightings to
>> difference z500 fields, but that below illustrates the issue. I can
>> run wgt_areaave functions & the like, but each time I try to call
>> wgt_arearmse I get a "fatal:Execute: Error" message.
>>
>> Any insight appreciated. Am I missing something obvious?!
>> Isla Gilmour
>>
>>
>> ----------------
>> Code.... test.ncl
>>
>> begin
>> a = (/(/1.0,2.5,3.5/),(/3.4,5.4,5.4/)/)
>> b = (/(/2.0,3.5,5.5/),(/7.4,6.4,4.4/)/)
>>
>> aave = wgt_areaave(a,1.0,1.0,0)
>> print(aave)
>> bave = wgt_areaave(b,1.0,1.0,0)
>> print(bave)
>>
>> rmse= wgt_arearmse(a,b,1.0,1.0,0)
>> print(rmse)
>> end
>>
>> ---------
>> Output
>> Variable: aave
>> Type: float
>> Total Size: 4 bytes
>> 1 values
>> Number of Dimensions: 1
>> Dimensions and sizes: [1]
>> Coordinates:
>> Number Of Attributes: 1
>> _FillValue : -999
>> (0) 3.533333
>>
>>
>> Variable: bave
>> Type: float
>> Total Size: 4 bytes
>> 1 values
>> Number of Dimensions: 1
>> Dimensions and sizes: [1]
>> Coordinates:
>> Number Of Attributes: 1
>> _FillValue : -999
>> (0) 4.866667
>> fatal:Execute: Error occurred at or near line 10
> _______________________________________________
> ncl-talk mailing list
> ncl-talk_at_ucar.edu
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
_______________________________________________
ncl-talk mailing list
ncl-talk_at_ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Wed Aug 27 2008 - 10:19:27 MDT

This archive was generated by hypermail 2.2.0 : Wed Sep 03 2008 - 11:24:29 MDT