Re: plotting wrfout with lambert conformal projection onto another projection type

From: David Brown <dbrown_at_nyahnyahspammersnyahnyah>
Date: Wed Aug 21 2013 - 16:46:59 MDT

Yes as long as the files contain lat and lon variables: usually XLAT and XLONG in WRF output files.

Set the coordinates by attaching the attributes lat2d and lon2d to the data variable, e.g.:

data@lat2d = f->XLAT
data@lon2d = f->XLONG

One you do this you can plot in any map projection.
 -dave

On Aug 21, 2013, at 3:37 PM, "A.J. Eiserloh" <arthur.eiserloh@gmail.com> wrote:

> Hi,
>
> I have wrfout files that has its data in a labmer conformal projection. Is it possible to plot my data with another map projection (eg., mercator)?
>
>
>
> --
> Arthur J. Eiserloh, Jr.
> San Jose State University
> Graduate Student
> Dept. of Meteorology and Climate Science
> _______________________________________________
> 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 Wed Aug 21 16:47:09 2013

This archive was generated by hypermail 2.1.8 : Fri Aug 30 2013 - 14:04:57 MDT