wgt_arearmse fatal execute error

From: Gilmour, Isla <Isla.Gilmour_at_nyahnyahspammersnyahnyah>
Date: Wed, 27 Aug 2008 10:06:59 -0400

> 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
Received on Wed Aug 27 2008 - 08:06:59 MDT

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