<div dir="ltr"><div>A side point: character strings are terminated as follows:<br><br>ncl 0> str = "foo"<br>ncl 1> chr = stringtochar(str) <br></div>ncl 2> print(chr)<br><div><br>Variable: chr<br>Type: character<br>Total Size: 4 bytes<br> 4 values<br>Number of Dimensions: 1<br>Dimensions and sizes: [4]<br>Coordinates: <br>(0) f<br>(1) o<br>(2) o<br>(3) 0x00 <==== extra<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Mar 1, 2017 at 12:50 PM, David Brown <span dir="ltr"><<a href="mailto:dbrown@ucar.edu" target="_blank">dbrown@ucar.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I may be proved wrong, but I think that since NCL really only works<br>
(for now) in a Unix-like environment, even when run on Windows, the<br>
standard character at the end of a line would be the newline<br>
character, usually written as '\n'. This is ascii character 10 in<br>
decimal.<br>
-dave<br>
<div><div class="h5"><br>
<br>
On Wed, Mar 1, 2017 at 3:46 AM, Michelle Serino <<a href="mailto:mmserino@tamu.edu">mmserino@tamu.edu</a>> wrote:<br>
> Good morning everyone,<br>
><br>
> I just have a quick question that I would like to confirm. In an NCL script<br>
> that writes multiple rows of data to a csv file, without any other<br>
> specifications, what is the default new-line character for that created<br>
> file? I appreciate the help.<br>
><br>
> Best regards,<br>
><br>
> Michelle<br>
><br>
> Michelle M. Serino<br>
> M.S. Candidate<br>
> Texas A&M University<br>
> Atmospheric Sciences Dept.<br>
> Eller O&M, 1017E<br>
> College Station, TX 77843<br>
> <a href="tel:%28484%29%20769-0949" value="+14847690949">(484) 769-0949</a><br>
><br>
</div></div>> ______________________________<wbr>_________________<br>
> ncl-talk mailing list<br>
> <a href="mailto:ncl-talk@ucar.edu">ncl-talk@ucar.edu</a><br>
> List instructions, subscriber options, unsubscribe:<br>
> <a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">http://mailman.ucar.edu/<wbr>mailman/listinfo/ncl-talk</a><br>
><br>
______________________________<wbr>_________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu">ncl-talk@ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">http://mailman.ucar.edu/<wbr>mailman/listinfo/ncl-talk</a><br>
</blockquote></div><br></div>