Hi Nadeem,
Unfortunately, the provinces of Austria are not built in to Earth..4. 
According to the documentation:
http://www.ncl.ucar.edu/Document/Graphics/Resources/mp.shtml#mpDataSetName
state/provincial outlines of Australia, Brazil, China, and India are 
included in Earth..4.
I switched your domain and specified Australia:states, and the 
Australian provinces/territories were filled correctly.
As far as the river data goes, if you have latitude/longitude 
coordinates of the rivers, you can add them using gsn_add_polyline, 
similar to the way the Indian provinces are added in this example here:
http://www.ncl.ucar.edu/Applications/polyg.shtml#ex9
Adam
IMRAN NADEEM wrote:
> Dear All,
> 
>       I am using version 5.1 of NCL to draw provinces of Austria. I am 
> using the method described in example 16 im "Map only" section 
> maponly_16.ncl 
> <http://www.ncl.ucar.edu/Applications/Scripts/maponly_16.ncl>. But I am 
> not getting the provincial provincial boundaries in my output. The 
> script is given below. Also I have river data for the region, is it 
> possible to add rivers in the plot.
> 
> Regards
> Nadeem
> 
> 
> 
> load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl"
> load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl"
> 
> begin
>   wks = gsn_open_wks("ps","maponly")          ; Open a ps file
>   gsn_define_colormap(wks,"amwg")
> 
>   res                       = True 
>   res_at_gsnMaximize           = True         ; Maximize plot in frame.
>   res_at_gsnPaperOrientation   = "Portrait"
> 
>   res_at_pmTickMarkDisplayMode = "Always"     ; Turn on map tickmarks
> 
>   res_at_mpDataSetName         = "Earth..4"
>   res_at_mpDataBaseVersion     = "MediumRes"
> 
>   res_at_mpOutlineOn           = True         ; Turn on map outlines
>   res_at_mpOutlineSpecifiers   = "Austria:states"
> 
>   res_at_mpFillOn              = True         ; Turn on map fill
>   res_at_mpFillBoundarySets    = "National"
>   res_at_mpFillAreaSpecifiers  = "Austria:states"
> 
>   res_at_tiMainFont            = "helvetica"
>   res_at_tiMainOffsetYF        = -0.02
>   res_at_tiMainFontHeightF     = 0.02
> 
>   res_at_tiMainString          = "Provinces of Austria"
>   res_at_mpMinLatF             =  46
>   res_at_mpMaxLatF             =  50
>   res_at_mpMinLonF             =  09
>   res_at_mpMaxLonF             =  18
> 
>   plot = gsn_csm_map(wks,res)
> end
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
-- -------------------------------------------------------------- Adam Phillips asphilli_at_ucar.edu National Center for Atmospheric Research tel: (303) 497-1726 ESSL/CGD/CAS fax: (303) 497-1333 P.O. Box 3000 Boulder, CO 80307-3000 http://www.cgd.ucar.edu/cas/asphilli _______________________________________________ ncl-talk mailing list List instructions, subscriber options, unsubscribe: http://mailman.ucar.edu/mailman/listinfo/ncl-talkReceived on Mon Mar 09 2009 - 10:56:32 MDT
This archive was generated by hypermail 2.2.0 : Mon Mar 09 2009 - 21:47:10 MDT