[ncl-talk] regrid query
Dennis Shea
shea at ucar.edu
Sat Jul 11 06:33:04 MDT 2015
[1] Your grid is not gaussian so why did you use the 'g2g' ->
gaussian-to-gaussian rgrid. Please read the documentation.
*newgrid = f2fsh_Wrap(orig,(/180,360/),0)*
Further, you did not say what you 'did no get' ... What was wrong?
You should be specific when posting questions.
[2] You could use ESMF to regrid as suggested by Karin
[3] Also, look at the documentation for 'linint2_Wrap'
https://www.ncl.ucar.edu/Document/Functions/Contributed/linint2_Wrap.shtml
[4] All NCL's regridding re list here
https://www.ncl.ucar.edu/Document/Functions/regrid.shtml
On Sat, Jul 11, 2015 at 3:14 AM, Karin Meier-Fleischer <
meier-fleischer at dkrz.de> wrote:
> Hi Kunal,
>
> you can use the ESMF regridding software. Take a look at
> http://www.ncl.ucar.edu/Applications/ESMF.shtml
>
> There are many examples to regrid rectilinear, curvilinear and
> unstructured data.
>
> Bye,
> Karin
>
> Am 11.07.2015 um 07:40 schrieb Kunal Bali <kunal.bali9 at gmail.com>:
>
> Dear NCL users
>
> I have data with 2 x 2.5 degree resolution. I need to regrid this data
> into 1 x 1 degree resolution.
> Could you please let me know how can we do it.
>
> The summary of the given data is
> gridtype = lonlat
> gridsize = 13104
> xname = lon
> xlongname = longitude
> xunits = degrees_east
> yname = lat
> ylongname = latitude
> yunits = degrees_north
> xsize = 144
> ysize = 91
> xfirst = -178.75
> xinc = 2.5
> yfirst = -89
> yinc = 2
>
> I tried with the function
> *newgrid = g2gsh_Wrap(orig,(/180,360/),0)*
>
> But could not get
>
> Thank You
>
>
>
> Kunal Bali
> Research Scholar
> Radio & Atmospheric Science Division
> CSIR - National Physical Laboratory
> New Delhi - 110012
>
>
>
>
>
>
> _______________________________________________
> ncl-talk mailing list
> ncl-talk at ucar.edu
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20150711/9ed72b1d/attachment.html
More information about the ncl-talk
mailing list