<div dir="ltr">Re:<br><div><br><a href="http://www.ncl.ucar.edu/Applications/HDF.shtml" target="_blank">http://www.ncl.ucar.edu/Applications/HDF.shtml</a><br><br><a href="http://www.ncl.ucar.edu/Applications/Scripts/hdf5eos_3a.ncl" target="_blank">hdf5eos_3a.ncl</a>:     Note the &#39;3a&#39;<br><br>=================<br></div><div>[a] &quot;How realible the regrindding data produced from ESMF bilinear interpolation?&quot;<br></div><div>      <br><br>The interpolation itself is very high quality. The data is sparse with many missing values.<br></div><div>It is your job to determine the &quot;reliability&quot;.<br><br>---<br></div><div>[2] xp_regrid was for one level (p=0.5). It was provided for illustration. You will have to loop overr KLVLS (your choice) and regrid.  Create a big array<br><br></div><div>       XP_REGRID - new ( (/KLVLS,nlat,mlon/), &quot;float&quot;, ...)<br><br></div><div>Then <br><br></div><div>       XP_REGRID(kl,:,:) = xp_regrid<br></div><div>  end do<br><br></div><div>Then write XP_REGRID to netCDF.<br><br><br></div><div><br></div><div>    <br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, May 1, 2015 at 12:24 AM, Verena Lili <span dir="ltr">&lt;<a href="mailto:verena.prick@gmail.com" target="_blank">verena.prick@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Thanks Dennis and Thomas,<div>some questions regarding this:</div><div><br></div><div>1. How realible the regrindding data produced from ESMF bilinear interpolation, I tried to asked MLS team to provide Aura level 3 data, but they said different people in the team used different software to interpolate this.</div><div><br></div><div>2. How can I split the &quot;<span style="color:rgb(0,0,0);white-space:pre-wrap">xp_regrid&quot; in the code into an array lat and lon, because in the end I want to save the regriding output as a function of level, lat and lon.</span></div><div><span style="color:rgb(0,0,0);white-space:pre-wrap"><br></span></div><div><span style="color:rgb(0,0,0);white-space:pre-wrap">Thanks.</span></div><div><span style="color:rgb(0,0,0);white-space:pre-wrap"><br></span></div><div><span style="color:rgb(0,0,0);white-space:pre-wrap">Dr. Verena.</span></div></div><div class="gmail_extra"><div><div class="h5"><br><div class="gmail_quote">On Fri, May 1, 2015 at 12:03 AM, Dennis Shea <span dir="ltr">&lt;<a href="mailto:shea@ucar.edu" target="_blank">shea@ucar.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><a href="http://www.ncl.ucar.edu/Applications/HDF.shtml" target="_blank">http://www.ncl.ucar.edu/Applications/HDF.shtml</a><br><br><a href="http://www.ncl.ucar.edu/Applications/Scripts/hdf5eos_3a.ncl" target="_blank">hdf5eos_3a.ncl</a>:     Note the &#39;3a&#39;<br><br></div>Good luck<br><div><br><br></div></div><div><div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Apr 27, 2015 at 6:32 AM, Thomas Tobian <span dir="ltr">&lt;<a href="mailto:thomastobian@gmail.com" target="_blank">thomastobian@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><span style="font-size:12.8000001907349px">Hi Verena,</span><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">Have a look at this example: <a href="http://www.ncl.ucar.edu/Applications/Scripts/hdf5eos_3.ncl" target="_blank">http://www.ncl.ucar.edu/Applications/Scripts/hdf5eos_3.ncl</a></div><div style="font-size:12.8000001907349px">Good luck.</div><span><font color="#888888"><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">Thomas</div></font></span></div><div class="gmail_extra"><br><div class="gmail_quote"><div><div>On Fri, Apr 24, 2015 at 9:16 PM, Verena Lili <span dir="ltr">&lt;<a href="mailto:verena.prick@gmail.com" target="_blank">verena.prick@gmail.com</a>&gt;</span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div><div dir="ltr">HI everyone,<div><br></div><div>Anyone has experience in converting Aura MLS data into standard fixed grid data?</div><div>Attached is an example file, I&#39;d like to produced the O3 mxing ration data as a function of lat, lon and level.</div><div>It the website it says that:</div><div><br></div><div> &quot;<span style="color:rgb(56,56,56);font-family:Arial,Helvetica,sans-serif,sans-serif;font-size:12px">The data are stored in the version 5 EOS Hierarchical Data Format (HDF-EOS5), which is based on the version 5 Hierarchical Data Format, or HDF5. Each file contains two swath objects (one with profile data, the other with column data), each with a set of data and geolocation fields, swath attributes, and metadata.&quot;</span><br clear="all"><div><br></div><div>can anyone give  hint how to convert this data correctly by ncl?</div><div>Thanks</div><div><br></div><br><div><div dir="ltr"><div style="font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">Regards,</div><div style="font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">Dr. Verena<br></div><div style="font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)"></div></div></div>
</div></div>
<br></div></div><span>_______________________________________________<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></span></blockquote></div><br></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><br></div>
</div></div></blockquote></div><br><br clear="all"><div><br></div></div></div><span class="HOEnZb"><font color="#888888">-- <br><div><div dir="ltr"><div style="font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">Regards,</div><div style="font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">Dr. Verena.</div><div style="font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)"><font face="verdana, sans-serif">School of Marine and Atmospheric Sciences<br>Stony Brook University</font><div><span style="font-family:verdana,sans-serif">homepage: </span><a href="http://www.somas.stonybrook.edu/" target="_blank">http://www.somas.stonybrook.edu/</a></div></div></div></div>
</font></span></div>
</blockquote></div><br></div>