<div>Hi,</div><div><br></div><div>I am pasting a script to print four maps which I tested some time ago.  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>*    test vpage</div><div>*</div><div>*    Landscape</div><div>*</div><div>*    Matrix = 2  is 2 x 2</div><div>*    Matrix = 3  is 3 x 3</div><div>*    Matrix = 4  is 4 x 4</div><div>*</div><div>*    for matrix 3 or 4 little modification is needed.</div>
<div>*</div><div>      matrix=2</div><div><br></div><div>&#39;reinit&#39;</div><div>&#39;open  D:\gridded\npl0p10\RF0P10.ctl&#39;</div><div>&#39;set gxout grfill&#39;</div><div>&#39;set mpdset hires&#39;</div><div>&#39;run <a href="http://defcol1.gs">defcol1.gs</a>&#39;</div>
<div>*&#39;set vpage off&#39;</div><div>*&#39;set parea off&#39;</div><div>*&#39;set clevs    2   4   6    8   10   15   20   30   40   50  100  500&#39;</div><div>*&#39;set ccols   31  32  33   42   43   51   52   53   62   63   72   73&#39;</div>
<div><br></div><div>*    margins</div><div>*</div><div>     rm=0.75; lm=0.75; tm=0.5; bm=0.5</div><div><br></div><div>*    virtual page limits</div><div>*</div><div>     x1=00.0</div><div>     x2=11.0</div><div>     y1=00.0</div>
<div>     y2=08.5</div><div><br></div><div>     nc=matrix</div><div>     nr=matrix</div><div><br></div><div>*    spliting factor</div><div>*</div><div>     xext=(x2-x1)/nc</div><div>     yext=(y2-y1)/nr</div><div>     xm=x2-rm/2</div>
<div><br></div><div>say x1&#39; &#39; x2&#39; &#39; y1&#39; &#39; y2&#39; &#39; xext&#39; &#39; yext</div><div>say &#39; &#39;</div><div><br></div><div>     t1=01</div><div>     t2=10</div><div>     jy=1</div><div>     vy1=y1</div>
<div>     vy2=vy1+yext</div><div>  while (jy&lt;=nr)</div><div>     ix=1</div><div>     vx1=x1</div><div>     vx2=vx1+xext</div><div>     while (ix&lt;=nc)</div><div>       &#39;set vpage &#39;vx1&#39; &#39;vx2&#39; &#39;vy1&#39; &#39;vy2</div>
<div>       &#39;set parea &#39;x1+lm&#39; &#39;x2-rm&#39; &#39;y1+bm&#39; &#39;y2-tm</div><div>*       &#39;set clevs   .1   2   3    5   10   15   20   30   40   50  100  150&#39;</div><div>*       &#39;set ccols   31  32  33   42   43   51   52   53   62   63   72   73&#39;</div>
<div>       &#39;set font &#39;ix</div><div>       &#39;set string &#39;ix+2&#39; tc&#39;</div><div>       &#39;display sum(rf,t=&#39;t1&#39;,t=&#39;t2&#39;)&#39;</div><div>       &#39;draw title Rainfall amount for &#39;t1&#39; to &#39;t2&#39; days (mm)&#39;</div>
<div>        if (ix=nc)</div><div>           if (jy=nr)</div><div>              &#39;cbarn &#39;1&#39; &#39;1&#39; &#39;xm&#39; &#39;y1</div><div>           else</div><div>              &#39;cbarn &#39;1&#39; &#39;1&#39; &#39;xm&#39; &#39;y2</div>
<div>           endif</div><div>        endif</div><div>        t1=t1+10</div><div>        t2=t2+10</div><div>        vx1=vx2</div><div>        vx2=vx2+xext</div><div>        ix=ix+1</div><div>       &#39;set vpage off&#39;</div>
<div>       &#39;set parea off&#39;</div><div>     endwhile</div><div>     vy1=vy2</div><div>     vy2=vy1+yext</div><div>     jy=jy+1</div><div>  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 class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">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>