Re: error not apparent..need another set of eyes

From: Mary Haley <haley_at_nyahnyahspammersnyahnyah>
Date: Mon, 17 Sep 2007 14:20:59 -0600 (MDT)

Hi Erik,

You still have your two load commands out of order. Please swap
the two lines:

load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl"
load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl"

"gsn_code.ncl" *must* be loaded before "gsn_csm.ncl".

--Mary

On Mon, 17 Sep 2007, Erik Noble wrote:

> Hi.
> I am using NCL on the Blueice Machine at NCAR.
>
> I used to the ce_1.ncl Application example from the NCL website to
> look at a FNL file in grib format.
>
> load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl"
> load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl"
> load "$NCARG_ROOT/lib/ncarg/nclscripts/wrf/WRFUserARW.ncl"
>
> begin
> ;************************************************
> ; open file and read in data
> ;************************************************
> a = addfile("/ptmp/noble/DATA/FNL_data/Analyze/ds083.2_2006-08-07_00:00_2006-08-07_00:00_fnl_060807_00_00.nc","r")
> slp = a->PRMSL_3_MSL_10
>
> ;************************************************
> ; create plot
> ;************************************************
>
> ; We generate plots, but what kind do we prefer?
> wks = gsn_open_wks("x11","Input_")
> plot = gsn_csm_contour_map_ce(wks,slp,False)
> end
>
> Last time I wrote to NCLhelp, I was asked to include "all" errors.
> Here they are. I am getting these errors and I have no idea why. Are
> these errors due to the syntax or the Blueice machine?
> Thank you.
> -Erik
>
> Errors:
>
> Copyright (C) 1995-2007 - All Rights Reserved
> University Corporation for Atmospheric Research
> NCAR Command Language Version 4.3.1
> The use of this software is governed by a License Agreement.
> See http://www.ncl.ucar.edu/ for more details.
> fatal:syntax error: line 953 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> set_attr(tires,axis_res,"")
> -------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 959 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> set_attr(tires,axis_res,axis_string)
> ----------------------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 965 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> set_attr(tires,axis_res,axis_string)
> --------------------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 970 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> attsetvalues_check(plot,tires)
> --------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:Syntax Error in block, block not executed
> ^Mfatal:error at line 972 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl
>
> ^Mfatal:syntax error: line 1793 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near ; Set
> some
> text resources.
>
> attsetvalues_check(text_object,txres) ; Set some text resources.
> ^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 1805 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near ; Set
> some
> annotation resources.
>
> attsetvalues_check(anno,amres) ; Set some annotation resources.
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:Syntax Error in block, block not executed
> ^Mfatal:error at line 1811 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl
>
> ^Mfatal:syntax error: line 1853 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> set_attr(amres,"amZone",zone)
> -------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 1854 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> set_attr(amres,"amResizeNotify",True)
> ---------------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 1855 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> set_attr(amres,"amParallelPosF",parallel)
> -------------------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 1856 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> set_attr(lbres,"lbLabelFontHeightF",font_height)
> --------------------------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 1871 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> set_attr(lbres,"lbOrientation",lbar_orient)
> ---------------------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 1872 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> set_attr(amres,"amSide",lbar_side)
> ------------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 1873 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> set_attr(amres,"amJust",lbar_just)
> ------------------------------------^
> -------------------------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:Syntax Error in block, block not executed
> ^Mfatal:error at line 2105 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl
>
> ^Mfatal:syntax error: line 2838 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> set_attr(tmres,"tmXBMode" , "Explicit")
> ---------------------------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 2839 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> set_attr(tmres,"tmXBLabels" , lonlabels)
> --------------------------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 2840 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> set_attr(tmres,"tmXBValues" , lonvalues)
> --------------------------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 2841 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> set_attr(tmres,"tmXBMinorValues" , lonvalues_at_minor)
> --------------------------------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 2847 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> set_attr(tmres,"tiXAxisOn" , False)
> ----------------------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:Syntax Error in block, block not executed
> ^Mfatal:error at line 2852 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl
>
> ^Mfatal:syntax error: line 2881 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> set_attr(tmres,"tmXBMode" , "Explicit")
> ---------------------------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 2882 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> set_attr(tmres,"tmXBLabels" , latlabels)
> --------------------------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 2883 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> set_attr(tmres,"tmXBValues" , latvalues)
> --------------------------------------------------^
> --------------------------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 2884 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> set_attr(tmres,"tmXBMinorValues" , latvalues_at_minor)
> --------------------------------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 2890 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> set_attr(tmres,"tiXAxisOn" , False)
> ----------------------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:Syntax Error in block, block not executed
> ^Mfatal:error at line 2897 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl
>
> ^Mfatal:syntax error: line 2925 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> set_attr(tmres,"tmYLMode" , "Explicit")
> ---------------------------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 2926 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> set_attr(tmres,"tmYLLabels" , latlabels)
> --------------------------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 2927 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> set_attr(tmres,"tmYLValues" , latvalues)
> --------------------------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 2928 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> set_attr(tmres,"tmYLMinorValues" , latvalues_at_minor)
> --------------------------------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 2934 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> set_attr(tmres,"tiYAxisOn" , False)
> ----------------------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:Syntax Error in block, block not executed
> ^Mfatal:error at line 2939 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl
>
> ^Mfatal:syntax error: line 2975 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> add_lat_labels_xaxis(plot,min_lat,max_lat,0,0,res)
> ------------------------------------------------------^
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 2995 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> lon_spacing_arr,mlon_spacing_arr,res)
> --------------------------------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 3001 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> set_axis_string(plot,res,data,"x")
> ------------------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 3017 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> add_lat_labels_yaxis(plot,min_lat,max_lat,0,0,res)
> ------------------------------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 3023 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> set_axis_string(plot,res,data,"y")
> ----------------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:Syntax Error in block, block not executed
> ^Mfatal:error at line 3026 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl
>
> ^Mfatal:syntax error: line 3112 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> attsetvalues_check(tickmark,tmres)
> --------------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 3117 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> point_outward)
> -----------------------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 3118 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> gsnp_uniform_tickmark_labels(tickmark,tmres,0.)
> ---------------------------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:Syntax Error in block, block not executed
> ^Mfatal:error at line 3134 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl
>
> ^Mfatal:syntax error: line 3741 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> "gsn_csm_map_ce",res2,0)
> -----------------------------------------------^
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 3885 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> set_attr(res2,"vpWidthF",min((/lon_range/lat_range,1./)) * def_vpwf)
> ------------------------------------------------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 3887 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> set_attr(res2,"vpHeightF",min((/lat_range/lon_range,1./)) * def_vphf)
> -------------------------------------------------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 3888 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> set_attr(res2,"vpXF",(1. - res2_at_vpWidthF)/2.)
> -------------------------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 3889 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> set_attr(res2,"vpYF",1. - (1. - res2_at_vpHeightF)/2.)
> -------------------------------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 3890 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> set_attr(res2,"mpGridAndLimbOn", False)
> -------------------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 3891 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> set_attr(res2,"mpFillOn", True)
> -----------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 3893 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near ;
> (default,
> ocean,land,
>
> "transparent"/)) ; (default,ocean,land,
> ^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 3899 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> set_attr(res2,"mpOutlineOn",.not.res2_at_mpFillOn)
> ---------------------------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 3959 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> gsnp_turn_off_tickmarks(tmres)
> ------------------------------------^
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 3973 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> attsetvalues_check(map_object,mpres)
> ----------------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 3979 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> lat_spacing,mlat_spacing,point_outward)
> -------------------------------------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 4006 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> set_attr(subres,"txFontHeightF",font_height)
> ------------------------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 4007 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> set_attr(subres,"amOrthogonalPosF",0.05)
> --------------------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 4009 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> subres)
> -------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 4013 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> draw_and_frame(wks,map_object,calldraw,callframe,0,maxbb)
> -------------------------------------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:Syntax Error in block, block not executed
> ^Mfatal:error at line 4018 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl
>
> ^Mfatal:syntax error: line 4073 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> "gsn_csm_map_polar",res2,0)
> --------------------------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 4180 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> set_attr(res2,"mpMinLatF",min_lat)
> --------------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 4181 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> set_attr(res2,"mpMaxLatF",max_lat)
> --------------------------------------^
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 4182 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> set_attr(res2,"mpFillOn",True)
> ----------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 4183 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> set_attr(res2,"mpGridAndLimbOn",True)
> -----------------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 4184 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> set_attr(res2,"mpGridLineDashPattern",2)
> --------------------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 4185 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> set_attr(res2,"mpGridLonSpacingF",30.)
> ------------------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 4186 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> set_attr(res2,"mpPerimOn",True)
> -----------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 4197 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> set_attr(res2,"mpOutlineOn",.not.res2_at_mpFillOn)
> ---------------------------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 4203 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> attsetvalues_check(map_object,mpres)
> ----------------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 4428 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> set_attr(subres,"txFontHeightF",1.2*font_height)
> ----------------------------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 4429 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> set_attr(subres,"txFont","helvetica")
> -----------------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 4432 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> subres)
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 4434 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> draw_and_frame(wks,map_object,calldraw,callframe,0,maxbb)
> -------------------------------------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:Syntax Error in block, block not executed
> ^Mfatal:error at line 4437 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl
>
> ^Mfatal:syntax error: line 4478 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> "gsn_csm_map_other",res2,0)
> --------------------------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 4514 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> set_attr(res2,"vpXF", 0.2)
> ----------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 4515 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> set_attr(res2,"vpYF", 0.8)
> ----------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 4516 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> set_attr(res2,"vpWidthF", 0.6)
> ----------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 4517 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> set_attr(res2,"vpHeightF",0.6)
> ----------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 4519 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> set_attr(res2,"mpGridAndLimbOn", False)
> -------------------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 4520 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> set_attr(res2,"mpPerimOn", .not.masklc)
> -------------------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 4521 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> set_attr(res2,"mpFillOn", True)
> ------------------------------------^
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 4523 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near ;
> (default,
> ocean,land,
>
> "transparent"/)) ; (default,ocean,land,
> ^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 4529 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> set_attr(res2,"mpOutlineOn",.not.res2_at_mpFillOn)
> ---------------------------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 4584 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> attsetvalues_check(map_object,mpres)
> ----------------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 4620 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> set_attr(subres,"txFontHeightF",0.8*font_height)
> ----------------------------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 4621 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> set_attr(subres,"amOrthogonalPosF",0.015)
> ---------------------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 4623 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> subres)
> -------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:syntax error: line 4627 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> draw_and_frame(wks,map_object,calldraw,callframe,0,maxbb)
> -------------------------------------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:Syntax Error in block, block not executed
> ^Mfatal:error at line 4632 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl
>
> ^Mfatal:syntax error: line 4654 in file
> $NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl before or near \n
> "gsn_csm_map",res2,0)
> ------------------------------------------^
>
> ^Mfatal:syntax error: possibly an undefined procedure
> ^Mfatal:Syntax Error in block, block not executed
>
>
> and ....so on (list is way too long to include here).
> _______________________________________________
> ncl-talk mailing list
> ncl-talk_at_ucar.edu
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
_______________________________________________
ncl-talk mailing list
ncl-talk_at_ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Mon Sep 17 2007 - 14:20:59 MDT

This archive was generated by hypermail 2.2.0 : Mon Sep 17 2007 - 14:58:21 MDT