<div dir="ltr"><div class="gmail_default" style="font-size:small">Sunmin,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">There&#39;s not enough information here for us to help.  I don&#39;t understand why the Latitude and Longitude are dimensioned 3728 x 3, and the data is 3728 x 299.  </div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Can you provide all the data files required by your script?</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">--Mary</div><div class="gmail_default" style="font-size:small"><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Dec 9, 2014 at 7:49 PM, Sunmin Park <span dir="ltr">&lt;<a href="mailto:mireiyue@gmail.com" target="_blank">mireiyue@gmail.com</a>&gt;</span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><font face="Times" style="font-size:14px">Dear NCL users</font><div><font face="Times" style="font-size:14px"><br></font></div><div><font face="Times" style="font-size:14px">I am trying to create daily extinction coefficient spatial map from CALIPSO L2 to get daily mean map. CALIPSO L2 provides around 30 files per day (01/01/2013) (by measurement time and regions). I am reading only one file to get the spatial map from the time and region. Like vdata I need to read latitude and longitude from the file (not hiding its on the list). I read lat and lon then I used “new” function and create 3D variable. I got figure however it showed lines (attached) but I need spatial map. I think I did setup lat and lon incorrectly but I am not clear about it. </font></div><div><font face="Times" style="font-size:14px"><br></font></div><div><font face="Times" style="font-size:14px">Could you please help me to create spatial map of extinction coefficient?</font></div><div><font face="Times" style="font-size:14px"><br></font></div><div><font face="Times" style="font-size:14px">I do appreciate any comments and helps (Attached script).<br><br>Best,<br>Sun-</font></div><div><font face="Times"><span style="font-size:14px"><br></span></font></div><div><font face="Times"><span style="font-size:14px">information:</span></font></div><div><br></div><div><font color="#0061ff"><font face="Times"><span style="font-size:14px">Variable &quot;Extinction_Coefficient_532” </span></font><span style="font-size:14px;font-family:Times">    </span></font></div><div><span style="font-size:14px;font-family:Times"><font color="#0061ff">float Extinction_Coefficient_532(fakeDim30=3728, fakeDim31=399);</font></span></div><div><font face="Times" color="#0061ff"><span style="font-size:14px">:units = &quot;km^-1”;</span></font></div><div><font face="Times" color="#0061ff"><span style="font-size:14px">:format = “Float_32”;</span></font></div><div><font face="Times" color="#0061ff"><span style="font-size:14px">:valid_range = &quot;0.0…1.25”;</span></font></div><div><span style="font-size:14px;font-family:Times"><font color="#0061ff"><br></font></span></div><div><span style="font-size:14px;font-family:Times"><font color="#0061ff">Variable “Latitude&quot;</font></span></div><div><span style="font-size:14px;font-family:Times"><font color="#0061ff">float Latitude(fakeDim0=3728, fakeDim1=3);</font></span></div><div><font face="Times" color="#0061ff"><span style="font-size:14px">:units = &quot;deg”;</span></font></div><div><font face="Times" color="#0061ff"><span style="font-size:14px">:format = &quot;Float_32”;</span></font></div><div><font face="Times" color="#0061ff"><span style="font-size:14px">:valid_range = &quot;-90.0...90.0”;</span></font></div><div><span style="font-size:14px;font-family:Times"><font color="#0061ff"><br></font></span></div><div><font face="Times" color="#0061ff"><span style="font-size:14px">Variable “Longitude&quot;</span></font></div><div><span style="font-size:14px;font-family:Times"><font color="#0061ff">float Longitude(fakeDim2=3728, fakeDim3=3);</font></span></div><div><font face="Times" color="#0061ff"><span style="font-size:14px">:units = &quot;deg”;</span></font></div><div><font face="Times" color="#0061ff"><span style="font-size:14px">:format = &quot;Float_32”;</span></font></div><div><span style="font-size:14px;font-family:Times"><font color="#0061ff">:valid_range = &quot;-180.0...180.0&quot;;</font></span></div><div><br></div><div><br></div><div></div></div><br><div style="word-wrap:break-word"><div></div><div><br></div><div></div></div><br><div style="word-wrap:break-word"><div></div></div><br>_______________________________________________<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><br>
<br></blockquote></div></div>