[ncl-talk] About the script of ROMS_utils.ncl

Rick Brownrigg brownrig at ucar.edu
Mon Jul 24 13:52:00 MDT 2017


Hi,

The issue is that around line 110 of the ROM_utils.ncl, there is this line:

load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl"

located in a place where its not syntactically valid.  I don't know why,
but you can fix things yourself, by for instance, moving it to be the first
line in ROM_utils.ncl.

I will see about fixing up the version on the website.

Hope that helps...
Rick


On Mon, Jul 24, 2017 at 2:17 AM, Z.Y Wu <stormsurge at 126.com> wrote:

> Dear all,
>  I got some fatal error when I was using the script provided by the
> official website of NCL. (ROMS_utils.ncl, web:http://www.ncl.ucar.edu/
> Applications/roms.shtml).
> Any help is appreciated, Thanks.
> Best Regards,
> Wu
> 2017-07-24
>
> ------------------------------------------------------------------------
> *Only load "./ROMS_utils.ncl" in the terminal in Ubuntu.*
> ------------------------------------------------------------------------
>
>  Copyright (C) 1995-2017 - All Rights Reserved
>  University Corporation for Atmospheric Research
>  NCAR Command Language Version 6.4.0
>  The use of this software is governed by a License Agreement.
>  See http://www.ncl.ucar.edu/ for more details.
> ncl 0> load "./ROMS_utils.ncl"
> fatal:syntax error: line 12 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near get_pi
> function get_pi
> --------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 13 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 28 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near get_d2r
> function get_d2r
> ---------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 29 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 37 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near get_r2d
> function get_r2d
> ---------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 38 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 48 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near size_array
> function size_array
> ------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 58 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near isatt_LongName
> function isatt_LongName
> ----------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 59 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 79 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near getLongName
> function getLongName
> -------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 112 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near namDimCheck
> function namDimCheck
> -------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 113 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 135 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near copy_VarCoords
> procedure copy_VarCoords
> -----------------------^
>
> fatal:error in statement
> fatal:syntax error: line 136 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 172 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near copy_VarCoords_1
> procedure copy_VarCoords_1
> -------------------------^
>
> fatal:error in statement
> fatal:syntax error: line 173 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 205 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near copy_VarCoords_2
> procedure copy_VarCoords_2
> -------------------------^
>
> fatal:error in statement
> fatal:syntax error: line 206 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 241 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near dimnames_to_indexes
> function dimnames_to_indexes
> ---------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 242 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 289 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near copy_VarCoords_n
> procedure copy_VarCoords_n
> -------------------------^
>
> fatal:error in statement
> fatal:syntax error: line 290 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 362 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near copy_VarCoords_not_n
> procedure copy_VarCoords_not_n
> -----------------------------^
>
> fatal:error in statement
> fatal:syntax error: line 363 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 408 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near copy_VarAtts
> procedure copy_VarAtts
> ---------------------^
>
> fatal:error in statement
> fatal:syntax error: line 409 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 462 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near copy_VarAtts_except
> procedure copy_VarAtts_except
> ----------------------------^
>
> fatal:error in statement
> fatal:syntax error: line 463 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 496 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near delete_VarAtts
> procedure delete_VarAtts
> -----------------------^
>
> fatal:error in statement
> fatal:syntax error: line 497 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 537 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near merge_VarAtts
> function merge_VarAtts
> ---------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 538 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 562 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near copyatt
> procedure copyatt
> ----------------^
>
> fatal:error in statement
> fatal:syntax error: line 563 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 609 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near copy_VarMeta
>   procedure copy_VarMeta
> -----------------------^
>
> fatal:error in statement
> fatal:syntax error: line 619 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near component_copy_VarCoords
> procedure component_copy_VarCoords
> ---------------------------------^
>
> fatal:error in statement
> fatal:syntax error: line 620 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 650 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near numAsciiRow
> function numAsciiRow
> -------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 652 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 678 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near numAsciiCol
> function numAsciiCol
> -------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 701 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near extractAsciiRows
> function extractAsciiRows
> ------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 702 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 772 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near getVarDimNames
> function getVarDimNames
> ----------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 799 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near printMinMax
> procedure printMinMax
> --------------------^
>
> fatal:error in statement
> fatal:syntax error: line 847 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near latGau
> function latGau
> --------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 848 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 874 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near latGauWgt
> function latGauWgt
> -----------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 875 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 899 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near NormCosWgtGlobe
> function NormCosWgtGlobe
> -----------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 900 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 938 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near lonGlobeF
> function lonGlobeF
> -----------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 939 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 970 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near lonGlobeFo
> function lonGlobeFo
> ------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 971 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 1001 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near lonGM2DateLine
> procedure lonGM2DateLine
> -----------------------^
>
> fatal:error in statement
> fatal:syntax error: line 1002 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 1029 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near changeCaseChar
> function changeCaseChar
> ----------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 1051 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near changeCase
> function changeCase
> ------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 1071 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near trimBlankRight
> function trimBlankRight
> ----------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 1087 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near latGlobeF
> function latGlobeF
> -----------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 1088 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 1115 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near latGlobeFo
> function latGlobeFo
> ------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 1116 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 1140 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near nameDim
> function nameDim
> ---------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 1149 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 1178 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near getFillValue
> function getFillValue
> --------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 1179 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 1201 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near getVarFillValue
> function getVarFillValue
> -----------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 1202 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 1219 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near wind_speed
> function wind_speed
> ------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 1220 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 1241 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near wind_direction
> function wind_direction
> ----------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 1247 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 1333 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near wind_component
> function wind_component
> ----------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 1334 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 1444 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near wind_stats
> function wind_stats
> ------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 1469 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 1542 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near get1Dindex
> function get1Dindex
> ------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 1543 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 1572 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near sort_xy
> procedure sort_xy
> ----------------^
>
> fatal:error in statement
> fatal:syntax error: line 1574 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 1616 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near get1Dindex_Exclude
> function get1Dindex_Exclude
> --------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 1617 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 1643 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near get1Dindex_Collapse
> function get1Dindex_Collapse
> ---------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 1654 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near closest_val
> function closest_val
> -------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 1655 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 1670 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near closest_val_original
> function closest_val_original
> ----------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 1671 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 1733 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near oneDtostring
> function oneDtostring
> --------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 1734 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 1764 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near cshstringtolist
> function cshstringtolist
> -----------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 1765 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 1786 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near int2flt
> function int2flt
> ---------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 1787 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 1807 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near int2dble
> function int2dble
> ----------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 1808 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 1829 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near flt2dble
> function flt2dble
> ----------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 1830 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 1857 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near dble2flt
> function dble2flt
> ----------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 1858 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 1938 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near short2flt
> function short2flt
> -----------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 1939 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 2074 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near byte2flt
> function byte2flt
> ----------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 2075 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 2169 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near short2flt_hdf
> function short2flt_hdf
> ---------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 2170 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 2267 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near byte2flt_hdf
> function byte2flt_hdf
> --------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 2268 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 2348 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near flt2string
> function flt2string
> ------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 2349 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 2365 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near numeric2int
> function numeric2int
> -------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 2366 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 2421 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near decimalPlaces
> function decimalPlaces
> ---------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 2422 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 2457 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near dimWrapString
> function dimWrapString
> ---------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 2458 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 2491 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near dim_avg_Wrap
> function dim_avg_Wrap
> --------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 2492 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 2517 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near dim_avg_n_Wrap
> function dim_avg_n_Wrap
> ----------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 2518 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 2541 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near dim_avg_wgt_Wrap
> function dim_avg_wgt_Wrap
> ------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 2542 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 2568 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near dim_avg_wgt_n_Wrap
> function dim_avg_wgt_n_Wrap
> --------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 2570 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 2592 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near dim_variance_Wrap
> function dim_variance_Wrap
> -------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 2593 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 2618 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near dim_variance_n_Wrap
> function dim_variance_n_Wrap
> ---------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 2619 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 2641 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near dim_stddev_Wrap
> function dim_stddev_Wrap
> -----------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 2642 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 2667 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near dim_stddev_n_Wrap
> function dim_stddev_n_Wrap
> -------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 2668 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 2690 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near dim_sum_Wrap
> function dim_sum_Wrap
> --------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 2691 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 2716 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near dim_sum_n_Wrap
> function dim_sum_n_Wrap
> ----------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 2717 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 2740 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near dim_min_n_Wrap
> function dim_min_n_Wrap
> ----------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 2741 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 2764 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near dim_max_n_Wrap
> function dim_max_n_Wrap
> ----------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 2765 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 2788 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near dim_sum_wgt_Wrap
> function dim_sum_wgt_Wrap
> ------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 2789 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 2814 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near dim_sum_wgt_n_Wrap
> function dim_sum_wgt_n_Wrap
> --------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 2816 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 2836 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near dim_rmvmean_Wrap
> function dim_rmvmean_Wrap
> ------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 2837 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 2865 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near dim_rmvmean_n_Wrap
> function dim_rmvmean_n_Wrap
> --------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 2866 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 2892 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near dim_rmvmed_Wrap
> function dim_rmvmed_Wrap
> -----------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 2893 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 2913 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near dim_rmvmed_n_Wrap
> function dim_rmvmed_n_Wrap
> -------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 2914 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 2932 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near dim_standardize_Wrap
> function dim_standardize_Wrap
> ----------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 2933 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 2957 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near dim_standardize_n_Wrap
> function dim_standardize_n_Wrap
> ------------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 2958 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 2978 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near dim_rmsd_Wrap
> function dim_rmsd_Wrap
> ---------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 2979 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 3017 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near dim_rmsd_n_Wrap
> function dim_rmsd_n_Wrap
> -----------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 3018 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 3052 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near dim_cumsum_Wrap
> function dim_cumsum_Wrap
> -----------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 3053 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 3078 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near dim_cumsum_n_Wrap
> function dim_cumsum_n_Wrap
> -------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 3079 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 3100 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near uv2dvF_Wrap
> function uv2dvF_Wrap
> -------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 3101 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 3115 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near uv2dvG_Wrap
> function uv2dvG_Wrap
> -------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 3116 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 3130 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near uv2vrF_Wrap
> function uv2vrF_Wrap
> -------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 3131 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 3145 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near uv2vrG_Wrap
> function uv2vrG_Wrap
> -------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 3146 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 3160 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near ilapsG_Wrap
> function ilapsG_Wrap
> -------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 3161 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 3175 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near ilapsF_Wrap
> function ilapsF_Wrap
> -------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 3176 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 3190 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near dv2uvG_Wrap
> function dv2uvG_Wrap
> -------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 3191 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 3204 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near dv2uvF_Wrap
> function dv2uvF_Wrap
> -------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 3205 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 3218 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near vr2uvG_Wrap
> function vr2uvG_Wrap
> -------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 3219 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 3232 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near vr2uvF_Wrap
> function vr2uvF_Wrap
> -------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 3233 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 3251 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near zonalAve
> function zonalAve
> ----------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 3252 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 3288 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near smth9_Wrap
> function smth9_Wrap
> ------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 3289 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 3307 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near modCheck
> procedure modCheck
> -----------------^
>
> fatal:error in statement
> fatal:syntax error: line 3308 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 3329 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near rankCheck
> procedure rankCheck
> ------------------^
>
> fatal:error in statement
> fatal:syntax error: line 3330 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 3353 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near clmMonLLT
> function clmMonLLT
> -----------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 3354 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 3413 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near stdMonLLT
> function stdMonLLT
> -----------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 3414 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 3479 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near calcMonAnomLLT
> function calcMonAnomLLT
> ----------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 3480 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 3519 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near rmMonAnnCycLLT
> function rmMonAnnCycLLT
> ----------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 3520 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 3553 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near clmMonTLL
> function clmMonTLL
> -----------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 3554 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 3611 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near stdMonTLL
> function stdMonTLL
> -----------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 3612 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 3679 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near calcMonStandardizeAnomTLL
> function calcMonStandardizeAnomTLL
> ---------------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 3680 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 3723 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near rmAnnCycle1D
> function rmAnnCycle1D
> --------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 3724 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 3760 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near clmMonLLLT
> function clmMonLLLT
> ------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 3761 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 3820 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near stdMonLLLT
> function stdMonLLLT
> ------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 3821 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 3884 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near calcMonAnomLLLT
> function calcMonAnomLLLT
> -----------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 3885 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 3922 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near rmMonAnnCycLLLT
> function rmMonAnnCycLLLT
> -----------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 3923 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 3953 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near clmMonTLLL
> function clmMonTLLL
> ------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 3954 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 4011 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near stdMonTLLL
> function stdMonTLLL
> ------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 4012 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 4076 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near calcMonAnomTLL
> function calcMonAnomTLL
> ----------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 4077 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 4121 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near calcMonAnomTLLL
> function calcMonAnomTLLL
> -----------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 4122 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 4162 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near rmMonAnnCycTLL
> function rmMonAnnCycTLL
> ----------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 4163 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 4182 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near clmDayTLL
> function clmDayTLL
> -----------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 4210 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 4300 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near clmDayT
> function clmDayT
> ---------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 4301 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 4312 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near calcDayAnomT
> function calcDayAnomT
> --------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 4313 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 4352 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near clmDayTLLL
> function clmDayTLLL
> ------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 4381 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 4470 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near smthClmDayT
> function smthClmDayT
> -------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 4472 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 4502 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near smthClmDayTLL
> function smthClmDayTLL
> ---------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 4504 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 4542 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near smthClmDayTLLL
> function smthClmDayTLLL
> ----------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 4543 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 4589 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near clmDayHr
> function clmDayHr
> ----------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 4764 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near calcDayAnomTLL
> function calcDayAnomTLL
> ----------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 4792 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 4837 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near calcDayAnomTLLL
>  function calcDayAnomTLLL
> ------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 4866 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
>  local
> -----^
>
> fatal:error in statement
> fatal:syntax error: line 4916 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near yyyymmdd_to_yyyyddd
> function yyyymmdd_to_yyyyddd
> ---------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 4917 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 4950 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near yyyyddd_to_yyyymmdd
> function yyyyddd_to_yyyymmdd
> ---------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 4953 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 5032 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near yyyyddd_to_yyyyfrac
> function yyyyddd_to_yyyyfrac
> ---------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 5073 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near linint1_Wrap
> function linint1_Wrap
> --------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 5077 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 5112 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near linint1_n_Wrap
> function linint1_n_Wrap
> ----------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 5116 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 5150 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near linint2_Wrap
> function linint2_Wrap
> --------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 5155 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 5194 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near linint2_points_Wrap
> function linint2_points_Wrap
> ---------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 5199 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 5231 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near rcm2rgrid_Wrap
> function rcm2rgrid_Wrap
> ----------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 5236 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 5278 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near rcm2points_Wrap
> function rcm2points_Wrap
> -----------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 5282 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 5314 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near rgrid2rcm_Wrap
> function rgrid2rcm_Wrap
> ----------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 5319 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 5357 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near clmMon2clmDay
> function clmMon2clmDay
> ---------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 5358 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 5456 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near cssgrid_Wrap
> function cssgrid_Wrap
> --------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 5458 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 5483 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near g2gsh_Wrap
> function g2gsh_Wrap
> ------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 5484 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 5525 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near g2fsh_Wrap
> function g2fsh_Wrap
> ------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 5526 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 5562 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near f2gsh_Wrap
> function f2gsh_Wrap
> ------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 5563 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 5606 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near f2fsh_Wrap
> function f2fsh_Wrap
> ------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 5607 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 5643 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near f2fosh_Wrap
> function f2fosh_Wrap
> -------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 5644 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 5684 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near fo2fsh_Wrap
> function fo2fsh_Wrap
> -------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 5685 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 5726 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near g2gshv_Wrap
> procedure g2gshv_Wrap
> --------------------^
>
> fatal:error in statement
> fatal:syntax error: line 5728 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 5781 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near g2fshv_Wrap
> procedure g2fshv_Wrap
> --------------------^
>
> fatal:error in statement
> fatal:syntax error: line 5782 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 5825 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near f2gshv_Wrap
> procedure f2gshv_Wrap
> --------------------^
>
> fatal:error in statement
> fatal:syntax error: line 5827 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 5880 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near f2fshv_Wrap
> procedure f2fshv_Wrap
> --------------------^
>
> fatal:error in statement
> fatal:syntax error: line 5881 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 5925 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near f2foshv_Wrap
> procedure f2foshv_Wrap
> ---------------------^
>
> fatal:error in statement
> fatal:syntax error: line 5926 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 5969 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near fo2fshv_Wrap
> procedure fo2fshv_Wrap
> ---------------------^
>
> fatal:error in statement
> fatal:syntax error: line 5970 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 6017 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near RGBtoCmap
> function RGBtoCmap
> -----------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 6018 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 6036 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near GetFillColor
> function GetFillColor
> --------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 6037 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 6082 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near GetFillColorIndex
> function GetFillColorIndex
> -------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 6087 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 6122 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near assignFillValue
> procedure assignFillValue
> ------------------------^
>
> fatal:error in statement
> fatal:syntax error: line 6123 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 6150 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near rmInsufData
> function rmInsufData
> -------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 6151 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 6226 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near SqrtCosWeight
> function SqrtCosWeight
> ---------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 6243 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 6296 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near NewCosWeight
> function NewCosWeight
> --------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 6312 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 6381 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near addfiles_GetVar
> function addfiles_GetVar
> -----------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 6382 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 6439 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near eofMeta_n
> procedure eofMeta_n
> ------------------^
>
> fatal:error in statement
> fatal:syntax error: line 6440 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 6496 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near eofMeta
> procedure eofMeta
> ----------------^
>
> fatal:error in statement
> fatal:syntax error: line 6497 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 6511 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near eofcov_Wrap
> function eofcov_Wrap
> -------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 6513 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 6522 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near eofcor_Wrap
> function eofcor_Wrap
> -------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 6524 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 6533 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near eofcov_pcmsg_Wrap
> function eofcov_pcmsg_Wrap
> -------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 6535 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 6545 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near eofcor_pcmsg_Wrap
> function eofcor_pcmsg_Wrap
> -------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 6547 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 6566 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near eofTsMeta_n
> procedure eofTsMeta_n
> --------------------^
>
> fatal:error in statement
> fatal:syntax error: line 6567 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 6609 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near eofTsMeta
> procedure eofTsMeta
> ------------------^
>
> fatal:error in statement
> fatal:syntax error: line 6610 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 6624 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near eofcov_ts_Wrap
> function eofcov_ts_Wrap
> ----------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 6625 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 6633 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near eofcor_ts_Wrap
> function eofcor_ts_Wrap
> ----------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 6634 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 6655 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near eoftsData2eof
> function eoftsData2eof
> ---------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 6656 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 6721 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near eofunc_Wrap
> function eofunc_Wrap
> -------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 6723 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 6731 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near eofunc_n_Wrap
> function eofunc_n_Wrap
> ---------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 6733 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 6741 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near eofunc_ts_Wrap
> function eofunc_ts_Wrap
> ----------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 6743 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 6751 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near eofunc_ts_n_Wrap
> function eofunc_ts_n_Wrap
> ------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 6753 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 6761 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near eofunc_varimax_Wrap
> function eofunc_varimax_Wrap
> ---------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 6762 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 6775 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near eof_varimax_reorder
> procedure eof_varimax_reorder
> ----------------------------^
>
> fatal:error in statement
> fatal:syntax error: line 6776 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 6807 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near eofunc_varimax_reorder
> procedure eofunc_varimax_reorder
> -------------------------------^
>
> fatal:error in statement
> fatal:syntax error: line 6825 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near lonFlip
> function lonFlip
> ---------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 6826 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 6916 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near lonPivot
> function lonPivot
> ----------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 6917 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 6995 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near natgrid_Wrap
> function natgrid_Wrap
> --------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 6998 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 7038 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near obj_anal_ic_Wrap
> function obj_anal_ic_Wrap
> ------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 7042 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 7082 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near runave_Wrap
> function runave_Wrap
> -------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 7083 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 7097 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near runave_n_Wrap
> function runave_n_Wrap
> ---------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 7099 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 7113 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near wgt_runave_Wrap
> function wgt_runave_Wrap
> -----------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 7114 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 7128 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near wgt_runave_n_Wrap
> function wgt_runave_n_Wrap
> -------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 7130 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 7144 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near taper_Wrap
> function taper_Wrap
> ------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 7145 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 7160 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near taper_n_Wrap
> function taper_n_Wrap
> --------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 7162 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 7180 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near escorc_Wrap
> function escorc_Wrap
> -------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 7181 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 7232 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near escorc_n_Wrap
> function escorc_n_Wrap
> ---------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 7234 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 7288 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near wgt_areaave_Wrap
> function wgt_areaave_Wrap
> ------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 7289 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 7315 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near wgt_runave_leftdim
> function wgt_runave_leftdim
> --------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 7327 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near taper_leftdim
> function taper_leftdim
> ---------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 7334 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 7362 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near dtrend_leftdim
> function dtrend_leftdim
> ----------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 7371 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 7392 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near fbinseqSwap1
> procedure fbinseqSwap1
> ---------------------^
>
> fatal:error in statement
> fatal:syntax error: line 7394 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 7445 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near fbinseqSwap2
> procedure fbinseqSwap2
> ---------------------^
>
> fatal:error in statement
> fatal:syntax error: line 7447 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 7482 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near fbindirSwap
> procedure fbindirSwap
> --------------------^
>
> fatal:error in statement
> fatal:syntax error: line 7491 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 7518 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near LOG2
>   function LOG2
> --------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 7530 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near zonal_mpsi_Wrap
> function zonal_mpsi_Wrap
> -----------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 7531 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 7547 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near transpose
> function transpose
> -----------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 7548 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 7629 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near month_to_season
> function month_to_season
> -----------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 7631 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 7790 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near month_to_season12
> function month_to_season12
> -------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 7791 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 7870 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near month_to_seasonN
> function month_to_seasonN
> ------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 7900 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 8013 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near wave_number_spc
> function wave_number_spc
> -----------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 8028 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 8086 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near epsZero
> procedure epsZero
> ----------------^
>
> fatal:error in statement
> fatal:syntax error: line 8087 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 8117 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near maxind_ind
> function maxind_ind
> ------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 8118 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 8163 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near msrcp_mss2local
> procedure msrcp_mss2local
> ------------------------^
>
> fatal:error in statement
> fatal:syntax error: line 8164 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 8192 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near yyyymm2yyyyFrac
> function yyyymm2yyyyFrac
> -----------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 8193 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 8216 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near yyyymm_to_yyyyfrac
> function yyyymm_to_yyyyfrac
> --------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 8217 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 8255 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near yyyymmdd2yyyyFrac
> function yyyymmdd2yyyyFrac
> -------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 8256 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 8340 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near yyyymmdd_to_yyyyfrac
> function yyyymmdd_to_yyyyfrac
> ----------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 8341 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 8366 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near yyyymmddhh2yyyyFrac
> function yyyymmddhh2yyyyFrac
> ---------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 8367 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 8453 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near yyyymmddhh_to_yyyyfrac
> function yyyymmddhh_to_yyyyfrac
> ------------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 8454 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 8475 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near grib_stime2itime
> function grib_stime2itime
> ------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 8476 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 8510 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near grib_stime2COARDStime
> function grib_stime2COARDStime
> -----------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 8511 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 8525 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near =
>   min     =
> ----------^
>
> fatal:error in statement
> fatal:syntax error: function min expects 1 arguments, got 0
> fatal:error at line 8529 in file $NCARG_ROOT/lib/ncarg/
> nclscripts/csm/contributed.ncl
>
> fatal:syntax error: function cd_inv_calendar expects 8 arguments, got 4
> fatal:error at line 8529 in file $NCARG_ROOT/lib/ncarg/
> nclscripts/csm/contributed.ncl
>
> fatal:syntax error: line 8552 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near cat2Var
> function cat2Var
> ---------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 8553 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 8664 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near svdHomHet2latlon
> function svdHomHet2latlon
> ------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 8667 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 8712 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near svdAkBk2time
> function svdAkBk2time
> --------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 8714 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 8741 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near timeCoads2YYYYMM
> function timeCoads2YYYYMM
> ------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 8752 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 8779 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near yyyymm_time
> function yyyymm_time
> -------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 8794 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near yyyymmdd_time
> function yyyymmdd_time
> ---------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 8795 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 8834 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near yyyymmddhh_time
> function yyyymmddhh_time
> -----------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 8835 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 8879 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near date_expand
> function date_expand
> -------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 8880 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 8969 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near namelist
> function namelist
> ----------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 8970 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 9144 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near replaceSingleChar
> procedure replaceSingleChar
> --------------------------^
>
> fatal:error in statement
> fatal:syntax error: line 9160 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near symMinMaxPlt
> procedure symMinMaxPlt
> ---------------------^
>
> fatal:error in statement
> fatal:syntax error: line 9161 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 9180 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near isStrSubset
> function isStrSubset
> -------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 9182 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 9205 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near indStrSubset
> function indStrSubset
> --------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 9208 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 9239 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near getSubString
> function getSubString
> --------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 9258 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near wallClockElapseTime
> procedure wallClockElapseTime
> ----------------------------^
>
> fatal:error in statement
> fatal:syntax error: line 9269 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 9304 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near partitionString
> function partitionString
> -----------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 9314 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 9368 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near readAsciiHead
> function readAsciiHead
> ---------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 9369 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 9436 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near readAsciiTable
> function readAsciiTable
> ----------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 9437 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 9496 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near hyi2hyo_Wrap
> function hyi2hyo_Wrap
> --------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 9501 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 9585 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near shsgc_R42_Wrap
> function shsgc_R42_Wrap
> ----------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 9586 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 9616 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near pres2hybrid_Wrap
> function pres2hybrid_Wrap
> ------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 9617 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 9686 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near albedo_ccm
> function albedo_ccm
> ------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 9728 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 9788 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near omega_ccm_driver
> function omega_ccm_driver
> ------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 9875 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near omega_to_w
> function omega_to_w
> ------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 9883 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 9917 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near w_to_omega
> function w_to_omega
> ------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 9925 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 9979 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local_min_1d
> function local_min_1d
> --------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 9981 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 10066 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local_max_1d
> function local_max_1d
> --------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 10068 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 10135 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near copy_VarCoords_skipDim0
> procedure copy_VarCoords_skipDim0
> --------------------------------^
>
> fatal:error in statement
> fatal:syntax error: line 10136 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 10186 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near month_to_annual
> function month_to_annual
> -----------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 10187 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 10371 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near month_to_annual_weighted
> function month_to_annual_weighted
> --------------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 10372 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 10675 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near monthly_total_to_daily_mean
> function monthly_total_to_daily_mean
> -----------------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 10676 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 10727 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near pack_values
> function pack_values
> -------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 10728 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 10913 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near get_file_suffix
> function get_file_suffix
> -----------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 10914 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 10947 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near niceLatLon2D
> function niceLatLon2D
> --------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 10965 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 10984 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near isMonotonic
> function isMonotonic
> -------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 10986 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 11030 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near rho_mwjf
> function rho_mwjf
> ----------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 11037 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 11170 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near array_append_record
> function array_append_record
> ---------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 11171 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 11317 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near table_attach_rows
> function table_attach_rows
> -------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 11319 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 11396 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near table_attach_columns
> function table_attach_columns
> ----------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 11397 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 11460 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near getind_latlon2d
> function getind_latlon2d
> -----------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 11462 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 11498 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near mod
> function mod
> -----------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 11500 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 11555 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near ind_nearest_coord
> function ind_nearest_coord
> -------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 11556 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 11578 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near generate_unique_indices
> function generate_unique_indices
> -------------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 11579 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 11592 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near isEqualSpace
> function isEqualSpace
> --------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 11593 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 11610 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near isConstantSpace
> function isConstantSpace
> -----------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 11621 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near area_conserve_remap_Wrap
> function area_conserve_remap_Wrap
> --------------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 11627 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 11664 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near area_hi2lores_Wrap
> function area_hi2lores_Wrap
> --------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 11669 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 11705 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near latRegWgt
> function latRegWgt
> -----------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 11708 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 11771 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near quadroots
> function quadroots
> -----------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 11773 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 11836 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near ut_convert
> function ut_convert
> ------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 11837 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 11877 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near ut_convert_fix
> function ut_convert_fix
> ----------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 11878 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 11908 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near cd_convert
> function cd_convert
> ------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 11909 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 11941 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near triple2grid_Wrap
> function triple2grid_Wrap
> ------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 11946 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 11979 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near pdfx_v510
> function pdfx_v510
> -----------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 11980 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 12055 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near pdfx
> function pdfx
> ------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 12056 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 12170 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near pdfxy
> function pdfxy
> -------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 12171 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 12432 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near pdfxy_conform
> function pdfxy_conform
> ---------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 12437 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 12465 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near genNormalDist
> function genNormalDist
> ---------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 12470 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 12520 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near exner_pressure
> function exner_pressure
> ----------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 12522 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 12538 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near exner_pressure_theta
> function exner_pressure_theta
> ----------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 12541 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 12555 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near relhum_ttd
> function relhum_ttd
> ------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 12562 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 12591 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near relhum_water_ice
> function relhum_water_ice
> ------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 12622 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 12674 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near crossp3
> function crossp3
> ---------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 12704 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near region_ind
> function region_ind
> ------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 12711 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 12731 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near icObjAnal_1d
> function icObjAnal_1d
> --------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 12753 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 12892 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near icObjAnal_2d
> function icObjAnal_2d
> --------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 12910 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 13054 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near obj_anal_ic_deprecated
> function obj_anal_ic_deprecated
> ------------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 13076 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 13149 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near stat_dispersion
> function stat_dispersion
> -----------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 13152 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 13343 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near int2p_Wrap
> function int2p_Wrap
> ------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 13346 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 13398 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near int2p_n_Wrap
> function int2p_n_Wrap
> --------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 13403 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 13442 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near numBinOneRuns
> function numBinOneRuns
> ---------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 13459 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 13484 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near merge_levels_sfc
> function merge_levels_sfc
> ------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 13494 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 13753 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near time_to_newtime
> function time_to_newtime
> -----------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 13797 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near time_to_newtime_fix
> function time_to_newtime_fix
> ---------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 13844 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near sigma_interface
> function sigma_interface
> -----------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 13849 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 13875 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near dpres_sigma
> function dpres_sigma
> -------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 13880 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 13920 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near dpres_plevel_Wrap
> function dpres_plevel_Wrap
> -------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 14001 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near pattern_cor2
> function pattern_cor2
> --------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 14008 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 14121 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near pattern_cor
> function pattern_cor
> -------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 14126 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 14200 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near rm_single_dims
> function rm_single_dims
> ----------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 14203 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 14244 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near smth13_n
> function smth13_n
> ----------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 14245 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 14256 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near month_name
> function month_name
> ------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 14277 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near season_name
> function season_name
> -------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 14304 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near mon_fullyear
> function mon_fullyear
> --------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 14431 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near stat_mode
> function stat_mode
> -----------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 14468 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 14534 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near reg_multlin_stats
> function reg_multlin_stats
> -------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 14562 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 14852 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near regline_stats
> function regline_stats
> ---------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 14870 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 14972 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near print_clock
> procedure print_clock
> --------------------^
>
> fatal:error in statement
> fatal:syntax error: line 14975 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 15008 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near sign_matlab
> function sign_matlab
> -------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 15014 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 15032 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near sign_f90
> function sign_f90
> ----------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 15045 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 15079 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near latGridF
> function latGridF
> ----------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 15081 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 15095 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near lonGridF
> function lonGridF
> ----------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 15097 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 15111 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near generate_sample_indices
> function generate_sample_indices
> -------------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 15121 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 15141 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near getTimeFromBnds
> function getTimeFromBnds
> -----------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 15142 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 15182 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near pot_temp
> function pot_temp
> ----------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 15201 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 15247 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near pot_temp_equiv
> function pot_temp_equiv
> ----------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 15264 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 15346 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near static_stability
> function static_stability
> ------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 15372 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 15424 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near pot_vort_hybrid
> function pot_vort_hybrid
> -----------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 15426 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near ,
>             ,
> ------------^
>
> fatal:error in statement
> fatal:syntax error: line 15468 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 15568 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near pot_vort_isobaric
> function pot_vort_isobaric
> -------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 15570 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near ,
>             ,
> ------------^
>
> fatal:error in statement
> fatal:syntax error: line 15608 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 15711 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near advect_var
> function advect_var
> ------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 15712 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near ,
>                     ,
> --------------------^
>
> fatal:error in statement
> fatal:syntax error: line 15741 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 15837 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near advect_variable
> function advect_variable
> -----------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 15838 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near ,
>                           ,
> --------------------------^
>
> fatal:error in statement
> fatal:syntax error: line 15845 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near log1px
> function log1px
> --------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 15847 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 15868 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near pres_hybrid_ccm_se
> function pres_hybrid_ccm_se
> --------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 15869 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 15899 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near dpres_hybrid_ccm_se
> function dpres_hybrid_ccm_se
> ---------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 15900 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 15930 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near eofunc_north
> function eofunc_north
> --------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 15940 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 15987 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near eof_north
> function eof_north
> -----------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 15994 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near parse_globalatts_hdf5
> function parse_globalatts_hdf5
> -----------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 15998 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 16023 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near extract_globalatts_hdf5
> function extract_globalatts_hdf5
> -------------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 16041 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near coriolis_param
> function coriolis_param
> ----------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 16043 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 16062 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near wgt_vertical_n
> function wgt_vertical_n
> ----------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 16110 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 16167 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near dim_maxind
> function dim_maxind
> ------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 16172 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 16237 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near dim_minind
> function dim_minind
> ------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 16242 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 16306 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near cohsq_c2p
> function cohsq_c2p
> -----------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 16331 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near cohsq_p2c
> function cohsq_p2c
> -----------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 16357 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near brunt_vaisala_atm
> function brunt_vaisala_atm
> -------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 16372 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 16416 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near eady_growth_rate
> function eady_growth_rate
> ------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 16450 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 16517 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near rigrad_bruntv_atm
> function rigrad_bruntv_atm
> -------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 16572 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 16662 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near dz_pop
> function dz_pop
> --------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 16663 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 16679 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near fire_index_haines
> function fire_index_haines
> -------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 16708 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 16840 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near time_reassign
> function time_reassign
> ---------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 16861 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 16893 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near time_reassign_cv2var
> function time_reassign_cv2var
> ----------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 16931 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near demod_cmplx
> function demod_cmplx
> -------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 16951 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 17029 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near epflux4
> function epflux4
> ---------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 17057 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 17359 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near epflux
> function epflux
> --------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 17360 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 17401 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near heat_index_nws_eqns
> function heat_index_nws_eqns
> ---------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 17404 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 17437 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near heat_index_nws
> function heat_index_nws
> ----------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 17464 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 17532 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near latent_heat_water
> function latent_heat_water
> -------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 17557 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 17635 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near calculate_monthly_values
> function calculate_monthly_values
> --------------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 17666 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 17667 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near ,
>      ,
> -----^
>
> fatal:error in statement
> fatal:syntax error: line 18084 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near calculate_daily_values
> function calculate_daily_values
> ------------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 18096 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 18450 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near calculate_segment_values
> function calculate_segment_values
> --------------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 18456 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 18760 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near venn2_union
> function venn2_union
> -------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 18761 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 18799 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near venn2_intersection
> function venn2_intersection
> --------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 18800 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 18854 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near venn2_difference
> function venn2_difference
> ------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 18855 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 18913 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near satvpr_water_bolton
> function satvpr_water_bolton
> ---------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 18925 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 18979 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near satvpr_water_stipanuk
> function satvpr_water_stipanuk
> -----------------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 18990 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:syntax error: line 19036 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near grad_latlon_cfd
> function grad_latlon_cfd
> -----------------------^
>
> fatal:Function identifier is defined
> fatal:syntax error: line 19037 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
> before or near local
> local
> ----^
>
> fatal:error in statement
> fatal:Syntax Error in block, block not executed
> fatal:error at line 133 in file ./ROMS_utils.ncl
>
> ncl 1>
>
>
>
>
>
> _______________________________________________
> ncl-talk mailing list
> ncl-talk at ucar.edu
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20170724/4c2c1982/attachment.html 


More information about the ncl-talk mailing list