[ncl-talk] Help needed to run NCL script

Bellamy Baron bellamybaron87 at gmail.com
Wed Jul 4 04:24:31 MDT 2018


Hi everyone,

Your help would be really appreciated here.

I want to plot wps analysis file using wrf_wps_ter.ncl and I've modified as
follows:
load "/gpfs1/software/ncarg/lib/ncarg/nclscripts/csm/gsn_code.ncl"
begin

a = addfile("./geo_em.d01.nc","r")
type = "x11"
; type = "pdf"
; type = "ps"
; type = "ncgm"
wks = gsn_open_wks(type,"plt_geo_2")
ter = a->HGT_M(0,:,:)
res = True
res at cnFillOn = True
res at gsnSpreadColors = True
plot = gsn_contour(wks,ter,res)
end
here I'm using ncl-5.1.1 on AIX-5.3

I have run the command as:
ncl wrf_wps_ter.ncl

and I got the massage...

Copyright (C) 1995-2009 - All Rights Reserved
University Corporation for Atmospheric Research
NCAR Command Language Version 5.1.1
The use of this software is governed by a License Agreement.
See http://www.ncl.ucar.edu/ for more details.
warning:Unable to load System Resource File
/gpfs1/software/ncarg/lib/ncarg/lib/ncarg/sysresfile
warning:WorkstationClassInitialize:Unable to access rgb color database -
named colors unsupported:[errno=2]
warning:["Palette.c":1533]:NhlLoadColormapFiles: Invalid colormap
directory: /gpfs1/software/ncarg/lib/ncarg/lib/ncarg/colormaps
Illegal instruction (core dumped)


Thanks in advance for your assistance.

Regards


--------------------------------------------------------------------------------------------------------
Bellamy
Specialist - iWYZE
Car Insurance <https://www.iwyze.co.za/products/car-insurance>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20180704/bf37edc8/attachment.html>


More information about the ncl-talk mailing list