Re: WRF output - correction

From: Mary Haley <haley_at_nyahnyahspammersnyahnyah>
Date: Thu Jan 21 2010 - 08:47:35 MST

Dear Tugba Agacayak,

The map outlines are there, but they're hard to see.

It looks like you are using most of the defaults supplied by the
wrf_map_overlays function for setting up the map. This routine
internally sets your map outlines to the color "gray", and it makes
the outlines a thickness of 0.5, which is half the normal thickness.
These two settings combined with colorful contours can make it hard to
see the outlines.

Try setting these resources before you call wrf_map_overlays:

   mpres@mpGeophysicalLineColor = "black"
   mpres@mpGeophysicalLineThicknessF = 1.0 ; you can make this
thicker, with 1.5, 2.0, etc.

If you really want to make sure that your map outlines are being drawn
last, you can further set:

   mpres@mpOutlineDrawOrder = "PostDraw"

I think that last resource may already be set to "PostDraw", so I'm
not sure you'll see much difference there.

--Mary

On Jan 21, 2010, at 7:51 AM, Tugba AGACAYAK wrote:

> Hello again,
>
> I wanted to make a correction on my previous e-mail.
>
> I'd like to show the geophysical lines of the map but they are
> masked by my filled contours. How can I show them?
>
> Thank you.
>
> Tugba Agacayak
>
> ---------- Forwarded message ----------
> From: Tugba AGACAYAK <agacayak@gmail.com>
> Date: 2010/1/21
> Subject: WRF output
> To: ncl-talk@ucar.edu
>
>
> Hi all,
>
> I have WRF outputs to plot with NCL. I've downloaded the ncl script
> from WRF web site. I need to show the contour lines of the map. But
> I couldn't do. Could you help me?
>
> Attached you may find the plot and the script.
>
> Thank you very much in advance.
>
> Tugba Agacayak
>
> <plt_Surface1.png.
> 0><wrf.ncl>_______________________________________________
> 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 Jan 21 08:47:50 2010

This archive was generated by hypermail 2.1.8 : Thu Jan 21 2010 - 13:54:45 MST