<div style="line-height:1.7;color:#000000;font-size:14px;font-family:Arial"><div style="line-height:1.7;color:#000000;font-size:14px;font-family:Arial"><br><div>Dear Mary,</div><div><br></div><div>Script I used is same as you, which I download from weather map example page.</div><div><br></div><div>Have you found that no matter 'UNT' be set as '0' or '1', the precipitation amount is still in&nbsp;<span style="line-height: 1.7;">imperial unit? I have showed the 'UNT=0' and 'UNT=1' figures in attachment. (where the precipitation is 40mm actually)</span></div><div><span style="line-height: 1.7;"><br></span></div><div><span style="line-height: 1.7;">I also read the wmstnm.f source code, and I find that the code transform the precipitation amount from WMO code into imperial unit. The source code is showed as below. My questions here are if I want to use metric unit in precipitation, can I just change the source code and rebuilt the NCL? Or are there any other ways I can try?</span></div><div><span style="line-height: 1.7;"><br></span></div><div><span style="line-height: 1.7;">Thanks a lot!</span></div><div><span style="line-height: 1.7;"><br></span></div><div><span style="line-height: 1.7;">Ce Zhu</span></div><div><span style="line-height: 1.7;"><br></span></div><div><span style="line-height: 1.7;"><br></span></div><div><div>&nbsp; &nbsp; &nbsp; IF (IPRSNT(14).EQ.1 .AND. RRR.GT.0) THEN</div><div>&nbsp; &nbsp; &nbsp; &nbsp; IF (RRR .EQ. 990) THEN</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; CALL PLCHHQ(SYMPOS(1,14),SYMPOS(2,14),'T',SIZ,0.,0.) &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; GO TO 75</div><div>&nbsp; &nbsp; &nbsp; &nbsp; ENDIF</div><div>&nbsp; &nbsp; &nbsp; &nbsp; IF (RRR .GT. 990) THEN</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; INCHES = NINT(10.*REAL(RRR-990)/25.4)</div><div>&nbsp; &nbsp; &nbsp; &nbsp; ELSE</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; INCHES = NINT(100.*REAL(RRR)/25.4)</div><div>&nbsp; &nbsp; &nbsp; &nbsp; ENDIF</div><div>&nbsp; &nbsp; &nbsp; &nbsp; CHR5 = ' '</div><div>&nbsp; &nbsp; &nbsp; &nbsp; WRITE(CHR5,'(I5)') INCHES</div><div>&nbsp; &nbsp; &nbsp; &nbsp; LL = WMGTLN(CHR5,LEN(CHR5),1)</div><div>&nbsp; &nbsp; &nbsp; &nbsp; CALL PLCHHQ(SYMPOS(1,14),SYMPOS(2,14),CHR5(LL:LEN(CHR5)),</div><div>&nbsp; &nbsp; &nbsp;+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;SIZ,0.,0.) &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; ENDIF</div></div><br><img src="cid:4fd597d9$1$1497e257a76$Coremail$lovingzhuce$163.com" orgwidth="1056" orgheight="816" data-image="1" style="width: 843px; height: 651px; border: none;"><br><br><div></div><div id="divNeteaseMailCard"></div><br>At 2014-11-05 00:36:23, "Mary Haley" &lt;<a href="mailto:haley@ucar.edu">haley@ucar.edu</a>&gt; wrote:<br> <blockquote id="isReplyContent" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><div dir="ltr"><div class="gmail_default" style="font-size:small">Dear Ce Zhu,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">It is helpful if you include a script that illustrates the problem.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">I just took a weather map example from our examples page, modified it, and tried it with "UNT" set to 0, and then 1.&nbsp;</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">I don't know anything about this procedure to be honest, but I do see that I get some different numbers when I use UNT = 0 or 1.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Please see attached script.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">--Mary</div><div class="gmail_default" style="font-size:small"><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Nov 4, 2014 at 8:07 AM, Zhu CE <span dir="ltr">&lt;<a href="mailto:lovingzhuce@163.com" target="_blank">lovingzhuce@163.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5"><br><div><div style="line-height:1.7;color:#000000;font-size:14px;font-family:Arial"><div>Dear ncl-talk,</div><div><br></div><div>I tried to use&nbsp;<i><b>wmstnm</b></i> draw weather symbol. Function introduction says that it uses&nbsp;use imperial units as default, but when I set&nbsp;<b><i>wmsetp</i></b><i>("unt</i><i>",2)</i>, the precipitation unit is still in imperial unit. Is there something I missed? (e.g. when RRR=991, it means precipitation amount is 0.1mm, but the <i><b>wmstnm</b></i> gives zero precipitation in weather symbol.)</div><div><br></div><div>Thanks a lot.</div><div><br></div><div>Ce Zhu</div></div></div><br><br><span title="neteasefooter"><span></span></span></div></div><br>_______________________________________________<br>
ncl-talk mailing list<br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div>
</blockquote></div></div><br><br><span title="neteasefooter"><span id="netease_mail_footer"></span></span>