<!doctype html>
<html>
 <head> 
  <meta charset="UTF-8"> 
 </head>
 <body>
  <p>Hi All,<br></p>
  <p>I am trying to regrid OMI NO2 data to WRF grid using ESMF, but without success; in particular, the result of ESMF_regrid has 3 dimensions while I expect data on a LON-LAT grid:<br></p>
  <p><br></p>
  <p>Dimensions and sizes: [scanline | 1644] x [290] x [380]<br>Coordinates: <br> scanline: [0..1643]<br>Number Of Attributes: 9<br> missing_value : -1e+20<br> remap : remapped via ESMF_regrid_with_weights: Nearest source to destination<br> lon2d : <ARRAY of 538200 elements><br> lat2d : <ARRAY of 538200 elements><br> _FillValue : -1e+20<br> time : 631152006<br> units : molecules cm-2<br> long_name : tropospheric vertical column of nitrogen dioxide<br></p>
  <p><br></p>
  <p>Does anyone know how to regrid these data? I attached my script, while a sample input file (QA4ECV_L2_NO2_OMI_20150101T062700_o55658_fitB_v1.nc) can be found on ftp. <br></p>
  <p>Thanks into advance for help,<br></p>
  <p>Markus<br></p>
  <p><br></p>
  <p><br></p>
  <p class="default-style"><br></p> 
 </body>
</html>