'reinit' 'set display color white' 'open croppingstyle_5min-PURE.ctl' zzz=1 while(zzz<=1) aaa = 1 while(aaa<=1) 'reset' 'set string 1' 'set strsiz 0.23 0.25' 'draw string 8.5 7.1 MIRCA2000' **if(zzz=1) ; 'draw string 0.6 7.1 Wheat' ; endif 'draw string 0.6 7.1 Crop style' 'draw string 4.1 7.1 (cropland)' *'set mpdset hires' 'set gxout grfill' *'set gxout shaded' 'set grads off' *'set parea 0.5 10.75 0.9 6.0' 'set lat -60 90' 'set lon -180 180' 'set xlint 30' 'set ylint 30' 'presen.gs -alabel 0.15' 'set clevs 1 2 3 4 5 6' 'set ccols 15 7 9 3 4 2 15' 'set t 'zzz'' 'd style' 'cbar_style.gs' *'cbar.gs' *'q pos' if(aaa=1) if(zzz<10) ; 'printim GIFfile/p_style_0'zzz'.gif' ; endif if(zzz> 9) ; 'printim GIFfile/p_style_'zzz'.gif' ; endif endif 'print temp.eps' '!convert -rotate 90 -density 720 -resize 900 temp.eps PNGfile/style_0'zzz'.png' '!convert PNGfile/style_0'zzz'.png -background white -flatten -alpha off PNGfile/p_style_0'zzz'.png' '!rm temp.eps' aaa=aaa+1 endwhile zzz=zzz+1 endwhile return