track plots

From: <Christine.Radermacher_at_nyahnyahspammersnyahnyah>
Date: Wed, 22 Apr 2009 16:04:56 +0200

Hello,

I would like to plot storm tracks with ncl.
The tracks are stored in NetCDF and the latitude and longitude
variables both have the form

1: lat1 lat2 lat3 missing missing ......
2: lat1 lat2 lat3 lat4 missing missing .....
.
.
.

so that each track is filled with missing values to a certain length.

I tried to modify the traj_1.ncl script for that problem and modified
the beginning like that:

;*************************************************
; traj_1.ncl
;*************************************************
load "/usr/share/ncarg/nclscripts/csm/gsn_code.ncl"
load "/usr/share/ncarg/nclscripts/csm/gsn_csm.ncl"
;**************************************************
begin
;*************************************
; read in data
;************************************

       lat = addfile("$PATH/TRACK_lat_200704.nc","r")
       lon = addfile("$PATH/TRACK_lon_200704.nc","r")
        ntime=105

Then I get the following error:
warning:TextItem:libncarg Error:PLCHHQ - DATASET NOT LOADED CORRECTLY
Segmentation fault

I hope you could help me.

Regards
Christine

----- Ende der weitergeleiteten Nachricht -----

----- Ende der weitergeleiteten Nachricht -----

----- Ende der weitergeleiteten Nachricht -----

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Wed Apr 22 2009 - 08:04:56 MDT

This archive was generated by hypermail 2.2.0 : Fri Apr 24 2009 - 14:12:40 MDT