Re: NhlNewMarker core dump

From: Mary Haley <haley_at_nyahnyahspammersnyahnyah>
Date: Wed Jan 12 2011 - 12:58:41 MST

Hi Glen,

NCL 5.2.1 should fix this problem. It's on bluefire, but I didn't realize it wasn't the default version. I'll try to get this remedied.

Meanwhile, you can get to this version by setting NCARG_ROOT to /usr/local/apps/ncl-5.2.1 and making sure the new $NCARG_ROOT/bin is on your search path:

csh/tcsh:

  setenv NCARG_ROOT /usr/local/apps/ncl-5.2.1
  set path= ( $NCARG_ROOT/bin $path )

bash/ksh/sh:

  export NCARG_ROOT=/usr/local/apps/ncl-5.2.1
  export PATH=$NCARG_ROOT/bin:$PATH

--Mary

On Jan 12, 2011, at 11:07 AM, Glen Romine wrote:

> load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl"
>
> begin
> wks = "x11"
> plotfile = "test"
> vwks = gsn_open_wks(wks,plotfile)
> ; define a square filled marker for use for each ob
> mstring = "y"
> fontnum = 35
> xoffset = 0.0
> yoffset = 0.0
> ratio = 1.0
> size = 1.0
> angle = 0.0
> new_index = NhlNewMarker(vwks, mstring, fontnum, xoffset, yoffset,
> ratio, size, angle)
> print ("marker defined")
> end

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Wed Jan 12 12:58:46 2011

This archive was generated by hypermail 2.1.8 : Thu Jan 13 2011 - 09:24:20 MST