<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.6000.17117" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=058211115-08052013><FONT face=Arial 
color=#0000ff size=2>the maskout function will use the grid-spacing of however 
your grid is defined (xdef,ydef).&nbsp; So you may need to interpolate to a 
higher resolution grid with a bi-linear interpolation to get rid of the 
blockiness.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=058211115-08052013><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=058211115-08052013><FONT face=Arial 
color=#0000ff size=2>ron</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=058211115-08052013><FONT 
face=Arial><STRONG></STRONG></FONT></SPAN>&nbsp;</DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> gradsusr-bounces@gradsusr.org 
[mailto:gradsusr-bounces@gradsusr.org] <B>On Behalf Of </B>manu 
verma<BR><B>Sent:</B> May 8, 2013 2:33 AM<BR><B>To:</B> GrADS Users 
Forum<BR><B>Subject:</B> Re: [gradsusr] TEMPERATURE AND RH 
CONTOURS<BR></FONT><BR></DIV>
<DIV></DIV>
<DIV dir=ltr>no i have already used that but it is not smoothening 
it.<BR><BR>Manu<BR></DIV>
<DIV class=gmail_extra><BR><BR>
<DIV class=gmail_quote>On Wed, May 8, 2013 at 12:57 PM, Mohsen Soltani <SPAN 
dir=ltr>&lt;<A href="mailto:soltani.clima@gmail.com" 
target=_blank>soltani.clima@gmail.com</A>&gt;</SPAN> wrote:<BR>
<BLOCKQUOTE class=gmail_quote 
style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">set 
  this function to smooth the contours: 'set csmooth on'<BR>
  <DIV class=HOEnZb>
  <DIV class=h5><BR><BR><BR>On 5/7/13, manu verma &lt;<A 
  href="mailto:verma.manuu@gmail.com">verma.manuu@gmail.com</A>&gt; 
  wrote:<BR>&gt; but that shaded contours are not smooth i am sending you the 
  image with<BR>&gt; this mail<BR>&gt;<BR>&gt;<BR>&gt; On Tue, May 7, 2013 at 
  9:15 PM, Goodson,Ron [Edm]<BR>&gt; &lt;<A 
  href="mailto:Ron.Goodson@ec.gc.ca">Ron.Goodson@ec.gc.ca</A>&gt;wrote:<BR>&gt;<BR>&gt;&gt;<BR>&gt;&gt; 
  sure you can have two shaded fields in one chart. &nbsp;Obviously, unless 
  one<BR>&gt;&gt; is semi-transparent .. the 2nd will cover up the first. 
  &nbsp;That may be<BR>&gt;&gt; fine if you only want to shaded some subset of 
  the 2nd field. &nbsp;For<BR>&gt;&gt; example, I have one chart with "clouds" 
  as greyshades, and precipitation<BR>&gt;&gt; &gt; 0.2mm overlaid (also 
  shaded). &nbsp;So if you only want RH &gt; 50% shaded ..<BR>&gt;&gt; then just 
  mask out values &lt; 50% and plot this second.<BR>&gt;&gt;<BR>&gt;&gt; set 
  your colour table<BR>&gt;&gt; draw your first field<BR>&gt;&gt; define your 
  mask .. example ... &nbsp; define mymask = (rh - 50%)<BR>&gt;&gt; set your new 
  colour table<BR>&gt;&gt; draw your 2nd field .. example ... display 
  maskout(rh, mymask)<BR>&gt;&gt;<BR>&gt;&gt; easy 
  peasy...<BR>&gt;&gt;<BR>&gt;&gt; ron<BR>&gt;&gt;<BR>&gt;&gt;<BR>&gt;&gt; 
  -----Original Message-----<BR>&gt;&gt; From: <A 
  href="mailto:gradsusr-bounces@gradsusr.org">gradsusr-bounces@gradsusr.org</A><BR>&gt;&gt; 
  [mailto:<A 
  href="mailto:gradsusr-bounces@gradsusr.org">gradsusr-bounces@gradsusr.org</A>] 
  On Behalf Of Mohsen Soltani<BR>&gt;&gt; Sent: May 7, 2013 1:08 AM<BR>&gt;&gt; 
  To: GrADS Users Forum<BR>&gt;&gt; Subject: Re: [gradsusr] TEMPERATURE AND RH 
  CONTOURS<BR>&gt;&gt;<BR>&gt;&gt; You can't display two shaded in one chart at 
  the same time! one should<BR>&gt;&gt; be shaded and the other one have to be 
  in contour lines, respectively.<BR>&gt;&gt;<BR>&gt;&gt; However, &nbsp;'set 
  gxout contour' will produce a contour line, and &nbsp;'set<BR>&gt;&gt; gxout 
  shaded' will produce a shaded chart.<BR>&gt;&gt;<BR>&gt;&gt; Good 
  luck,<BR>&gt;&gt; Mohsen<BR>&gt;&gt;<BR>&gt;&gt; On 5/6/13, manu verma &lt;<A 
  href="mailto:verma.manuu@gmail.com">verma.manuu@gmail.com</A>&gt; 
  wrote:<BR>&gt;&gt; &gt; in this we are overlaying contours on shaded i want 
  both shaded<BR>&gt;&gt; &gt;<BR>&gt;&gt; &gt;<BR>&gt;&gt; &gt; On Mon, May 6, 
  2013 at 3:36 PM, Mohsen Soltani<BR>&gt;&gt; &gt; &lt;<A 
  href="mailto:soltani.clima@gmail.com">soltani.clima@gmail.com</A>&gt;wrote:<BR>&gt;&gt; 
  &gt;<BR>&gt;&gt; &gt;&gt; Dear Manu,<BR>&gt;&gt; &gt;&gt;<BR>&gt;&gt; &gt;&gt; 
  The below script might helps you to produce a map of shaded<BR>&gt;&gt; 
  &gt;&gt; temperature in the background with R. humidity contours 
  overlay.<BR>&gt;&gt; &gt;&gt;<BR>&gt;&gt; &gt;&gt;<BR>&gt;&gt; &gt;&gt; 
  'sdfopen .........temperature data........nc'<BR>&gt;&gt; &gt;&gt; 'set grads 
  off'<BR>&gt;&gt; &gt;&gt; 'set grid off'<BR>&gt;&gt; &gt;&gt; &nbsp; &nbsp; 
  'set lon .. ..'<BR>&gt;&gt; &gt;&gt; &nbsp; &nbsp; 'set lat .. ..'<BR>&gt;&gt; 
  &gt;&gt; 'set t .....'<BR>&gt;&gt; &gt;&gt;<BR>&gt;&gt; &gt;&gt; ** please 
  change the following, if needed****<BR>&gt;&gt; &gt;&gt;<BR>&gt;&gt; &gt;&gt; 
  'set gxout shaded'<BR>&gt;&gt; &gt;&gt; &nbsp; &nbsp; 'set vpage 0.0 11 0.0 
  8.5'<BR>&gt;&gt; &gt;&gt; &nbsp; &nbsp; 'set parea 1.0 10.20 0.60 
  8.0'<BR>&gt;&gt; &gt;&gt; &nbsp; &nbsp; 'set csmooth on'<BR>&gt;&gt; &gt;&gt; 
  &nbsp; &nbsp; 'set grid off'<BR>&gt;&gt; &gt;&gt; &nbsp; &nbsp; 'set grads 
  off'<BR>&gt;&gt; &gt;&gt; &nbsp; &nbsp; 'set xlint 10'<BR>&gt;&gt; &gt;&gt; 
  &nbsp; &nbsp; 'set ylint 5'<BR>&gt;&gt; &gt;&gt; &nbsp; &nbsp; 'set font 
  1'<BR>&gt;&gt; &gt;&gt; 'set font 1'<BR>&gt;&gt; &gt;&gt; &nbsp; &nbsp; 'set 
  cthick 6'<BR>&gt;&gt; &gt;&gt;<BR>&gt;&gt; &gt;&gt; &nbsp; &nbsp; &nbsp;'set 
  rgb 19 255 255 160'<BR>&gt;&gt; &gt;&gt; &nbsp; &nbsp; &nbsp;'set rgb 20 255 
  225 120'<BR>&gt;&gt; &gt;&gt; &nbsp; &nbsp; &nbsp;'set rgb 21 255 192 
  60'<BR>&gt;&gt; &gt;&gt; &nbsp; &nbsp; &nbsp;'set rgb 22 255 160 
  0'<BR>&gt;&gt; &gt;&gt; &nbsp; &nbsp; &nbsp;'set rgb 23 255 96 0'<BR>&gt;&gt; 
  &gt;&gt; &nbsp; &nbsp; &nbsp;'set rgb 24 255 50 0'<BR>&gt;&gt; &gt;&gt; &nbsp; 
  &nbsp; &nbsp;'set rgb 60 255 35 0'<BR>&gt;&gt; &gt;&gt; &nbsp; &nbsp; 
  &nbsp;'set rgb 25 225 20 0'<BR>&gt;&gt; &gt;&gt; &nbsp; &nbsp; &nbsp;'set rgb 
  26 192 0 0'<BR>&gt;&gt; &gt;&gt; &nbsp; &nbsp; &nbsp;'set rgb 27 165 0 
  0'<BR>&gt;&gt; &gt;&gt; &nbsp; &nbsp; &nbsp;'set rgb 28 130 0 0'<BR>&gt;&gt; 
  &gt;&gt; &nbsp; &nbsp; &nbsp;'set rgb 29 102 0 0'<BR>&gt;&gt; &gt;&gt; &nbsp; 
  &nbsp; &nbsp;'set rgb 30 70 0 0'<BR>&gt;&gt; &gt;&gt;<BR>&gt;&gt; &gt;&gt; 
  &nbsp; &nbsp; 'set rgb 40 209 228 253'<BR>&gt;&gt; &gt;&gt; &nbsp; &nbsp; 'set 
  rgb 42 164 205 236'<BR>&gt;&gt; &gt;&gt; &nbsp; &nbsp; 'set rgb 43 125 184 
  227'<BR>&gt;&gt; &gt;&gt; &nbsp; &nbsp; 'set rgb 44 40 179 219'<BR>&gt;&gt; 
  &gt;&gt; &nbsp; &nbsp; 'set rgb 45 55 146 213'<BR>&gt;&gt; &gt;&gt; &nbsp; 
  &nbsp; 'set rgb 46 119 147 255'<BR>&gt;&gt; &gt;&gt; &nbsp; &nbsp; 'set rgb 47 
  36 88 255'<BR>&gt;&gt; &gt;&gt; &nbsp; &nbsp; 'set rgb 48 0 47 
  236'<BR>&gt;&gt; &gt;&gt; &nbsp; &nbsp; 'set rgb 49 0 37 175'<BR>&gt;&gt; 
  &gt;&gt; &nbsp; &nbsp; 'set rgb 50 0 37 147'<BR>&gt;&gt; &gt;&gt; &nbsp; 
  &nbsp; 'set rgb 51 0 23 117'<BR>&gt;&gt; &gt;&gt; &nbsp; &nbsp; 'set rgb 52 0 
  10 95'<BR>&gt;&gt; &gt;&gt; &nbsp; &nbsp; 'set rgb 53 0 5 75'<BR>&gt;&gt; 
  &gt;&gt; &nbsp; &nbsp; 'set rgb 54 0 5 55'<BR>&gt;&gt; &gt;&gt; &nbsp; &nbsp; 
  'set rgb 55 0 5 35'<BR>&gt;&gt; &gt;&gt; &nbsp; &nbsp; 'set rgb 56 0 5 
  15'<BR>&gt;&gt; &gt;&gt;<BR>&gt;&gt; &gt;&gt; &nbsp; &nbsp; 'set clevs -7 -6 
  -4 -2 0 2 4 6 8 10 12 14 16 18 20'<BR>&gt;&gt; &gt;&gt; &nbsp; &nbsp; 'set 
  ccols 48 46 45 44 43 40 0 20 21 22 23 24 25 26 27 28 29 30'<BR>&gt;&gt; 
  &gt;&gt;<BR>&gt;&gt; &gt;&gt; &nbsp; &nbsp; 'set clab on'<BR>&gt;&gt; &gt;&gt; 
  &nbsp; &nbsp; 'set xlopts 1 6 0.19'<BR>&gt;&gt; &gt;&gt; &nbsp; &nbsp; 'set 
  ylopts 1 6 0.19'<BR>&gt;&gt; &gt;&gt; &nbsp; &nbsp; 'set mpdset 
  mres'<BR>&gt;&gt; &gt;&gt; &nbsp; &nbsp; 'set rgb 95 75 75 75'<BR>&gt;&gt; 
  &gt;&gt; &nbsp; &nbsp; 'set map 95 1 6'<BR>&gt;&gt; &gt;&gt; &nbsp; &nbsp; 
  'set ccolor 1 1 6'<BR>&gt;&gt; &gt;&gt; &nbsp; &nbsp; 'display 
  air-273.14'<BR>&gt;&gt; &gt;&gt; **************************<BR>&gt;&gt; 
  &gt;&gt; &nbsp; &nbsp; 'run cbarn &nbsp;1 1 10.3 4.20'<BR>&gt;&gt; 
  &gt;&gt;<BR>&gt;&gt; &gt;&gt; ***Overlay Contour****************<BR>&gt;&gt; 
  &gt;&gt;<BR>&gt;&gt; &gt;&gt;<BR>&gt;&gt; &gt;&gt; &nbsp; &nbsp; 'set csmooth 
  on'<BR>&gt;&gt; &gt;&gt; &nbsp; &nbsp; 'set grid off'<BR>&gt;&gt; &gt;&gt; 
  &nbsp; &nbsp; 'set grads off'<BR>&gt;&gt; &gt;&gt; &nbsp; &nbsp; 'set clevs -7 
  -6 -4 -2 0 2 4 6 8 10 12 14 16 18 20'<BR>&gt;&gt; &gt;&gt; &nbsp; &nbsp; 'set 
  clskip 2'<BR>&gt;&gt; &gt;&gt; &nbsp; &nbsp; 'set font 1'<BR>&gt;&gt; &gt;&gt; 
  &nbsp; &nbsp; 'set gxout contour'<BR>&gt;&gt; &gt;&gt; &nbsp; &nbsp; 'set 
  cstyle 1'<BR>&gt;&gt; &gt;&gt; &nbsp; &nbsp; 'set ccolor 15'<BR>&gt;&gt; 
  &gt;&gt; &nbsp; &nbsp; 'set cthick 5'<BR>&gt;&gt; &gt;&gt; &nbsp; &nbsp; 'set 
  clab off'<BR>&gt;&gt; &gt;&gt; &nbsp; &nbsp; 'set xlopts 1 6 0.19'<BR>&gt;&gt; 
  &gt;&gt; &nbsp; &nbsp; 'set ylopts 1 6 0.19'<BR>&gt;&gt; &gt;&gt; &nbsp; 
  &nbsp; 'set clopts 1 6 0.10'<BR>&gt;&gt; &gt;&gt; &nbsp; &nbsp; 'display 
  air-273.14'<BR>&gt;&gt; &gt;&gt; 'set mpdset hires'<BR>&gt;&gt; 
  &gt;&gt;<BR>&gt;&gt; &gt;&gt; ****the above will produce temperature with a 
  shaded backround +<BR>&gt;&gt; &gt;&gt; temperature contours 
  overlay*****<BR>&gt;&gt; &gt;&gt;<BR>&gt;&gt; &gt;&gt; 'sdfopen 
  .......R.Humidity data.......nc'<BR>&gt;&gt; &gt;&gt; 'set dfile 
  2'<BR>&gt;&gt; &gt;&gt; 'set t .....'<BR>&gt;&gt; &gt;&gt;<BR>&gt;&gt; 
  &gt;&gt; **other functions may be needed, it's up to you!*****<BR>&gt;&gt; 
  &gt;&gt;<BR>&gt;&gt; &gt;&gt; 'set gxout contour''<BR>&gt;&gt; &gt;&gt; 'd 
  rhum (or what you've defined!)'<BR>&gt;&gt; &gt;&gt;<BR>&gt;&gt; &gt;&gt; 'set 
  cmin 50' *** this function doesn't make values under 50% of 
  Rhum<BR>&gt;&gt;<BR>&gt;&gt; &gt;&gt; data in the chart*****<BR>&gt;&gt; 
  &gt;&gt;<BR>&gt;&gt; &gt;&gt; Good Luck,<BR>&gt;&gt; &gt;&gt; 
  Mohsen<BR>&gt;&gt; &gt;&gt;<BR>&gt;&gt; &gt;&gt; On 5/6/13, manu verma &lt;<A 
  href="mailto:verma.manuu@gmail.com">verma.manuu@gmail.com</A>&gt; 
  wrote:<BR>&gt;&gt; &gt;&gt; &gt; Dear all<BR>&gt;&gt; &gt;&gt; 
  &gt;<BR>&gt;&gt; &gt;&gt; &gt; I want to make temperature and rh contours both 
  together on one<BR>&gt;&gt; &gt;&gt; &gt; frame and both must be shaded and rh 
  to ne grater that 50 %.<BR>&gt;&gt; &gt;&gt; &gt;<BR>&gt;&gt; &gt;&gt; 
  &gt;<BR>&gt;&gt; &gt;&gt; &gt; PLease help me<BR>&gt;&gt; &gt;&gt; 
  &gt;<BR>&gt;&gt; &gt;&gt; &gt; Manu<BR>&gt;&gt; &gt;&gt; &gt;<BR>&gt;&gt; 
  &gt;&gt;<BR>&gt;&gt; &gt;&gt;<BR>&gt;&gt; &gt;&gt; --<BR>&gt;&gt; &gt;&gt; 
  --<BR>&gt;&gt; &gt;&gt; some are weather-wise some are otherwise!<BR>&gt;&gt; 
  &gt;&gt; --<BR>&gt;&gt; &gt;&gt; Best Wishes,<BR>&gt;&gt; &gt;&gt; (Mr.) 
  Mohsen Soltani<BR>&gt;&gt; &gt;&gt; Climatology Grad Student 
  (M.Sc.),<BR>&gt;&gt; &gt;&gt; Faculty of Geography, University of Tehran, 
  Tehran, Iran<BR>&gt;&gt; &gt;&gt; Tel: (+98) 9119772934<BR>&gt;&gt; &gt;&gt; 
  e-mail: <A 
  href="mailto:soltani.clima@gmail.com">soltani.clima@gmail.com</A><BR>&gt;&gt; 
  &gt;&gt; _______________________________________________<BR>&gt;&gt; &gt;&gt; 
  gradsusr mailing list<BR>&gt;&gt; &gt;&gt; <A 
  href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</A><BR>&gt;&gt; 
  &gt;&gt; <A href="http://gradsusr.org/mailman/listinfo/gradsusr" 
  target=_blank>http://gradsusr.org/mailman/listinfo/gradsusr</A><BR>&gt;&gt; 
  &gt;&gt;<BR>&gt;&gt; &gt;<BR>&gt;&gt;<BR>&gt;&gt;<BR>&gt;&gt; --<BR>&gt;&gt; 
  --<BR>&gt;&gt; some are weather-wise some are otherwise!<BR>&gt;&gt; 
  --<BR>&gt;&gt; Best Wishes,<BR>&gt;&gt; (Mr.) Mohsen Soltani<BR>&gt;&gt; 
  Climatology Grad Student (M.Sc.),<BR>&gt;&gt; Faculty of Geography, University 
  of Tehran, Tehran, Iran<BR>&gt;&gt; Tel: (+98) 9119772934<BR>&gt;&gt; e-mail: 
  <A 
  href="mailto:soltani.clima@gmail.com">soltani.clima@gmail.com</A><BR>&gt;&gt; 
  _______________________________________________<BR>&gt;&gt; gradsusr mailing 
  list<BR>&gt;&gt; <A 
  href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</A><BR>&gt;&gt; <A 
  href="http://gradsusr.org/mailman/listinfo/gradsusr" 
  target=_blank>http://gradsusr.org/mailman/listinfo/gradsusr</A><BR>&gt;&gt;<BR>&gt;&gt; 
  _______________________________________________<BR>&gt;&gt; gradsusr mailing 
  list<BR>&gt;&gt; <A 
  href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</A><BR>&gt;&gt; <A 
  href="http://gradsusr.org/mailman/listinfo/gradsusr" 
  target=_blank>http://gradsusr.org/mailman/listinfo/gradsusr</A><BR>&gt;&gt;<BR>&gt;<BR><BR><BR>--<BR>--<BR>some 
  are weather-wise some are otherwise!<BR>--<BR>Best Wishes,<BR>(Mr.) Mohsen 
  Soltani<BR>Climatology Grad Student (M.Sc.),<BR>Faculty of Geography, 
  University of Tehran, Tehran, Iran<BR>Tel: (+98) 9119772934<BR>e-mail: <A 
  href="mailto:soltani.clima@gmail.com">soltani.clima@gmail.com</A><BR>_______________________________________________<BR>gradsusr 
  mailing list<BR><A 
  href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</A><BR><A 
  href="http://gradsusr.org/mailman/listinfo/gradsusr" 
  target=_blank>http://gradsusr.org/mailman/listinfo/gradsusr</A><BR></DIV></DIV></BLOCKQUOTE></DIV><BR></DIV></BODY></HTML>