[ncl-talk] an error in contributed.ncl?

Dennis Shea shea at ucar.edu
Thu Apr 14 12:38:03 MDT 2016


Actually, Mary Haley fixed the typo and checked it in. The fix will be part
of 6.4.0

---
ix for rank check in array_append_record.

It was just a basic typo:

-  if (rank_x1.ne.rank_x1) then
+  if (rank_x1.ne.rank_x2) then

---

THX


On Thu, Apr 14, 2016 at 10:47 AM, Dennis Shea <shea at ucar.edu> wrote:

> THX ... I will look but likely not till next week. I am just too busy
> right now.
>
> D
>
> On Wed, Apr 13, 2016 at 8:44 PM, Sitan Heyl <heylsitan at gmail.com> wrote:
>
>> Hi, Dennis,
>>    when I read contributed.ncl, I found an error in Line 10704, should be
>> rank_x1 .ne. rank_x2. I think it may be an uncareful mistake, but is there
>> any other similar errors in contributed.ncl? I think many people directly
>> use the function without checking.
>>
>> 10704   if (rank_x1.ne.rank_x1) then
>>
>> 10705       print("array_append_record: ranks not equal: rank_x1="+rank_x1+
>> \
>>
>> 10706                                                 "  rank_x2="
>> +rank_x2)
>>
>>
>> Best,
>>
>> Yongli
>>
>> _______________________________________________
>> ncl-talk mailing list
>> ncl-talk at ucar.edu
>> List instructions, subscriber options, unsubscribe:
>> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20160414/aaf1aea1/attachment.html 


More information about the ncl-talk mailing list