Removing Nongeographical Plot Boundaries

From: Lunde, Bruce N CIV NAVOCEANO, NP1 <bruce.lunde_at_nyahnyahspammersnyahnyah>
Date: Wed, 1 Aug 2007 14:27:23 -0500

Hello,

I'm sorry, but I cannot seem to find the right
combination of options to remove a national/
political boundary from my plot. All I want is
the coastline to be drawn.

I am using the "Ncarg4_1" database. I am making
a plot of the Gulf of Mexico and there is a line
/boundary that keeps showing up near the bottom
of Mexico/Yucatan.

Below is the script that produces what I don't
want.

Thanks, Bruce

=====
Bruce Lunde
Bruce.Lunde_at_navy.mil
228-688-5843
Code NP1
Naval Oceanographic Office
Stennis Space Center, MS
=====

load "/apps1/lundeb/D_ncl/lib/ncarg/nclscripts/csm/gsn_code.ncl"
load "/apps1/lundeb/D_ncl/lib/ncarg/nclscripts/csm/gsn_csm.ncl"
load "/apps1/lundeb/D_ncl/lib/ncarg/nclscripts/csm/contributed.ncl"

begin
  wks = gsn_open_wks("x11","Test")

  res = True
  res_at_tiMainString = "TESTING"

  res_at_gsnMaximize = True
  res_at_gsnMajorLatSpacing = 5
  res_at_gsnMajorLonSpacing = 5

  res_at_pmTickMarkDisplayMode = "Always" ; Turn on map tickmarks.

  res_at_mpDataBaseVersion = "Ncarg4_1"
  res_at_mpOutlineOn = True
  res_at_mpMaxLatF = 30.0
  res_at_mpMinLatF = 15.0
  res_at_mpMinLonF = -100.0
  res_at_mpMaxLonF = -80.0

  res_at_mpOutlineBoundarySets = "Geophysical"
; res_at_mpOutlineBoundarySets = "NoBoundaries"
; res_at_mpNationalLineColor = "Transparent"
; res_at_mpDataSetName = "Earth..3" ; ********************** HELP CANT
REMOVE LINE
; res_at_mpAreaTypes = 1

  plot = gsn_csm_map_ce(wks,res)
end
 

_______________________________________________
ncl-talk mailing list
ncl-talk_at_ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Wed Aug 01 2007 - 13:27:23 MDT

This archive was generated by hypermail 2.2.0 : Mon Aug 06 2007 - 08:08:45 MDT