<div dir="ltr"><div class="gmail_quote"><div dir="ltr"><div class="gmail_quote"><div dir="ltr"><div class="gmail_quote"><div dir="ltr"><div><div>Dear GrADS users,<br></div>I would like to ask you a favour.</div><div><br></div><div>I would like to open 5 number of grads control files one by one after some computation. They are first defined in my shell script as:</div><div><br></div><div>ctl1=temp.ctl</div><div>ctl2=t.ctl</div><div>ctl3=tave.ctl</div><div>ctl4=t2.ctl</div><div>ctl5=t2m.ctl</div><div>grads -blc &quot;<a href="http://temp.gs" target="_blank">temp.gs</a> $ctl1 $ctl2 $ctl3 $ctl4 $ctl5&quot;</div><div><br></div><div>My grads script is:<br></div><div><br></div><div><div>function main(args)</div><div>ctl1=subwrd(args,1)<br></div><div>ctl2=subwrd(args,2)</div><div>ctl3=subwrd(args,3)</div><div>ctl4=subwrd(args,4)</div></div><div>ctl5=subwrd(args,5)</div><div><br></div><div>model1=1</div><div>model2=5</div><div>while(model1&lt;=model2)</div><div><b><font color="#ff0000">&#39;open ctl&#39;model1</font></b></div><div>do some computation here</div><div>close 1</div><div>model1=model1+1</div><div>endwhile</div><div><br></div><div>My problem is in the command <b><font color="#ff0000">&#39;open ctl&#39;model1</font></b></div><div><br></div><div>Is it possible to pass such command in grads script?</div></div></div></div></div></div></div>
</div>
<br><br>-- <br><div dir="ltr"><div>Kind Regards,<br></div>Mano<br></div><br>