<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:SimSun;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
@font-face
        {font-family:"\@SimSun";
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:UICTFontTextStyleBody;
        panose-1:0 0 0 0 0 0 0 0 0 0;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Preformatted Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";}
span.HTMLPreformattedChar
        {mso-style-name:"HTML Preformatted Char";
        mso-style-priority:99;
        mso-style-link:"HTML Preformatted";
        font-family:Consolas;}
span.EmailStyle20
        {mso-style-type:personal-reply;
        font-family:"Times New Roman","serif";
        color:#1F497D;
        font-weight:normal;
        font-style:normal;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='color:#1F497D'>Hi Kunal,<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>In line 30, “</span><b>ncl 30&gt; TotCH4_A = data(:,2)</b>&nbsp;“. You variable “TotCH4_A” is only assigned one dimension’s value, so you can’t assign two dimension through line 33 &amp; 34. <span style='color:#1F497D'><o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>Regards,<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>Yuqiang<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> ncl-talk-bounces@ucar.edu [mailto:ncl-talk-bounces@ucar.edu] <b>On Behalf Of </b>Kunal Bali<br><b>Sent:</b> Monday, September 22, 2014 8:53 AM<br><b>To:</b> Karin Meier-Fleischer<br><b>Cc:</b> ncl-talk@ucar.edu<br><b>Subject:</b> Re: [ncl-talk] query ( CONVERSION ASCII TO NetCDF)<o:p></o:p></span></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><div><div><p class=MsoNormal>Dear NCL user <o:p></o:p></p></div><p class=MsoNormal>I tried this script from NCL but still getting error <o:p></o:p></p><div><div><p class=MsoNormal style='margin-bottom:12.0pt'><br>ncl 28&gt; Longitude = data(:,1)<br>ncl 29&gt; Latitude = data(:,0)&nbsp; <br>ncl 30&gt; TotCH4_A = data(:,2)&nbsp; <br>ncl 31&gt; ncdf = addfile(&quot;/home/kunal/<a href="http://simple1.nc">simple1.nc</a>&quot;,&quot;c&quot;)<br>ncl 32&gt; filedimdef(ncdf,&quot;time&quot;,-1,True)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>ncl 33&gt; TotCH4_A!0 = &quot;Latitude&quot;<br>ncl 34&gt; TotCH4_A!1 = &quot;Longitude&quot;<br><b>fatal:Variable (TotCH4_A) has (1) dimensions can not write to dimension (1)<br>fatal:[&quot;Execute.c&quot;:8565]:Execute: Error occurred at or near line 34<br></b><br><br><o:p></o:p></p></div></div></div><div><p class=MsoNormal><br clear=all><o:p></o:p></p><div><div><div><p class=MsoNormal>Kunal Bali<o:p></o:p></p></div><div><p class=MsoNormal>Research Scholar <o:p></o:p></p></div><div><p class=MsoNormal>Radio &amp; Atmospheric Science Division <o:p></o:p></p></div><div><p class=MsoNormal>CSIR - National Physical Laboratory<o:p></o:p></p></div><div><p class=MsoNormal style='margin-bottom:12.0pt'>New Delhi - 110012<o:p></o:p></p></div><div><p class=MsoNormal><o:p>&nbsp;</o:p></p></div><div><p class=MsoNormal><o:p>&nbsp;</o:p></p></div><div><p class=MsoNormal><o:p>&nbsp;</o:p></p></div><div><p style='margin:0in;margin-bottom:.0001pt'><span style='font-size:9.0pt;font-family:"Tahoma","sans-serif"'><o:p>&nbsp;</o:p></span></p></div></div></div><p class=MsoNormal><o:p>&nbsp;</o:p></p><div><p class=MsoNormal>On Mon, Sep 22, 2014 at 5:32 PM, Karin Meier-Fleischer &lt;<a href="mailto:meier-fleischer@dkrz.de" target="_blank">meier-fleischer@dkrz.de</a>&gt; wrote:<o:p></o:p></p><div><div><p class=MsoNormal>Hi Kunal,<o:p></o:p></p></div><div><p class=MsoNormal><o:p>&nbsp;</o:p></p></div><div><p class=MsoNormal>Please, take a look at the 'output netcdf' examples page, method_1<o:p></o:p></p></div><div><p class=MsoNormal><o:p>&nbsp;</o:p></p></div><div><p class=MsoNormal><a href="http://ncl.ucar.edu/Applications/method_1.shtml" target="_blank">http://ncl.ucar.edu/Applications/method_1.shtml</a><br><br>Try this:<o:p></o:p></p></div><div><p class=MsoNormal><o:p>&nbsp;</o:p></p></div><div><p class=MsoNormal><o:p>&nbsp;</o:p></p></div><div><p class=MsoNormal>lat = data(:,0)<o:p></o:p></p></div><div><p class=MsoNormal>lat = data(:,1)<o:p></o:p></p></div><div><p class=MsoNormal>values= data(:,2)<o:p></o:p></p></div><div><p class=MsoNormal><a href="http://ncl.ucar.edu/Document/Functions/Built-in/system.shtml" target="_blank"><span style='text-decoration:none'>system</span></a>(&quot;/bin/rm -f <a href="http://simple.nc" target="_blank">simple.nc</a>&quot;) ; remove any pre-existing file&nbsp;<o:p></o:p></p></div><div><div style='mso-element:para-border-div;border:solid windowtext 1.0pt;border-bottom:solid windowtext 6.0pt;padding:0in 0in 0in 0in'><pre style='border:none;padding:0in;border-color:transparent'><span style='font-family:"UICTFontTextStyleBody","serif"'>ncdf = addfile(&quot;<a href="http://simple.nc" target="_blank">simple.nc</a>&quot; ,&quot;c&quot;) ; output netCDF file</span><o:p></o:p></pre><pre style='border:none;padding:0in;border-color:transparent'><a href="http://ncl.ucar.edu/Document/Functions/Built-in/filedimdef.shtml" target="_blank"><span style='font-family:"UICTFontTextStyleBody","serif";text-decoration:none'>filedimdef</span></a><span style='font-family:"UICTFontTextStyleBody","serif"'>(ncdf,&quot;time&quot;,-1,True) ; recommended</span><o:p></o:p></pre><pre style='border:none;padding:0in;border-color:transparent'><span style='font-family:"UICTFontTextStyleBody","serif"'>values!0 = &quot;lat&quot;</span><o:p></o:p></pre><pre style='border:none;padding:0in;border-color:transparent'><span style='font-family:"UICTFontTextStyleBody","serif"'>values!1 = &quot;lon&quot;</span><o:p></o:p></pre><pre style='border:none;padding:0in;border-color:transparent'><span style='font-family:"UICTFontTextStyleBody","serif"'>values&amp;lat = lat</span><o:p></o:p></pre><pre style='border:none;padding:0in;border-color:transparent'><span style='font-family:"UICTFontTextStyleBody","serif"'>values&amp;lon = lon&nbsp;</span><o:p></o:p></pre><pre style='border:none;padding:0in;border-color:transparent'><span style='font-family:"UICTFontTextStyleBody","serif"'>ncdf-&gt;values = values</span><o:p></o:p></pre></div></div><div><p class=MsoNormal><o:p>&nbsp;</o:p></p></div><div><p class=MsoNormal>Bye, Karin<o:p></o:p></p></div><div><div><p class=MsoNormal><o:p>&nbsp;</o:p></p></div></div><div><p class=MsoNormal style='margin-bottom:12.0pt'><br>Am 22.09.2014 um 11:40 schrieb Kunal Bali &lt;<a href="mailto:kunal.bali9@gmail.com" target="_blank">kunal.bali9@gmail.com</a>&gt;:<o:p></o:p></p></div><div><div><blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'><div><div><div><div><div><div><div><p class=MsoNormal style='margin-bottom:12.0pt'>Dear NCL users<o:p></o:p></p></div><p class=MsoNormal style='margin-bottom:12.0pt'>I want to convert ASCII to .nc file format. Could any one please provides me the link for this query or give any detail about this ??<o:p></o:p></p></div><p class=MsoNormal>I have data in 3 column ( Latitude Longitude Values)<o:p></o:p></p></div><p class=MsoNormal style='margin-bottom:12.0pt'>More Detail<br><br><b>Variable: data<br>Type: float<br>Total Size: 777600 bytes<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 194400 values<br>Number of Dimensions: 2<br>Dimensions and sizes:&nbsp;&nbsp;&nbsp; [64800] x [3]<br>Coordinates: <br>Number Of Attributes: 1<br>&nbsp; _FillValue :&nbsp;&nbsp;&nbsp; 9.96921e+36<br><br></b><o:p></o:p></p></div><p class=MsoNormal style='margin-bottom:12.0pt'><b>So is there any ways to convert ASCII to netcdf format ???</b><o:p></o:p></p></div><p class=MsoNormal><b>Thank You</b><o:p></o:p></p><div><div><div><p class=MsoNormal><br clear=all><o:p></o:p></p><div><div><div><div><div><div><div><p class=MsoNormal>Kunal Bali<o:p></o:p></p></div><div><p class=MsoNormal>Research Scholar <o:p></o:p></p></div><div><p class=MsoNormal>Radio &amp; Atmospheric Science Division <o:p></o:p></p></div><div><p class=MsoNormal>CSIR - National Physical Laboratory<o:p></o:p></p></div><div><p class=MsoNormal style='margin-bottom:12.0pt'>New Delhi - 110012<o:p></o:p></p></div><div><p class=MsoNormal><o:p>&nbsp;</o:p></p></div><div><p class=MsoNormal><o:p>&nbsp;</o:p></p></div><div><p class=MsoNormal><o:p>&nbsp;</o:p></p></div><div><p style='margin:0in;margin-bottom:.0001pt'><span style='font-size:9.0pt;font-family:"Tahoma","sans-serif"'><o:p>&nbsp;</o:p></span></p></div></div></div></div></div></div></div></div></div></div></div></div></blockquote></div></div><blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'><div><p class=MsoNormal>_______________________________________________<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><o:p></o:p></p></div></blockquote></div></div><p class=MsoNormal><o:p>&nbsp;</o:p></p></div></div></body></html>