Re: High Res Coastline

From: Paul Scorer <paul.scorer01_at_nyahnyahspammersnyahnyah>
Date: Mon Jun 11 2012 - 04:02:02 MDT

You could try putting NCARG_RANGS in your Environment:

For the bash shell, try

$ export NCARG_RANGS=/usr/share/ncarg/database/rangs

or wherever you have placed "rangs". If you don't know where that is,
you could try

$ find / -name rangs

HTH

PaulS

On Sun, 2012-06-10 at 17:43 +0200, Wilhelm Haygen wrote:
> Dear NCL,
> I have this message when i compiled my codes:
> fatal:MapRGDHDrawMapList: MDRGSF/MDRGOF - ERROR OPENING RANGS/GSHHS
> CAT FILE
> fatal:PlotManagerDraw: error in plot draw
> fatal:_NhlPlotManagerDraw: Draw error
>
>
> I have set up all the requirement per instruction as mentioned in:
> http://www.ncl.ucar.edu/Document/Graphics/rangs.shtml
>
>
> I created my directory called as "rangs" and put all unzip rangs and
> gshhs files on it.
> and put the additional commands:
> res = True
> ...
> res@mpMaxLatF = max(t&Latitude) ; zoom in on region
> res@mpMinLatF = min(t&Latitude)
> res@mpMinLonF = min(t&Longitude)
> res@mpMaxLonF = max(t&Longitude)
> res@mpDataBaseVersion = "HighRes"
> plot = gsn_csm_contour_map_ce(wks,t(0,:,:),res)
> and the errors are:
> fatal:MapRGDHDrawMapList: MDRGSF/MDRGOF - ERROR OPENING RANGS/GSHHS CAT FILE
> fatal:PlotManagerDraw: error in plot draw
> fatal:_NhlPlotManagerDraw: Draw error
> to overcome this problem, may i get tpom000.nc data as exampled in http://www.ncl.ucar.edu/Applications/Scripts/coast_1.ncl
> so i can try to figure it out first in my system.
> Thanks
> WH,
>
>
>
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Mon Jun 11 04:03:17 2012

This archive was generated by hypermail 2.1.8 : Tue Jun 12 2012 - 13:58:38 MDT