[ncl-talk] Country Boundaries and Black color.

Geeta Geeta geetag54 at yahoo.com
Wed Sep 17 04:04:17 MDT 2014


I posted this problem a few minutes ago. I have a few questions pertaining to that. 
I want to know why the NEPAL, Pakistan etc countries are not marked in Blue Color. the Figure is attached and the Mp resources used are shown below. 
;---------------------------
;Map resouces------------------
res at mpFillOn = False
;res at mpOutlineOn = True
res at mpOutlineBoundarySets = "National"
res at mpGeophysicalLineColor =  "Blue" ;Color of Conuntry Outline
res at mpGeophysicalLineThicknessF =  1.5    ;thickness of Country Outline
res at mpMinLonF=50
res at mpMaxLonF=120
res at mpMinLatF=5
res at mpMaxLatF=35
;

The second question. I have not selected the BLACK color for surfaceRain greater than 30mm/hr. How NCL is selecting the colors???. 
My color scheme can be seen in the attached script. Color section of the script looks like..............
;-------------------------------
  xwks=gsn_open_wks("ps",fili+var_name)
colors =(/"white","black","white","royal blue","yellow","red"/)
gsn_define_colormap(xwks,colors)
;

 This figure on Website can be seen on the link(ftp://disc2.nascom.nasa.gov/ftp/data/s4pa/TRMM_L2/2A12_BR.6/2009/135/2A12_BR.090515.65505.6.PNG)


I am trying to reproduce this figure in the same form. 

Hope somebody will suggest. I am very new to NCL. 
Geeta. 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20140917/0b3fd53b/attachment.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 2A12.090515.65505.6.HDFlatentHeat.ps
Type: application/postscript
Size: 103229 bytes
Desc: not available
Url : http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20140917/0b3fd53b/attachment.ps 
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 2A12.090515surfacerain.ncl
Url: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20140917/0b3fd53b/attachment.pl 


More information about the ncl-talk mailing list