<div dir="ltr">I have created a .gs script to run in grads I want to plot latent heat for .ctl file 1 and compare .ctl file 2 over top of it to see the difference. When using shading the dfile 1 is being overtaken by dfile 2 so I can&#39;t compare the two files.<div>
<br></div><div>














<p class="">&quot; OPEN MET2.ctl&quot;<br>
&quot;OPEN NOLE2.ctl&quot;<br>
&quot;set
dfile 1&quot;<br>
&quot; set display color white&quot;<br>
&#39;set t 13&#39;<br>
&#39;enable
print tcb_d02_&#39;j&#39;.meta&#39;<br>
&quot;set grads off&quot;<br>
&quot;set mpdset
hires&quot;<br>
&quot;set mpt 0 1 1 6&quot;<br>
&quot;set xlopts 1 1 0.15&quot;<br>
&quot;set
ylopts 1 1 0.15&quot;<br>
&quot;set ylint 1&quot;<br>
&quot;set font 5&quot;<br>
&#39;run
<a href="http://rgbset.gs">rgbset.gs</a>&#39;<br>
&quot;set gxout contour&quot;<br>
&#39;set gxout shaded&#39;<br>
&#39;set
cint 1&#39;<br>
&#39;set ccolor 0&#39;<br>
&quot;set csmooth on&quot;<br>
&#39;run <a href="http://rgbset.gs">rgbset.gs</a>&#39;<br>
&#39;set
mpdset hires&#39;<br>
&#39;set cint 0.5&#39;<br>
&#39;set line 2&#39;<br>
&#39; d lh&#39;<br>
&#39;set ccolor
0&#39;<br>
&#39;set gxout shaded&#39;<br>
&#39;set gxout contour&#39;<br>
&quot;run <a href="http://cbarn.gs">cbarn.gs</a> &quot;<br>
&#39;enable
print tmp1.meta&#39;<br>
&quot;print&quot;<br>
&quot;disable print&quot;<br>
&quot;set
dfile 2&quot;<br>
&#39;set t 13&#39;<br>
&#39;run <a href="http://rgbset.gs">rgbset.gs</a>&#39;<br>
&quot;set gxout
contour&quot;<br>
&#39;set gxout shaded&#39;<br>
&#39;set cint 1&#39;<br>
&#39;set ccolor 0&#39;<br>
&quot;set
csmooth on&quot;<br>
&#39;run <a href="http://rgbset.gs">rgbset.gs</a>&#39;<br>
&#39;set mpdset hires&#39;<br>
&#39;set cint 0.5&#39;<br>
&#39;set
line 2&#39;<br>
&#39; d lh&#39;<br>
&#39;set ccolor 0&#39;<br>
&#39;set gxout shaded&#39;<br>
&quot;run <a href="http://cbarn.gs">cbarn.gs</a>
&quot;<br>
&quot;set strsiz 0.1&quot;<br>
&quot;set font 5&quot;<br>
&#39;q time &#39;<br>
prtime=subwrd(result,3)<br>
prtime<br>
&quot;draw
title LATENT HEAT&quot;<br>
&#39;enable print tmp1.meta&#39;<br>
&quot;print&quot;<br>
&quot;disable
print&quot;<br>
&quot;printim TEST&quot;prtime&quot;.gif&quot;<br>
&#39;clear&#39;<br>
*&#39;quit&#39;<br><br><br></p>

</div></div>