<html dir="ltr"><head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style></style>
<meta name="GENERATOR" content="MSHTML 9.00.8112.16434">
<style id="owaTempEditStyle"></style><style title="owaParaStyle"><!--P {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
--></style>
</head>
<body bgcolor="#ffffff" ocsi="x">
<div style="FONT-FAMILY: Tahoma; DIRECTION: ltr; COLOR: #000000; FONT-SIZE: 13px">
<div>Hi Simon</div>
<div><font size="2" face="tahoma"></font>&nbsp;</div>
<div>#!/bin/bash<br>
if [ $# -lt<a></a><a></a> 2 ];then<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; echo &quot;pass at least two arguments&quot;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; exit<br>
fi<a></a><a></a><br>
export IFS=$'\n'<br>
grads -lbxc<a></a><a></a> &quot;run $1 '$2'&quot;</div>
<div><font size="2" face="tahoma"></font>&nbsp;</div>
<div><font size="2" face="tahoma">Have you tried that? ./testGrADS.sh<a></a> one 'foo<a></a> bar'</font></div>
<div><font size="2" face="tahoma"></font>&nbsp;</div>
<div><font size="2" face="tahoma">John Huddleston</font></div>
<div dir="ltr"><font color="#000000" size="2" face="Tahoma"></font>&nbsp;</div>
<div style="DIRECTION: ltr" id="divRpF135178">
<hr tabindex="-1">
<font color="#000000" size="2" face="Tahoma"><b>From:</b> gradsusr-bounces@gradsusr.org [gradsusr-bounces@gradsusr.org] On Behalf Of Simon Krichak [shimon@cyclone.tau.ac.il]<br>
<b>Sent:</b> Tuesday, August 23, 2011 12:59 AM<br>
<b>To:</b> GrADS Users Forum<br>
<b>Subject:</b> Re: [gradsusr] set parea<br>
</font><br>
</div>
<div></div>
<div>
<div><font size="2" face="Arial">Dear Rupak,</font></div>
<div><font size="2" face="Arial"></font>&nbsp;</div>
<div><font size="2" face="Arial">Could you kindly post also the <a href="http://defcol1.gs/" target="_blank">
<font size="3" face="Times New Roman">defcol1.gs</font></a>.</font></div>
<div><font size="2" face="Arial"></font>&nbsp;</div>
<div><font size="2" face="Arial">Thanks,</font></div>
<div><font size="2" face="Arial">Simon Krichak</font></div>
<blockquote style="BORDER-LEFT: #000000 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px">
<div style="FONT: 10pt arial">----- Original Message ----- </div>
<div style="FONT: 10pt arial; BACKGROUND: #e4e4e4"><b>From:</b> <a title="rupak.rajbhandari@gmail.com" href="mailto:rupak.rajbhandari@gmail.com">
Rupak Rajbhandari</a> </div>
<div style="FONT: 10pt arial"><b>To:</b> <a title="gradsusr@gradsusr.org" href="mailto:gradsusr@gradsusr.org">
GrADS Users Forum</a> </div>
<div style="FONT: 10pt arial"><b>Sent:</b> Tuesday, August 23, 2011 9:40 AM</div>
<div style="FONT: 10pt arial"><b>Subject:</b> Re: [gradsusr] set parea</div>
<div><br>
</div>
<div>Hi,</div>
<div><br>
</div>
<div>I am pasting a script to print four maps which I tested some time ago. &nbsp;With some modification, I think you can come up with the one you explained. Except in your case you need three rows and in the bottom row display the map with out displaying anything
 (set cmax/cmin) and display the cbar. Hope it works.</div>
<div><br>
</div>
<div>Rupak Rajbhandari</div>
<div>Department of Meteorology</div>
<div>Trichandra Campus</div>
<div>Kathmandu</div>
<div><br>
</div>
<div>**********************************************************************************</div>
<div>* &nbsp; &nbsp;test vpage</div>
<div>*</div>
<div>* &nbsp; &nbsp;Landscape</div>
<div>*</div>
<div>* &nbsp; &nbsp;Matrix = 2 &nbsp;is 2 x 2</div>
<div>* &nbsp; &nbsp;Matrix = 3 &nbsp;is 3 x 3</div>
<div>* &nbsp; &nbsp;Matrix = 4 &nbsp;is 4 x 4</div>
<div>*</div>
<div>* &nbsp; &nbsp;for matrix 3 or 4 little modification is needed.</div>
<div>*</div>
<div>&nbsp; &nbsp; &nbsp; matrix=2</div>
<div><br>
</div>
<div>'reinit'</div>
<div>'open &nbsp;D:\gridded\npl0p10\RF0P10.ctl'</div>
<div>'set gxout grfill'</div>
<div>'set mpdset hires'</div>
<div>'run <a href="http://defcol1.gs" target="_blank">defcol1.gs</a>'</div>
<div>*'set vpage off'</div>
<div>*'set parea off'</div>
<div>*'set clevs &nbsp; &nbsp;2 &nbsp; 4 &nbsp; 6 &nbsp; &nbsp;8 &nbsp; 10 &nbsp; 15 &nbsp; 20 &nbsp; 30 &nbsp; 40 &nbsp; 50 &nbsp;100 &nbsp;500'</div>
<div>*'set ccols &nbsp; 31 &nbsp;32 &nbsp;33 &nbsp; 42 &nbsp; 43 &nbsp; 51 &nbsp; 52 &nbsp; 53 &nbsp; 62 &nbsp; 63 &nbsp; 72 &nbsp; 73'</div>
<div><br>
</div>
<div>* &nbsp; &nbsp;margins</div>
<div>*</div>
<div>&nbsp; &nbsp; &nbsp;rm=0.75; lm=0.75; tm=0.5; bm=0.5</div>
<div><br>
</div>
<div>* &nbsp; &nbsp;virtual page limits</div>
<div>*</div>
<div>&nbsp; &nbsp; &nbsp;x1=00.0</div>
<div>&nbsp; &nbsp; &nbsp;x2=11.0</div>
<div>&nbsp; &nbsp; &nbsp;y1=00.0</div>
<div>&nbsp; &nbsp; &nbsp;y2=08.5</div>
<div><br>
</div>
<div>&nbsp; &nbsp; &nbsp;nc=matrix</div>
<div>&nbsp; &nbsp; &nbsp;nr=matrix</div>
<div><br>
</div>
<div>* &nbsp; &nbsp;spliting factor</div>
<div>*</div>
<div>&nbsp; &nbsp; &nbsp;xext=(x2-x1)/nc</div>
<div>&nbsp; &nbsp; &nbsp;yext=(y2-y1)/nr</div>
<div>&nbsp; &nbsp; &nbsp;xm=x2-rm/2</div>
<div><br>
</div>
<div>say x1' ' x2' ' y1' ' y2' ' xext' ' yext</div>
<div>say ' '</div>
<div><br>
</div>
<div>&nbsp; &nbsp; &nbsp;t1=01</div>
<div>&nbsp; &nbsp; &nbsp;t2=10</div>
<div>&nbsp; &nbsp; &nbsp;jy=1</div>
<div>&nbsp; &nbsp; &nbsp;vy1=y1</div>
<div>&nbsp; &nbsp; &nbsp;vy2=vy1&#43;yext</div>
<div>&nbsp; while (jy&lt;=nr)</div>
<div>&nbsp; &nbsp; &nbsp;ix=1</div>
<div>&nbsp; &nbsp; &nbsp;vx1=x1</div>
<div>&nbsp; &nbsp; &nbsp;vx2=vx1&#43;xext</div>
<div>&nbsp; &nbsp; &nbsp;while (ix&lt;=nc)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp;'set vpage 'vx1' 'vx2' 'vy1' 'vy2</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp;'set parea 'x1&#43;lm' 'x2-rm' 'y1&#43;bm' 'y2-tm</div>
<div>* &nbsp; &nbsp; &nbsp; 'set clevs &nbsp; .1 &nbsp; 2 &nbsp; 3 &nbsp; &nbsp;5 &nbsp; 10 &nbsp; 15 &nbsp; 20 &nbsp; 30 &nbsp; 40 &nbsp; 50 &nbsp;100 &nbsp;150'</div>
<div>* &nbsp; &nbsp; &nbsp; 'set ccols &nbsp; 31 &nbsp;32 &nbsp;33 &nbsp; 42 &nbsp; 43 &nbsp; 51 &nbsp; 52 &nbsp; 53 &nbsp; 62 &nbsp; 63 &nbsp; 72 &nbsp; 73'</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp;'set font 'ix</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp;'set string 'ix&#43;2' tc'</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp;'display sum(rf,t='t1',t='t2')'</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp;'draw title Rainfall amount for 't1' to 't2' days (mm)'</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; if (ix=nc)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;if (jy=nr)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 'cbarn '1' '1' 'xm' 'y1</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;else</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 'cbarn '1' '1' 'xm' 'y2</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;endif</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; endif</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; t1=t1&#43;10</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; t2=t2&#43;10</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; vx1=vx2</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; vx2=vx2&#43;xext</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; ix=ix&#43;1</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp;'set vpage off'</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp;'set parea off'</div>
<div>&nbsp; &nbsp; &nbsp;endwhile</div>
<div>&nbsp; &nbsp; &nbsp;vy1=vy2</div>
<div>&nbsp; &nbsp; &nbsp;vy2=vy1&#43;yext</div>
<div>&nbsp; &nbsp; &nbsp;jy=jy&#43;1</div>
<div>&nbsp; endwhile</div>
<div><br>
</div>
<br>
<div class="gmail_quote">On Mon, Aug 22, 2011 at 9:59 PM, saeed bayat <span dir="ltr">
&lt;<a href="mailto:saeedbayat7276@gmail.com">saeedbayat7276@gmail.com</a>&gt;</span> wrote:<br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">
Dear GrADS users,<br>
I want to plot 4 maps in 1 page. As mentioned in GrADS documentation index, I do that steps but it did not<br>
give a good result. I want to do like this(below), but it does not work!<br>
<br>
Please give me an Idea<br>
<br>
Best Regards<br>
<font color="#888888"><br>
Saeed Bayat<br>
M.A Student of Climatology<br>
Department of Geography<br>
Ferdowsi University of Mashhad(Iran)<br>
</font><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>
<br>
</blockquote>
</div>
<br>
<p></p>
<hr>
<p></p>
_______________________________________________<br>
gradsusr mailing list<br>
gradsusr@gradsusr.org<br>
http://gradsusr.org/mailman/listinfo/gradsusr<br>
</blockquote>
</div>
</div>
</body>
</html>