Using array_append_record()

From: Lunde, Bruce N CIV NAVOCEANO, NP1 <bruce.lunde_at_nyahnyahspammersnyahnyah>
Date: Fri, 17 Aug 2007 10:50:11 -0500

Hello,

The new function "array_append_record()" produces a warning for arrays
created without the "new()" statement:

ncl 0> load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl"
ncl 1> a=(/1,2,3,4/)
ncl 2> b=array_append_record(a,999,0)
warning:Attempt to reference attribute (_FillValue) which is undefined

The value of "b" is correct (b is (/1,2,3,4,999/)).

Thanks, Bruce

=====
Bruce Lunde
Bruce.Lunde_at_navy.mil
228-688-5843
Code NP1
Naval Oceanographic Office
Stennis Space Center, MS
=====
_______________________________________________
ncl-talk mailing list
ncl-talk_at_ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Fri Aug 17 2007 - 09:50:11 MDT

This archive was generated by hypermail 2.2.0 : Mon Aug 20 2007 - 09:30:37 MDT