<html><body><div style="font-family: garamond, new york, times, serif; font-size: 12pt; color: #000000"><div>Dear <br></div><div style="color:#000;font-weight:normal;font-style:normal;text-decoration:none;font-family:Helvetica,Arial,sans-serif;font-size:12pt;" data-mce-style="color: #000; font-weight: normal; font-style: normal; text-decoration: none; font-family: Helvetica,Arial,sans-serif; font-size: 12pt;"><div style="font-family: garamond, new york, times, serif; font-size: 12pt; color: #000000" data-mce-style="font-family: garamond, new york, times, serif; font-size: 12pt; color: #000000;"><div><br></div><div>I change my version from v6.3.0 to v6.4.0. I generally use this kind of shell commands (bellow) where I put a character array in argument to my ncl script. Nevertheless, it does not work with v6.4.0<br></div><div><br></div><div>toto=(1 2 3)</div><div>ncl titi="\"${toto[*]}\"" script.ncl</div><div><br></div><div>The ncl script (script.ncl) is:<br></div><div>--------------------------------------------------------------------------------------------------------------------<br>load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl"<br>load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl"<br>load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl"<br>load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/shea_util.ncl"<br><div><br></div>begin<br>  print(titi)<br>  gg = str_split(titi," ")<br>  print(gg)<br>end<br></div><div>-------------------------------------------------------------------------------------------------------------------------<br></div><div><br></div><div>The message error is:</div><div> Copyright (C) 1995-2017 - All Rights Reserved<br> University Corporation for Atmospheric Research<br> NCAR Command Language Version 6.4.0<br> The use of this software is governed by a License Agreement.<br> See http://www.ncl.ucar.edu/ for more details.<br>fatal: can't find file "2"<br><div><br></div></div><div>So space in argument even between " seems to be not seen by the ncl launch procedure in v6.4.0.<br></div><div><br></div><div>This scripting run in v6.3.0. Have you an issue ?<br></div><div><br></div><div>Many thanks<br></div><div>Bertrand Decharme<br></div></div></div><div><br></div></div></body></html>