High Res Coastline

From: Wilhelm Haygen <w.haygen_at_nyahnyahspammersnyahnyah>
Date: Sun Jun 10 2012 - 09:43:29 MDT

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*
<http://www.ncl.ucar.edu/Document/Graphics/Resources/mp.shtml#mpMaxLatF>
           = max(t&Latitude) ; zoom in on region
  res@*mpMinLatF*
<http://www.ncl.ucar.edu/Document/Graphics/Resources/mp.shtml#mpMinLatF>
           = min(t&Latitude)
  res@*mpMinLonF*
<http://www.ncl.ucar.edu/Document/Graphics/Resources/mp.shtml#mpMinLonF>
           = min(t&Longitude)
  res@*mpMaxLonF*
<http://www.ncl.ucar.edu/Document/Graphics/Resources/mp.shtml#mpMaxLonF>
           = max(t&Longitude)
  res@*mpDataBaseVersion*
<http://www.ncl.ucar.edu/Document/Graphics/Resources/mp.shtml#mpDataBaseVersion>
   = "HighRes"
  plot = *gsn_csm_contour_map_ce*
<http://www.ncl.ucar.edu/Document/Graphics/Interfaces/gsn_csm_contour_map_ce.shtml>(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
Received on Sun Jun 10 09:43:39 2012

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