<div dir="ltr"><div><div><div>Hi David,<br><br></div>I have not been able to duplicate this problem, as I don't have ready access to NCL 6.0.0. I get link errors with NCL 6.1.0, and it works fine for me with NCL 6.2.x What's curious about the error you are receiving is it claims to expect <b>140733193388033</b> elements while only being passed 1. That large number is 0x7fff00000001 in hex. This has the appearance that some part of the code thinks its dealing with a 64-bit int, and another part is dealing with a 32-bit int. <br><br>I don't suppose you are able to upgrade to the latest NCL, v. 6.2.1 and see if that takes care of your problem?<br><br></div>Wish I had a better answer....<br></div>Rick<br><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Feb 10, 2015 at 3:58 AM, David Poulet <span dir="ltr"><<a href="mailto:poulet@numtech.fr" target="_blank">poulet@numtech.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div text="#000000" bgcolor="#FFFFFF">
Hi,<br>
<br>
I used the test from "Troubleshooting WRAPIT"
(<a href="https://www.ncl.ucar.edu/Document/Tools/WRAPIT.shtml#TroubleShooting" target="_blank">https://www.ncl.ucar.edu/Document/Tools/WRAPIT.shtml#TroubleShooting</a>).
<br>
<br>
"./WRAPIT ex.f" produce the following output :<br>
<br>
WRAPIT Version: 110125<br>
COMPILING ex.f<br>
LINKING<br>
END WRAPIT<br>
<br>
<br>
But "./ncl_6.0 ex.ncl " returns :<br>
<br>
Copyright (C) 1995-2011 - All Rights Reserved<br>
University Corporation for Atmospheric Research<br>
NCAR Command Language Version 6.0.0<br>
The use of this software is governed by a License Agreement.<br>
See <a href="http://www.ncl.ucar.edu/" target="_blank">http://www.ncl.ucar.edu/</a> for more details.<br>
(0) before i = 5<br>
(0) before x = 1.3<br>
<b> fatal:Number of elements of dimension (0) of argument (0) is
(1) in function (ex), expected (140733193388033) elements</b><b><br>
</b><b> fatal:Execute: Error occurred at or near line 8 in file
ex.ncl</b><br>
<br>
<br>
The result for "uname -a" is :<br>
<br>
Linux metdataUS 2.6.18-308.8.1.el5 #1 SMP Tue May 29 14:57:25
EDT 2012 x86_64 x86_64 x86_64 GNU/Linux<br>
<br>
<br>
I get similar errors when I use my own ncl scripts with WRAPIT.
Could you please say me how to fix this problem ?<br>
<br>
Thanks for your help<br>
Best regards<span class="HOEnZb"><font color="#888888"><br>
David<br>
<br>
<br>
<div>--
<table style="font-family:arial narrow;font-size:12px" width="390" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr valign="top">
<th rowspan="4" valign="middle" width="90" align="left"><br>
</th>
<td valign="top" width="300" align="left"><br>
</td>
</tr>
<tr valign="top" height="3">
<td valign="top" width="300" align="left"><br>
</td>
</tr>
<tr valign="top">
<td valign="top" width="300" align="left"><a href="http://www.numtech.fr" target="_blank"></a><br>
</td>
</tr>
<tr valign="top" height="3">
<td valign="top" width="300" align="left"><img src="cid:part2.00020404.00000200@numtech.fr"></td>
</tr>
</tbody>
</table>
</div>
</font></span></div>
<br>_______________________________________________<br>
ncl-talk mailing list<br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div>