<DIV>Dear Jennifer,</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks so much for your kind help!</DIV>
<DIV>Best,</DIV>
<DIV>Liu<BR></DIV>
<DIV></DIV><BR>在2010-04-03 03:33:32,"Jennifer&nbsp;Adams"&nbsp;&lt;jma@COLA.IGES.ORG&gt; 写道:<BR>
<BLOCKQUOTE id="isReplyContent" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Use 'set line' to control the color of the mark drawn with 'draw mark'. &nbsp;--Jennifer
<DIV><BR>
<DIV><BR>
<DIV>
<DIV>On Apr 2, 2010, at 3:31 PM, liuzf406 wrote:</DIV><BR class="Apple-interchange-newline">
<BLOCKQUOTE type="cite"><SPAN class="Apple-style-span" style="WORD-SPACING: 0px; FONT: medium Helvetica; TEXT-TRANSFORM: none; COLOR: rgb(0,0,0); TEXT-INDENT: 0px; WHITE-SPACE: normal; LETTER-SPACING: normal; BORDER-COLLAPSE: separate; orphans: 2; widows: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px">
<DIV>
<DIV>Dear Guilherme,</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks, i took a try, but it can not work.</DIV>
<DIV>The marker is black&nbsp;by default. I want to get the red marker when drawing mark.</DIV>
<DIV>Best,</DIV>
<DIV>liu<BR></DIV>
<DIV></DIV><BR>在2010-04-03 03:25:53,"Guilherme&nbsp;Martins"&nbsp;&lt;<A href="mailto:jgmsantos@GMAIL.COM">jgmsantos@GMAIL.COM</A>&gt; 写道:<BR>
<BLOCKQUOTE id="isReplyContent" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">Try:<BR><BR>'set ccolor x'<BR><BR>for example: set ccolor 2<SPAN class="Apple-converted-space">&nbsp;</SPAN><BR><BR>where: 2 = red<BR><BR>where: x = table of color<BR><BR>Guilherme.<BR><BR><BR>
<DIV class="gmail_quote">2010/4/2 liuzf406<SPAN class="Apple-converted-space">&nbsp;</SPAN><SPAN dir="ltr">&lt;<A href="mailto:liuzf406@126.com">liuzf406@126.com</A>&gt;</SPAN><BR>
<BLOCKQUOTE class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">
<DIV>Dear Martins,</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks so much.</DIV>
<DIV>I got it.</DIV>
<DIV>Do you know how to set the color for the mark?</DIV>
<DIV>Best,</DIV>
<DIV>Liu<BR></DIV>
<DIV class="im">
<DIV></DIV><BR>在2010-04-03 03:09:22,"Guilherme&nbsp;Martins"&nbsp;&lt;<A href="mailto:jgmsantos@GMAIL.COM" target="_blank">jgmsantos@GMAIL.COM</A>&gt; 写道:<BR></DIV>
<BLOCKQUOTE style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">Use this script below.
<DIV>
<DIV></DIV>
<DIV class="h5"><BR><BR>I hope help you.<BR><BR>Guilherme.<BR><BR>'open 2002dv.ctl'<SPAN class="Apple-converted-space">&nbsp;</SPAN><BR><BR>plat.1=-20.25777778<SPAN class="Apple-converted-space">&nbsp;</SPAN><BR>plat.2=-20.54361111<SPAN class="Apple-converted-space">&nbsp;</SPAN><BR>plat.3=-20.585<SPAN class="Apple-converted-space">&nbsp;</SPAN><BR><BR>plon.1=-47.87083333<SPAN class="Apple-converted-space">&nbsp;</SPAN><BR>plon.2=-47.42305556<SPAN class="Apple-converted-space">&nbsp;</SPAN><BR>plon.3=-47.89138889<SPAN class="Apple-converted-space">&nbsp;</SPAN><BR><BR>i=1<SPAN class="Apple-converted-space">&nbsp;</SPAN><BR>&nbsp;<BR>'d abs(vwnd)'<BR>&nbsp;<BR>while(i&lt;3)<SPAN class="Apple-converted-space">&nbsp;</SPAN><BR>&nbsp;&nbsp; 'query w2xy 'plon.i' 'plat.i<SPAN class="Apple-converted-space">&nbsp;</SPAN><BR>&nbsp;&nbsp; xpos=subwrd(result,3)<SPAN class="Apple-converted-space">&nbsp;</SPAN><BR>&nbsp;&nbsp; ypos=subwrd(result,6)<SPAN class="Apple-converted-space">&nbsp;</SPAN><BR>&nbsp;<BR>&nbsp;&nbsp; 'draw mark 9 'xpos' 'ypos' 0.15'<BR>&nbsp;&nbsp; i=i+1<SPAN class="Apple-converted-space">&nbsp;</SPAN><BR>endwhile<SPAN class="Apple-converted-space">&nbsp;</SPAN><BR>&nbsp;<BR><BR>2010/4/2 liuzf406<SPAN class="Apple-converted-space">&nbsp;</SPAN><SPAN dir="ltr">&lt;<A href="mailto:liuzf406@126.com" target="_blank">liuzf406@126.com</A>&gt;</SPAN><BR>
<DIV class="gmail_quote">
<BLOCKQUOTE class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">
<DIV>Dear users,</DIV>
<DIV>&nbsp;</DIV>
<DIV>I need to draw some stations in my map, and use the following code:</DIV>
<DIV>lon='-87.75 -81.8 -120.45 -111.67 -75.55 -97.22 -124.48 -104.755 -100.746 -80.163236'<BR>lat='41.78 40.37 34.9 35.13 35.27 31.62&nbsp;47.67 40.8064 41.0592 25.7325'<BR>j=1<BR>cn=999<BR>while(j&lt;cn)<BR>&nbsp;'q w2xy '<FONT color="#ff0000">%</FONT>subwrd(lon,<SPAN style="COLOR: rgb(255,0,0)">i</SPAN>)<SPAN style="COLOR: rgb(255,0,0)">%</SPAN>' '<SPAN style="COLOR: rgb(255,0,0)">%</SPAN>subwrd(lat,<SPAN style="COLOR: rgb(255,0,0)">i</SPAN>)<BR>&nbsp; x = subwrd(result,3)<BR>&nbsp; y = subwrd(result,6)<BR>&nbsp; 'draw mark&nbsp;3 'x' 'y' 0.1'<BR>&nbsp; j=j+1<BR>&nbsp;endwhile</DIV>
<DIV>But it can not work, How can I draw these stations?</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks so much!</DIV>
<DIV>Liu</DIV><BR></BLOCKQUOTE></DIV><BR>--<SPAN class="Apple-converted-space">&nbsp;</SPAN><BR>-----------------------------------------------------------<BR>José Guilherme Martins dos Santos<BR>Grupo de Modelagem da Atmosfera e Interfaces - GMAI<BR>Divisão de Modelagem e Desenvolvimento - DMD<BR>Centro de Previsão de Tempo e Estudos Climáticos - INPE<BR>Rodovia Presidente Dutra, km 39 - CEP 12630-000<BR>Cachoeira Paulista, SP, Brasil<BR>Telefone(CP): +55 12 3186 8502<BR>Celular(SJC): +55 12 91678770 / +55 12 81528580<BR>E-mail:<SPAN class="Apple-converted-space">&nbsp;</SPAN><A href="mailto:guilherme.martins@cptec.inpe.br" target="_blank">guilherme.martins@cptec.inpe.br</A><BR>E-mail alternativo:<SPAN class="Apple-converted-space">&nbsp;</SPAN><A href="mailto:jgmsantos@gmail.com" target="_blank">jgmsantos@gmail.com</A><BR>Homepage:<SPAN class="Apple-converted-space">&nbsp;</SPAN><A href="http://guilhermemartins.hd1.com.br/" target="_blank">http://guilhermemartins.hd1.com.br/</A><BR>-----------------------------------------------------------<BR>
<DIV style="DISPLAY: inline"></DIV></DIV></DIV></BLOCKQUOTE><BR><BR><SPAN title="neteasefooter"></SPAN></BLOCKQUOTE></DIV><BR><BR clear="all"><BR>--<SPAN class="Apple-converted-space">&nbsp;</SPAN><BR>-----------------------------------------------------------<BR>José Guilherme Martins dos Santos<BR>Grupo de Modelagem da Atmosfera e Interfaces - GMAI<BR>Divisão de Modelagem e Desenvolvimento - DMD<BR>Centro de Previsão de Tempo e Estudos Climáticos - INPE<BR>Rodovia Presidente Dutra, km 39 - CEP 12630-000<BR>Cachoeira Paulista, SP, Brasil<BR>Telefone(CP): +55 12 3186 8502<BR>Celular(SJC): +55 12 91678770 / +55 12 81528580<BR>E-mail:<SPAN class="Apple-converted-space">&nbsp;</SPAN><A href="mailto:guilherme.martins@cptec.inpe.br">guilherme.martins@cptec.inpe.br</A><BR>E-mail alternativo:<SPAN class="Apple-converted-space">&nbsp;</SPAN><A href="mailto:jgmsantos@gmail.com">jgmsantos@gmail.com</A><BR>Homepage:<SPAN class="Apple-converted-space">&nbsp;</SPAN><A href="http://guilhermemartins.hd1.com.br/">http://guilhermemartins.hd1.com.br/</A><BR>-----------------------------------------------------------<BR>
<DIV id="avg_ls_inline_popup" style="PADDING-RIGHT: 0px; MARGIN-TOP: 0px; OVERFLOW-Y: hidden; DISPLAY: inline; PADDING-LEFT: 0px; FONT-SIZE: 10px; Z-INDEX: 9999; VISIBILITY: hidden; OVERFLOW-X: hidden; PADDING-BOTTOM: 0px; MARGIN-LEFT: 0px; WIDTH: 240px; COLOR: black; LINE-HEIGHT: 13px; PADDING-TOP: 0px; POSITION: absolute; TEXT-ALIGN: left; WORD-WRAP: break-word"></DIV></BLOCKQUOTE><BR><BR><SPAN title="neteasefooter"></SPAN></DIV></SPAN></BLOCKQUOTE></DIV><BR>
<DIV apple-content-edited="true"><SPAN class="Apple-style-span" style="WORD-SPACING: 0px; FONT: 12px Helvetica; TEXT-TRANSFORM: none; COLOR: rgb(0,0,0); TEXT-INDENT: 0px; WHITE-SPACE: normal; LETTER-SPACING: normal; BORDER-COLLAPSE: separate; border-spacing: 0px 0px; orphans: 2; widows: 2; -khtml-text-decorations-in-effect: none; -apple-text-size-adjust: auto">
<DIV style="WORD-WRAP: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space"><SPAN class="Apple-style-span" style="WORD-SPACING: 0px; FONT: 12px Helvetica; TEXT-TRANSFORM: none; COLOR: rgb(0,0,0); TEXT-INDENT: 0px; WHITE-SPACE: normal; LETTER-SPACING: normal; BORDER-COLLAPSE: separate; border-spacing: 0px 0px; orphans: 2; widows: 2; -khtml-text-decorations-in-effect: none; -apple-text-size-adjust: auto"><SPAN class="Apple-style-span" style="WORD-SPACING: 0px; FONT: 12px Helvetica; TEXT-TRANSFORM: none; COLOR: rgb(0,0,0); TEXT-INDENT: 0px; WHITE-SPACE: normal; LETTER-SPACING: normal; BORDER-COLLAPSE: separate; border-spacing: 0px 0px; orphans: 2; widows: 2; -khtml-text-decorations-in-effect: none; -apple-text-size-adjust: auto">
<DIV>--</DIV>
<DIV>Jennifer M. Adams</DIV>
<DIV>IGES/COLA</DIV>
<DIV>4041 Powder Mill Road, Suite 302</DIV>
<DIV>Calverton, MD 20705</DIV>
<DIV><A href="mailto:jma@cola.iges.org">jma@cola.iges.org</A></DIV>
<DIV><BR class="khtml-block-placeholder"></DIV><BR class="Apple-interchange-newline"></SPAN></SPAN></DIV></SPAN></DIV><BR></DIV></DIV></BLOCKQUOTE><br><br><span title="neteasefooter"/></span>