<div dir="ltr">I tried to convert ascii to netcdf with the attached script, but not able to get the result. <div><br></div><div><br></div><div class="gmail_extra">regards<br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>Kunal Bali</div><div><br></div><div><br></div><div><br></div><div><p style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;border-collapse:collapse;font-family:Tahoma,Verdana;font-size:12px"><font color="#1F497D"><br></font></p></div></div></div></div></div></div>
<br><div class="gmail_quote">On Mon, Nov 20, 2017 at 9:47 PM, Douglas Lowe <span dir="ltr"><<a href="mailto:Douglas.Lowe@manchester.ac.uk" target="_blank">Douglas.Lowe@manchester.ac.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Dear Kunal Bali,<br>
<br>
It is definitely possible - the UK nation emissions data is provided in a similar csv text format to the file you attached, and I have previously converted this to netcdf format using NCL.<br>
<br>
You need to use the readAsciiHead function to read the header, and then the readAsciiTable function to read the table (using the parameters that you have gained from reading the header information). Once you have the data in a 2D array then it can be written into a netcdf file, after you've defined the file.<br>
<br>
My scripts wont be directly applicable to your task (as they also conversion of BNG coordinates to longitude & latitude coordinates), but if you would like to use them as a template to guide you in writing your scripts then email me, and I'd be happy to send you a copy.<br>
<br>
Regards,<br>
Doug<br>
<br>
------------------------------<wbr>------------------------------<wbr>----------<br>
<br>
Message: 1<br>
Date: Mon, 20 Nov 2017 21:13:08 +0530<br>
From: Kunal Bali <<a href="mailto:kunal.bali9@gmail.com">kunal.bali9@gmail.com</a>><br>
To: "<a href="mailto:ncl-talk@ucar.edu">ncl-talk@ucar.edu</a>" <<a href="mailto:ncl-talk@ucar.edu">ncl-talk@ucar.edu</a>><br>
Subject: [ncl-talk] convert_to_netcdf<br>
Message-ID:<br>
        <<a href="mailto:CAOiHCtRKsHCjTnje%2B28ntzjMObLiVt5j9U5Xst3DUrVQDjyWQg@mail.gmail.com">CAOiHCtRKsHCjTnje+<wbr>28ntzjMObLiVt5j9U5Xst3DUrVQDjy<wbr>WQg@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<div><div class="h5"><br>
Dear NCL users,<br>
<br>
Is it possible to convert attached .asc file format to netcdf? It seems<br>
like CDL format?<br>
<br>
Could anyone please let me know that?<br>
<br>
<br>
regards<br>
Kunal Bali<br>
</div></div>-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20171120/9d8be42d/attachment.html" rel="noreferrer" target="_blank">http://mailman.ucar.edu/<wbr>pipermail/ncl-talk/<wbr>attachments/20171120/9d8be42d/<wbr>attachment.html</a>><br>
-------------- next part --------------<br>
ncols  241<br>
nrows  291<br>
xllcenter  91.33<br>
yllcenter  5.00<br>
cellsize  0.1<br>
NODATA_value  -999<br>
133.0 136.0 138.0 141.0 144.0 147.0 150.0 152.0 155.0 157.0 159.0 162.0 164.0 167.0 159.0 147.0 135.0 123.0 111.0 98.0 86.0 84.0 81.0 79.0 76.0 74.0 71.0 70.0 70.0 70.0 71.0 71.0 72.0 72.0 84.0 101.0 118.0 134.0 151.0 168.0 185.0 197.0 209.0 222.0 234.0 246.0 258.0 266.0 266.0 266.0 266.0 265.0 265.0 265.0 254.0 237.0 221.0 204.0 188.0 171.0 155.0 156.0 158.0 160.0 161.0 163.0 164.0 165.0 162.0 159.0 156.0 153.0 150.0 147.0 144.0 140.0 137.0 133.0 130.0 126.0 123.0 120.0 117.0 114.0 111.0 ......<br>
------------------------------<br>
<br>
Subject: Digest Footer<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>
<br>
<br>
------------------------------<br>
<br>
End of ncl-talk Digest, Vol 168, Issue 44<br>
******************************<wbr>***********<br>
</blockquote></div><br></div></div>