<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>Hello !!!</div>
<div> </div>
<div>I am plotting precipitation over Africa, I am using the world mask but I have the netcdf mask of the Congo and I would like to plot the area of this country shaded or just the contour in a different color. How could I do that ? Thank you !!!</div>
<div> </div>
<div>
<div>'sdfopen H:\precip.mon.mean.nc'<br/>
'sdfopen H:\lsmask.nc'<br/>
* Estes são tons de AZUL<br/>
'set rgb 16 0 0 255'<br/>
'set rgb 17 20 20 255'<br/>
'set rgb 18 55 55 255'<br/>
'set rgb 19 110 110 255'<br/>
'set rgb 20 165 165 255'<br/>
'set rgb 21 220 220 255'<br/>
*<br/>
'set mpdset lowres'<br/>
'set lat -30 30'<br/>
'set lon 320 410'<br/>
'set map 1 1 6'<br/>
'set clopts 1 1 0.12'<br/>
'set xlopts 1 2 0.14'<br/>
'set ylopts 1 2 0.14'<br/>
'set grid off'<br/>
*<br/>
tempo=1<br/>
while(tempo<13)<br/>
* clima 79 a 13 (jan79 t=1) (jan13 t=240)<br/>
'define mediau=ave(precip.1,t='tempo',t='tempo+239',12)'<br/>
'set grads off'<br/>
'set gxout shaded'<br/>
'set clevs 1 3 6 9 12'<br/>
'set ccols 0 20 19 18 17 16'<br/>
'd mediau' <br/>
'run cbarn.gs'<br/>
'set gxout contour'<br/>
'set grads off'<br/>
'set cmax 12'<br/>
'set cint 3'<br/>
'set ccolor 1'<br/>
'set cstyle 1'<br/>
'set cthick 7'<br/>
'set clab off'<br/>
'd mediau'<br/>
'sdfopen H:\co_datos.nc'<br/>
*If I difine here the new lat and long of co_datos then then print just the area selected and no the whole africa !!<br/>
'd band1'<br/>
'set clevs 54029'<br/>
'set gxout shaded'<br/>
'run G:\cbarn.gs.gs'<br/>
'draw title Precipitation Rate (mm/day)'<br/>
'printim precip'tempo'.gif gif white'<br/>
'c'<br/>
tempo=tempo+1<br/>
endwhile<br/>
'quit'</div>
<div> </div>
</div></div></body></html>