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