<div dir="ltr"><div>Thanks Adam, unfortunately It did not work. I have attached a tried script . I ma trying to put data in ftp, using this link <a href="https://www.ncl.ucar.edu/ftp_files.shtml">https://www.ncl.ucar.edu/ftp_files.shtml</a> .But is not working. <br></div><div>Any help is appreciated. <br></div><div>Thanks,<br></div><div>Debasish. <br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Nov 7, 2022 at 4:28 PM Adam Phillips <<a href="mailto:asphilli@ucar.edu">asphilli@ucar.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi Debasish,<div>I do not have any experience working with lambert_conformal gridded data, but looking at your ncdump output there are variables named lat and lon that are 2D variables that I think you can use to plot the data directly using the lat2d/lon2d assignment method. </div><div>I would try this:</div><div><br></div><div>dustsfc = flt2dble(a1->dust)<br>lev = a1->pfull         <br></div><div>dustsfc2@lat2d = a1->lat<br>dustsfc2@lon2d = a1->lon<br></div><div>labes = (/"Dust conc(ug/kg) at surface : 00FH"/)<br><br> wks_type = "png"<br></div><div>..... (continue using the rest of your script)</div><div><br></div><div>If that does not work I would recommend creating a new netCDF file that only contains a single 3D variable, along with the first 8 variables shown in your ncdump output (pfull->lat), and send that new file to the ncl-talk email list. Include your most recent script and any error messages that you are getting as well. </div><div>Good luck,</div><div>Adam</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Nov 7, 2022 at 12:35 PM Debasish Hazra via ncl-talk <<a href="mailto:ncl-talk@mailman.ucar.edu" target="_blank">ncl-talk@mailman.ucar.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">
<div>Hi,</div><div>I am trying to plot variable which is in 
lambert_conformal grid, but I am not able to generate the plot. Attached
 is ncl_filedump and ncl script.Can anyone point out how to do it. 
Thanks</div><font color="#888888"><div><br></div><div>Debasish.</div></font>

</div>
_______________________________________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@mailman.ucar.edu" target="_blank">ncl-talk@mailman.ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="https://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">https://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div><div><span><font color="#888888">Adam Phillips <br></font></span></div><span><font color="#888888">Associate Scientist IV, Climate Analysis Section</font></span></div><div><span><font color="#888888">Climate and Global Dynamics Laboratory<br></font></span></div></div><div><span style="color:rgb(136,136,136)">National Center for Atmospheric Research</span><span><font color="#888888"><br></font></span></div><div><span><font color="#888888"><a href="http://www.cgd.ucar.edu/staff/asphilli/" target="_blank">www.cgd.ucar.edu/staff/asphilli/</a> </font></span></div><span><font color="#888888"></font></span><div><div><span><font color="#888888"><br></font></span><div><span><font color="#888888"><a href="http://www.cgd.ucar.edu/staff/asphilli" target="_blank"></a></font></span></div></div></div></div></div></div></div></div></div></div></div>
</blockquote></div>