Re: regridding CMIP5 GCM output

From: Noel Aloysius <noel.aloysius_at_nyahnyahspammersnyahnyah>
Date: Tue Oct 30 2012 - 13:13:25 MDT

There are several tools including NCL you can use to regrid GCM outputs.

1. use CDO tools - there are several command prompt operators available.
You will have to do a little bit of research.

       A CDO command line example is given below,

              cdo remapbil,*1x1grid_target.txt* input_filename.nc
output_filename.nc ## remapbil stands for bi-linear interpolation

       The target grid details given in *1x1grid_target.txt* have the
following details (regrid to 1x1 lat/lon),

gridtype = lonlat

xsize = 360

ysize = 180

xfirst = 0.5

xinc = 1.0

yfirst = -89.5

yinc = 1.0

You should also read the ncl-talk discussion on this. Dennis raised some
important points on regridding.

2. NCL has several methods. I am sure if you search the ncl-talk archinves
you will find several examples. Have a look at the recent version released
yesterday - http://www.ncl.ucar.edu/Applications/ESMF.shtml

Noel

On Tue, Oct 30, 2012 at 2:18 PM, Shabeh ul Hasson <shabih33@gmail.com>wrote:

> Dear all,
>
> I need to re-grid CMIP5 GCM output and am confused about their grid
> information. I doubt the CMIP5 GCM output is not on regular lat lon grids.
>
> Kindly guide me what procedure I should adopt to regrid CMIP5 GCM output
> at same resolution in NCL.
>
> best regards,
>
> Shabeh ul Hasson,
> Scientific Officer, GCISC, NCP Complex,
> Near Quaid-i-Azam University, Islamabad
> Office# +92(51)9230226,
> Fax# +92(51)2077385
> Cell# +92-321-5033864
> http://www.gcisc.org.pk
>
> P Please don't print this e-mail unless you really need to. Thank you!
>
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
>

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Tue Oct 30 13:13:36 2012

This archive was generated by hypermail 2.1.8 : Wed Oct 31 2012 - 09:14:12 MDT