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

From: Mary Haley <haley_at_nyahnyahspammersnyahnyah>
Date: Thu Aug 22 2013 - 07:49:57 MDT

You may also need to set:

res@gsnAddCyclic = False

since WRF data is regional.

--Mary

On Aug 21, 2013, at 4:46 PM, David Brown wrote:

> 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

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Thu Aug 22 07:50:05 2013

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