[ncl-talk] Regridding MOD07_L2 Data

Dennis Shea shea at ucar.edu
Wed Jul 22 07:08:09 MDT 2015


We don't see that you have done any work on this. I doubt anybody on
ncl-talk will do the work for you.

[1]
The most important part of data processing is to *examine and know
your data* Look at the contents of the HDF file.

     ncl_filedump MOD07_L2.A2012166.0520.006.2015058154457.hdf | less

You will see something like

   file global attributes:
      HDFEOSVersion : HDFEOS_V2.9                     <====
      StructMetadata_0 : GROUP=SwathStructure    <====
        GROUP=SWATH_1


Then look at the file when viewed as a HDF-EOS file

     ncl_filedump MOD07_L2.A2012166.0520.006.2015058154457.hdf.he2 | less

[2]
The WRF .ctl look like GrADS control files. How are people supposed to
know what is in the files?

[3]
The ESMF section on regridding has 2 example that you can base your efforts:

      https://www.ncl.ucar.edu/Applications/ESMF.shtml

See Example 15 [ also, Example 8]

======
*AFTER* you have made an honest effort at trying to perform the
regridding, you can respond to ncl-talk (no direct addressing to a
person)



On Wed, Jul 22, 2015 at 12:53 AM, AJILESH PP <ajileshparolla at gmail.com> wrote:
> Dear all
> I am new to ncl and I need guidance to regrid MODIS Level-2 swath data to
> the regular lat-lon grid size of my WRF output files (270*270) for all
> levels. Here is the names of transferred sample data of MODIS and WRF.
> MODIS: MOD07_L2.A2012166.0520.006.2015058154457.hdf
> WRF:  cnt_2012-06-14_d04.ctl, cnt_2012-06-14_d04.dat
>
> Any help would be appreciated.
> Thank You!
>
> _______________________________________________
> ncl-talk mailing list
> ncl-talk at ucar.edu
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>


More information about the ncl-talk mailing list