<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi, I have this script:<div><br></div><div>cat &gt; plotgrads &lt;&lt; EOF</div><div>my grads code</div><div>....</div><div>...</div><div>EOF</div><div><br></div><div>included in my run_unipostandgrads_12 file</div><div>It works great, but the problem is that if I have to modify part of my grads code, I have to do that with all of my 4 run_unipostandgrads_XX files!</div><div><br></div><div>So is there a way to avoid putting all my grads code every time in every file?<br>I've tried putting directly my code in plotgrads file, without using "cat" then, but the problem is that</div><div>grads -blc "run plotgrads"</div><div>,which is run in loop for 48h,</div><div>does then not processes correctly the variables for {hh} and {domain}.</div><div><br></div><div>How could I do this?</div><div><br></div><div>Thanks,</div><div>Giacomo</div>                                               </div></body>
</html>