Re: High Resolution Precipitation question.

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Sun, 19 Jul 2009 22:24:53 -0600

  mlon = 720
  dlon = 0.5
  lon = fspan (0, (mlon - 1) * dlon, mlon)

  nlat = 233
  lat = fspan (-58,58, nlat)

B N wrote:
> Dear NCL
> Thank you for providing the High Resolution Precipitation:
> CMORPH, PERSIANN, TRMM examples at
> http://www.ncl.ucar.edu/Applications/HiResPrc.shtml .
>
> I see that there are several example showing how to create new
> latitudes and longitudes for interpolating to a 1x1 degree grid.
> ;***************************************************************
> ; Interpolate to a 1x1 grid [meta info is *only* needed for netCDF]
> ;***************************************************************
> lat1 = ispan(58, -58, 1)*1.0
> lon1 = ispan( 0 , 359, 1)*1.0
>
> How can I make the latitudes an longitudes for a 0.5 x 0.5 degree grid?
> Sincerely,
> Bold
> _______________________________________________
> 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 Sun Jul 19 2009 - 22:24:53 MDT

This archive was generated by hypermail 2.2.0 : Thu Jul 23 2009 - 08:02:42 MDT