*** Running ferret script: bn_syntax.jnl
           *** NOTE: in GIF mode: ignoring SET MODE METAFILE
           *** NOTE: in GIF mode: ignoring SET MODE METAFILE
           *** NOTE: in GIF mode: ignoring SET MODE METAFILE
           *** NOTE: in GIF mode: ignoring SET MODE METAFILE
           *** NOTE: in GIF mode: ignoring SET MODE METAFILE
           *** NOTE: in GIF mode: ignoring SET MODE METAFILE
           *** NOTE: in GIF mode: ignoring SET MODE METAFILE
           *** NOTE: in GIF mode: ignoring SET MODE METAFILE
           *** NOTE: in GIF mode: ignoring SET MODE METAFILE
           *** NOTE: in GIF mode: ignoring SET MODE METAFILE
           *** NOTE: in GIF mode: ignoring SET MODE METAFILE
        SET EXPRESSION has not been given or implied
 **ERROR: unknown command qualifier: notaqualifier
MESSAGE/CONTINUE/notaqualifier
 **ERROR: unknown command: that
that
 **ERROR: command syntax: \!
\! ignore (err cuz bang gets escaped)
*** Running ferret script: bn_dollar.jnl
 **ERROR: invalid command: Value needed for argument 3 in command
          GO bn_dollar.jnl hello
message/cont $3
 **ERROR: my error message
message/cont $3"<my error message"
 **ERROR: my error message
message/cont $1"|xxxxx|goodbye<my error message"
 **ERROR: invalid command: Valid value needed for argument $1
message/cont $1"greetings|xxxxx|goodbye"
           *** NOTE: Argument $1 received was: hello
           *** NOTE: Valid argument $1 choices are: xxxxx|goodbye
 **ERROR: my error message
message/cont $3"|hello|goodbye<my error message"
 **ERROR: invalid command: Valid value needed for argument $3
message/cont $3">greetings|hello|goodbye"
           *** NOTE: Argument $3 was missing or empty.
           *** NOTE: Valid argument $3 choices are: hello|goodbye
 **ERROR: my error message
message/cont $3">greetings|hello|goodbye<my error message"
 **ERROR: my error message
message/cont $3">greetings|hello>replacement text|goodbye<my error message"
 **ERROR: command syntax: empty argument replacement string: $3""
message/cont $3""
 **ERROR: command syntax: empty text string provided with ">": <
message/cont $3"<"
 **ERROR: invalid command: Valid value needed for argument $3
message/cont $3"||"
           *** NOTE: Argument $3 was missing or empty.
           *** NOTE: Valid argument $3 choices are: |
 **ERROR: invalid command: Valid value needed for argument $3
message/cont $3"|>|"
           *** NOTE: Argument $3 was missing or empty.
           *** NOTE: Valid argument $3 choices are: >|
 **ERROR: command syntax: empty text string provided with ">": >|
message/cont $3">|"
 **ERROR: command syntax: empty text string provided with ">": |<
message/cont $3"|<"
 **ERROR: invalid command: Valid value needed for argument $3
message/cont $3"|>"
           *** NOTE: Argument $3 was missing or empty.
           *** NOTE: Valid argument $3 choices are: >
 **ERROR: command syntax: arg number not in 1-99 range: $100
say $100
 **ERROR: command syntax: arg number not in 1-99 range: $100)
say ($100)
 **ERROR: invalid command: Value needed for argument 10 in command
          GO bn_dollar.jnl hello
say ($10)0
*** Running ferret script: bn_grave.jnl
 **ERROR: command syntax: unpaired grave accents: message/continue "2+2=`2+2"
message/continue "2+2=`2+2"
 **ERROR: variable unknown or not in data set: GARBAGE
message/continue "2+2=`garbage`"
 **ERROR: invalid command: grave accent doesnt evaluate to scalar
          I[i=3:5]
message/continue "3 numbers: `I[i=3:5]`"
 **ERROR: command syntax: options: "P=prec","B=bad","W=width","ZW=zero-width" or "R=return-item"
          message/continue "1/3=`1/3BAD=-999`"
message/continue "1/3=`1/3BAD=-999`"
 **ERROR: command syntax: options: "P=prec","B=bad","W=width","ZW=zero-width" or "R=return-item"
          message/continue "1/3=`1/3,qBAD=-999`"
message/continue "1/3=`1/3,qBAD=-999`"
 **ERROR: command syntax: unpaired quotation marks, grave accent or brackets
MESSAGE/CONTINUE \`2+2`
 **ERROR: command syntax: unpaired quotation marks, grave accent or brackets
MESSAGE/CONTINUE `2+2\`
 **ERROR: command syntax: 2+2\
          illegal character: \
MESSAGE/CONTINUE `2+2\`+1`
 **ERROR: command syntax: unpaired quotation marks, grave accent or brackets
MESSAGE/CONTINUE \`2+2`+1\`
 **ERROR: command syntax: 1*/3
          * before / is illegal
MESSAGE/CONTINUE `1*/3`
 **ERROR: command syntax: sst*/3
          * before / is illegal
MESSAGE/CONTINUE `sst*/3,return=lunits`
 **ERROR: invalid command:  use RETURN= shape,size,grid,title,bad,t0,f0,units,dset,
            dsetnum,dsetpath,dsettitle,*size,*start,*end,
            *units,*axis,nc_scale,nc_offset,user_scale,user_offset,
            calendar,dtype,xmod,tmod,status,isDepth,isReady,defined
          sst,return=Xsize
MESSAGE/CONTINUE `sst,return=Xsize`
 **ERROR: invalid command:  use RETURN= shape,size,grid,title,bad,t0,f0,units,dset,
            dsetnum,dsetpath,dsettitle,*size,*start,*end,
            *units,*axis,nc_scale,nc_offset,user_scale,user_offset,
            calendar,dtype,xmod,tmod,status,isDepth,isReady,defined
          sst,return=trash
MESSAGE/CONTINUE `sst,return=trash`
*** Running ferret script: bn_letd.jnl
 **ERROR: unknown data set: NOEXIST
DEFINE VARIABLE/d=noexist a = b
 **ERROR: variable unknown or not in data set: AIRT[D=GT4D011]
list/l=1/x=180/y=0 airt[d=gt4d011]
 **ERROR: invalid command: CANCEL what?
can var
 LISTing to file v12file.nc
 LISTing to file v1file.nc
*** Running ferret script: bn_if.jnl
 **ERROR: invalid command: ENDIF can only be used in an IF clause
ENDIF
 **ERROR: command syntax: ELIF cannot be used in single line IF
          IF 0 THEN say ERROR ELIF 1 THEN say "CORRECT if you see this"
IF 0 THEN say ERROR ELIF 1 THEN say "CORRECT if you see this"
 **ERROR: command syntax: Trash after ENDIF
          IF 0 THEN say ERROR ELSE say "CORRECT if you see this" ENDIF say trash
IF 0 THEN say ERROR ELSE say "CORRECT if you see this" ENDIF say trash
           *** NOTE: Unclosed IF statement ... assuming ENDIF, in script ./v4jnls/bn_if.sub
 **ERROR: invalid command: ELSE can only be used between IF and ENDIF
else
 **ERROR: invalid command: ENDIF can only be used in an IF clause
endif
 **ERROR: invalid command: ELIF can only be used between IF and ENDIF
elif
           *** NOTE: Unclosed IF statement ... assuming ENDIF, in script ./v4jnls/bn_if.jnl
*** Running ferret script: bn_expressions.jnl
 **ERROR: command syntax: IF I GT 3 THEN ( IF I LT 5 THEN I ELSE -9 ) ELSE .333
          Cannot use multiple IFs in an expression
LIST/ORDER=X  IF I GT 3 THEN ( IF I LT 5 THEN I ELSE -9 ) ELSE .333
 **ERROR: command syntax: IF I LT 5 THEN I ELSE -9
          ELSE before - is illegal
          negative constants need to be enclosed in parentheses
DEFINE VARIABLE A = IF I LT 5 THEN I ELSE -9
 **ERROR: variable unknown or not in data set: A1
load a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21
*** Running ferret script: bn_geometry.jnl
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
           *** NOTE: Ambiguous coordinates on X axis: X[I=1:5] - X[I=6:9]
 **ERROR: inconsistent sizes of data regions: X axis
          X[I=6:9] has 4 points (I=6:9)
          expression has 5 points (I=1:5)
LIST X[I=1:5] - X[I=6:9]
*** Running ferret script: bn_output.jnl
 LISTing to file WV.J34K56L7
 LISTing to file test.dat
 LISTing to file test.dat
 LISTing to file test.unf
 **ERROR: invalid subcommand: File type no longer supported TMA
LIST/FILE=test.gt/FORMAT=TMAP/L=1:3 v,v^0.5
*** Running ferret script: bn_in_plane.jnl
*** Running ferret script: bn_compress.jnl
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
*** Running ferret script: bn_interpolate.jnl
*** Running ferret script: bn_regrid.jnl
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
Replacing definition of axis XFINE
Replacing definition of axis XCOARSE
Replacing definition of axis YFINE
Replacing definition of axis YCOARSE
Replacing definition of grid G24
*** Running ferret script: bn_ez.jnl
 LISTing to file test.unf
*** Running ferret script: bn_plot.jnl
 **ERROR: dimensions improperly specified: specified data is not a line
           - its a 2D region: "plot/i=1:10/j=1:20/nolabel i+j"
plot/i=1:10/j=1:20/nolabel i+j
 **ERROR: dimensions improperly specified: specified data is not a line
           - its a 2D region: "plot/i=1:10/j=1:20/nolabel i,i+j"
plot/i=1:10/j=1:20/nolabel i,i+j
 **ERROR: dimensions improperly specified: specified data is not a line
           - its a 2D region: "plot/i=1:10/j=1:20/nolabel i+j,i"
plot/i=1:10/j=1:20/nolabel i+j,i
 **ERROR: dimensions improperly specified: differing axes:
          first line is on Y axis
          line 2 is on X axis
plot/i=1:10/j=1:20/nolabel j,i
 **ERROR: dimensions improperly specified: unequal line lengths:
          First expression has 20 points.
          Expression 2 has 10 points:
          "plot/i=1:10/j=1:20/vs/line/nolabel j,i"
plot/i=1:10/j=1:20/vs/line/nolabel j,i
 **ERROR: dimensions improperly specified: must be a 2D region
          contour/i=1:10/j=1:20/nolabel i
contour/i=1:10/j=1:20/nolabel i
 **ERROR: invalid command: can only CONTOUR  single fields
          Use /OVERLAY for multiple variables
contour/i=1:10/j=1:20/nolabel i/j,j/i
 **ERROR: invalid command: VECTOR requires paired components
vector/i=1:10/j=1:20/nolabel i/j
 **ERROR: invalid command: VECTOR requires paired components
vector/i=1:10/j=1:20/nolabel i/j,j/i,i+j
Re-defining viewport LM6
Re-defining viewport UM6
 Using every   2th vector in the X direction
 Using every   2th vector in the Y direction
Re-defining viewport LM6
 Using every   2th vector in the X direction
 Using every   2th vector in the Y direction
 Using every   2th vector in the X direction
 Using every   2th vector in the Y direction
Re-defining viewport UM6
 Using every   2th vector in the X direction
 Using every   2th vector in the Y direction
           *** NOTE: /XLIMITS and /YLIMITS are deprecated.
           *** NOTE: Use /HLIMITS and /VLIMITS instead.
 **ERROR: invalid command: color=noexist
          Colors are Black,Red,Green,Blue,LightBlue,Purple, and White
plot/over/i=1:10/color=noexist i
 **ERROR: value out of legal range: thick=4
          Legal range is 1 to 3
plot/over/i=1:10/thick=4 i
 **ERROR: value out of legal range: size=-1
          Symbol size must be positive
plot/over/i=1:10/size=-1 i
 Using every   2th vector in the Y direction
 **ERROR: invalid command: color=noexist
          Colors are Black,Red,Green,Blue,LightBlue,Purple, and White
cont/over/i=1:10/color=noexist i
 **ERROR: unknown command qualifier: thick=4
cont/over/i=1:10/thick=4 i
 **ERROR: value out of legal range: sigdig=-1
          Value must be positive
cont/over/i=1:10/sigdig=-1 i
*** Running ferret script: bn_curv.jnl
           *** NOTE: in GIF mode: ignoring SET MODE METAFILE
Replacing definition of axis LON_FIELD_I_AXIS
Replacing definition of axis LON_FIELD_J_AXIS
Replacing definition of axis LAT_FIELD_I_AXIS
Replacing definition of axis LAT_FIELD_J_AXIS
 **ERROR: inconsistent sizes of data regions: Y coord field lies
          in different plane from data to be plotted
shade/nolabel sst, x_page, y_page
 **ERROR: all data have same value: X coordinate field
shade/nolabel sst, 0*x_page, y_page
 **ERROR: all data have same value: Y coordinate field
shade/nolabel sst, x_page, 0*y_page
 **ERROR: inconsistent sizes of data regions: Y axis of X position array
shade/nolabel sst, x_page[j=1:12], y_page
           *** NOTE: Cannot cancel window when in batch mode
 **ERROR: inconsistent sizes of data regions: Y axis of X position array
shade/nolabel sst, x_page[j=1:12], y_page
           *** NOTE: in GIF mode: ignoring SET MODE METAFILE
*** Running ferret script: bn_symbols.jnl
 **ERROR: command syntax: illegal name: TEST*
define symbol test* = hello
 **ERROR: invalid command: Value needed for argument 5 in command
          GO bn_symbols.jnl
define symbol t$5 = hi
 **ERROR: error message
message/continue ($test2"<error message")
 **ERROR: invalid command: Valid value needed for symbol test2
message/continue ($test2"|hello|bye|")
           *** NOTE: symbol test2 was missing or empty.
           *** NOTE: Valid symbol test2 choices are: hello|bye|
 **ERROR: error message
message/continue ($test2"|hello|bye|<error message")
 **ERROR: invalid command: Valid value needed for symbol t2
message/continue ($t2"|solong>really hello|bye|")
           *** NOTE: symbol t2 received was: hello
           *** NOTE: Valid symbol t2 choices are: solong>really hello|bye|
*** Running ferret script: bn_comma_delimited.jnl
*** Running ferret script: bn_dynamic_grids.jnl
 **ERROR: unknown defining grid: GX=NOEXIST
list temp[gx=noexist]
 **ERROR: command syntax: P=NOEXIST
list temp[gx=u,p=noexist]
 **ERROR: command syntax: multiple specifications on X axis
          X=160E:160W
list temp[gx=130e:80w:10,x=160e:160w]
 **ERROR: command syntax: multiple specifications on X axis
          I=2:5
list temp[gx=130e:80w:10,i=2:5]
 **ERROR: command syntax: used GX=lo:hi:delta with X=lo:hi (ditto for Y,Z, or T)
          GX=130E:80W:10
list temp[i=2:5,gx=130e:80w:10]
 **ERROR: command syntax: GX=lo:hi:delta with no delta (or ditto for Y,Z, or T)
          GX=130E:80W
list temp[gx=130e:80w]
 **ERROR: variable unknown or not in data set: NOEXIST
list temp[gx=u]	+ noexist
 **ERROR: illegal limits: TEMP on grid ((G###)) does not exist at K=30
          Axis extremes are K=1:27
list temp[gx=u,k=30]
 **ERROR: illegal limits: TEMP does not contain K=20
          Data are available in K =    1:2
list temp[gx=u,k=20]
 **ERROR: regridding: Axis orientation not matching request:GX=PSYU
list temp[gx=psyu]
 **ERROR: regridding: Axis orientation not matching request:GX=PSYT
list/i=3:6 X[gx=PSYT]
 **ERROR: unknown defining grid: GX=NOEXIST
list tu
 **ERROR: command syntax: P=NOEXIST
list tu
 **ERROR: variable unknown or not in data set: NOEXIST
list tu
 **ERROR: illegal limits: TEMP on grid ((G###)) does not exist at K=30
          Axis extremes are K=1:27
list tu
 **ERROR: illegal limits: TEMP does not contain K=20
          Data are available in K =    1:2
list tu
 **ERROR: regridding: Axis orientation not matching request:GX=PSYU
list tu
 **ERROR: request exceeds memory setting
list temp[gz=z999999,z=5:15]
           *** NOTE: Ambiguous coordinates on X axis: X[X=0.1:10:1.5] +  X[X=1.1:11:1.5]
           *** NOTE: Ambiguous coordinates on X axis: X[X=0.1:10:1.5] +  X[X=1.1:11:1.5]
           *** NOTE: Ambiguous coordinates on X axis: TEMP[I=101:120:4]+X[I=101:120:4]
 **ERROR: invalid command: non-positive delta value: X[I=1:5:-1]
list x[i=1:5:-1]
 **ERROR: invalid command: non-positive delta value: X[I=1:5:0]
list x[i=1:5:0]
 **ERROR: invalid command: non-positive delta value: X[X=1:5:-1]
list x[x=1:5:-1]
 **ERROR: invalid command: non-positive delta value: X[X=1:5:0]
list x[x=1:5:0]
*** Running ferret script: bn_cdf.jnl
 LISTing to file test0a.cdf
 LISTing to file test0b.cdf
 LISTing to file test0c.cdf
 LISTing to file test0d.cdf
 LISTing to file test0e.cdf
 LISTing to file test0f.cdf
 LISTing to file test0g.cdf
 LISTing to file test0h.cdf
 LISTing to file test0i.cdf
 LISTing to file test0j.cdf
 LISTing to file test0k.cdf
 LISTing to file test0l.cdf
 LISTing to file test0m.cdf
 LISTing to file test0n.cdf
 LISTing to file test0o.cdf
 LISTing to file test0p.cdf
 LISTing to file test_abs.cdf
 LISTing to file test_abs.cdf
 LISTing to file test_abs.cdf
 LISTing to file test_abs.cdf
 LISTing to file test_abs.cdf
 LISTing to file test_abs.cdf
 LISTing to file test_abs.cdf
 LISTing to file test_abs.cdf
 LISTing to file test_abs.cdf
 LISTing to file test_abs.cdf
 LISTing to file test_abs.cdf
 LISTing to file test_abs.cdf
 LISTing to file test_abs.cdf
 LISTing to file test_abs.cdf
 LISTing to file test_abs.cdf
 LISTing to file test_abs.cdf
 LISTing to file test_abs.cdf
 LISTing to file test_abs.cdf
 LISTing to file test_abs.cdf
 LISTing to file test_abs.cdf
 LISTing to file test_abs.cdf
 LISTing to file test_abs.cdf
 LISTing to file test_abs.cdf
 LISTing to file test_abs.cdf
 LISTing to file test_abs.cdf
 LISTing to file test_abs.cdf
 LISTing to file test_abs.cdf
 LISTing to file test_abs.cdf
           *** NOTE: Appending to NetCDF record axis which has no bounds attribute.
           *** NOTE: This will result in incorrect box sizes on record axis: TCENTURY
           *** NOTE: Write the data initially with the /BOUNDS qualifier
 LISTing to file test2.cdf
 LISTing to file FL.cdf
 LISTing to file FTLON.cdf
 **ERROR: invalid command: /CLOBBER not specified and file exists: test_abs.cdf
list/format=cdf/l=1:10/file=test_abs.cdf l
 LISTing to file test_abs.cdf
 **TMAP ERR: Requested data range is outside of data set limits
             inconsistent I axis length for IL
list/format=cdf/i=5:15/l=5:10/append/file=test_abs.cdf il
 LISTing to file test_abs.cdf
 **TMAP ERR: Requested data range is outside of data set limits
             Expected: IJ[J=          20 :          25 ] Found: IJ[J=           1 :          20 ]
list/format=cdf/i=1:10/j=20:25/append/file=test_abs.cdf ij
 LISTing to file test_abs.cdf
 **TMAP ERR: attempt to redefine line
             # of dims in variable IJL2 is inconsist. w/ CDF file
list/format=cdf/append/file=test_abs.cdf ijl2
 **ERROR: variable unknown or not in data set: IJKL[K=@AVE]
list/format=cdf/append/file=test_abs.cdf ijkl[k=@ave]
 LISTing to file test_abs.cdf
 **TMAP ERR: error in line definition
             disordered output coordinate value:         363  Axis: TCENTURY
list/format=cdf/l=13/append/file=test_abs.cdf l1
 LISTing to file FI.cdf
 LISTing to file test_fil0.cdf
 LISTing to file test_fil0.cdf
 LISTing to file test_fil0.cdf
 LISTing to file test_fil0.cdf
 LISTing to file test_fil0.cdf
 LISTing to file test_fil0.cdf
 LISTing to file test_fil0.cdf
 LISTing to file test_fil0.cdf
 LISTing to file test_fil0.cdf
 LISTing to file test_fil0.cdf
 LISTing to file test_fil0.cdf
 LISTing to file test_fil0.cdf
 LISTing to file test_fil0.cdf
 LISTing to file test_fil0.cdf
 LISTing to file test_fil0.cdf
 LISTing to file test_fil0.cdf
 LISTing to file test_fil0.cdf
 LISTing to file test_fil0.cdf
 LISTing to file test_fil0.cdf
 LISTing to file test_fil0.cdf
 LISTing to file test_fil0.cdf
 LISTing to file test_fil.cdf
 LISTing to file test_fil.cdf
 LISTing to file test_fil.cdf
 LISTing to file test_fil.cdf
 LISTing to file test_fil.cdf
 LISTing to file test_fil.cdf
 LISTing to file test_fil.cdf
 LISTing to file test_fil.cdf
 LISTing to file test_fil.cdf
 LISTing to file test_fil.cdf
 LISTing to file test_fil.cdf
 LISTing to file test_fil.cdf
 LISTing to file test_fil.cdf
 LISTing to file test_fil.cdf
 LISTing to file test_fil.cdf
 LISTing to file test_fil.cdf
 LISTing to file test_fil.cdf
 LISTing to file test_fil.cdf
 LISTing to file test_fil.cdf
 LISTing to file test_fil.cdf
 LISTing to file test_fil.cdf
           *** NOTE: Axis coordinates are decreasing-ordered. Reversing ordering for axis Y1010_REV
*** Running ferret script: bn_regrid_transforms.jnl
 **ERROR: regridding: G=W - more than 1 target grid
load temp[g=u,g=w]
 **ERROR: unknown defining grid: G=X --> g=user-or-pseudo-var not allowed
load temp[g=x]
*** Running ferret script: bn_axis_limits.jnl
           *** NOTE: /XLIMITS and /YLIMITS are deprecated.
           *** NOTE: Use /HLIMITS and /VLIMITS instead.
 **ERROR: command syntax: xlimits
plot/xlimits i
 **ERROR: command syntax: xlimits= i
plot/xlimits= i
 **ERROR: command syntax: xlimits=text
plot/xlimits=text i
 **ERROR: command syntax: xlimits=1
plot/xlimits=1 i
 **ERROR: command syntax: i
plot/xlimits=1: i
 **ERROR: command syntax: xlimits=1:: i
plot/xlimits=1:: i
 **ERROR: command syntax: i
plot/xlimits=1:2: i
 **ERROR: invalid command: Must give a range: xlimits=5:5
plot/xlimits=5:5 i
*** Running ferret script: bn_movie.jnl
*** Running ferret script: bn_ez_order.jnl
 LISTing to file test_perm10.dat
 LISTing to file test_perm24.dat
 LISTing to file test_perm48.dat
 LISTing to file test_perm48_10.dat
 LISTing to file test_stream.unf
 LISTing to file test_stream.unf
 LISTing to file test_stream.unf
 LISTing to file test_stream.unf
*** Running ferret script: bn_user.jnl
*** Running ferret script: bn_stream.jnl
*** Running ferret script: bn_mc.jnl
 **TMAP ERR: Attempt to access unsupported feature
             Descriptor requests delta of 0, please use 1
             Data set: ./data/coads_clim_bad_delta.des
set data coads_clim_bad_delta.des
 **TMAP ERR: error in line definition
             A gap or overlap exists in time axis
set data coads_clim_step_order.des
 **TMAP ERR: non-existent or not on line
             coads_clim.001b
list sst
*** Running ferret script: bn_negative_t.jnl
 **ERROR: regridding: only @ASN regridding between calendar and
          non-calendar axes: A
LIST a[gt=tcal]
*** Running ferret script: bn_xact_regrid.jnl
*** Running ferret script: bn_gc_functions.jnl
           *** NOTE: /XLIMITS and /YLIMITS are deprecated.
           *** NOTE: Use /HLIMITS and /VLIMITS instead.
*** Running ferret script: bn491_bug_fixes.jnl
           *** NOTE: Cannot cancel window when in batch mode
 LISTing to file test.cdf
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
Replacing definition of axis TAX
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
*** Running ferret script: bn_odd_variable_name.jnl
 **ERROR: command syntax: v2-and-minus
          - before and is illegal
list v2-and-minus
 **ERROR: illegal limits: Limits must be provided for pseudo-variable.
list x
 **ERROR: illegal limits: Limits must be provided for pseudo-variable.
list i
 **ERROR: command syntax: v2-and-minus[i=5:15@ddc]
          - before and is illegal
list v2-and-minus[i=5:15@ddc]
*** Running ferret script: bn_test_stream.jnl
 LISTing to file permutedBinaryTest.dat
 LISTing to file junk.dat
 **ERROR: request exceeds memory setting
load num
    To fulfill this request would exceed the current SET MEMORY/SIZE= limit of 25.6 megawords
    At the moment that the memory limit was reached
    memory was committed as follows:
        - to objects used in computation: : 0 (0%)
    The size of the requested object was: : 24000000000 (93750%)
Replacing definition of axis YAX
Replacing definition of axis ZAX
Replacing definition of axis TAX
 **ERROR: request exceeds memory setting
load num
    To fulfill this request would exceed the current SET MEMORY/SIZE= limit of 25.6 megawords
    At the moment that the memory limit was reached
    memory was committed as follows:
        - to objects used in computation: : 0 (0%)
    The size of the requested object was: : 1000000000 (3906%)
Replacing definition of axis XAX
Replacing definition of axis YAX
Replacing definition of axis ZAX
Replacing definition of axis TAX
 **TMAP ERR: non-existent or not on line
             NoSuchFile.dat
SET DATA/EZ/format=stream/var=num/grid=mygrid NoSuchFile.dat
 **ERROR: Size of file ./junk.dat doesn't match size specified by variables/grid
load num
           *** NOTE: Binary file reading: Insufficient memory reading variable    2
 **ERROR: invalid command: variable permutations only allowed for STREAM format
SET DATA/EZ/var=num/order=vxyzt/grid=mygrid junk.dat
 **ERROR: invalid command: invalid argument for /TYPE
SET DATA/EZ/var=num/type=i3/grid=mygrid/form=stream junk.dat
*** Running ferret script: bn_define_axes.jnl
Replacing definition of axis XAX
Replacing definition of axis XAX
Replacing definition of axis XAX
 **ERROR: improper grid or axis definition: NPOINTS=1 incompatible with limits given
define axis/x=1:5/npoints=1 xax
Replacing definition of axis XAX
 **ERROR: improper grid or axis definition: error in start,end,delta
define axis/x=5/npoints=1/edges xax
Replacing definition of axis XAX
Replacing definition of axis TAX
Replacing definition of axis TAX
Replacing definition of axis TAX
 **ERROR: improper grid or axis definition: NPOINTS=1 incompatible with limits given
define axis/t=15-jan-1980:25-jan-1980/npoints=1/unit=days tax
Replacing definition of axis TAX
 **ERROR: improper grid or axis definition: error in start,end,delta
define axis/t=15-jan-1980/npoints=1/unit=days/edges tax
Replacing definition of axis TAX
Replacing definition of axis XAX
Replacing definition of axis XAX
Replacing definition of axis TAX
Replacing definition of axis TAX
Replacing definition of axis TAX
Replacing definition of axis TAX
           *** NOTE: Axis has repeated values -- micro-adjusting ...
Replacing definition of axis XAX
           *** NOTE: Axis has repeated values -- micro-adjusting ...
Replacing definition of axis XAX
           *** NOTE: Axis has repeated values -- micro-adjusting ...
Replacing definition of axis XAX
           *** NOTE: Axis has repeated values -- micro-adjusting ...
Replacing definition of axis XAX
           *** NOTE: Axis has repeated values -- micro-adjusting ...
Replacing definition of axis XAX
           *** NOTE: Axis has repeated values -- micro-adjusting ...
Replacing definition of axis XAX
           *** NOTE: Axis has repeated values -- micro-adjusting ...
Replacing definition of axis XAX
           *** NOTE: Axis has repeated values -- micro-adjusting ...
Replacing definition of axis XAX
 **ERROR: improper grid or axis definition: unrepairable repeated axis coords
define axis/from/x/name=xax {6,6}
 **ERROR: improper grid or axis definition: unrepairable repeated axis coords
define axis/from/x/name=xax/edges {6,6}
 **ERROR: improper grid or axis definition: unrepairable repeated axis coords
define axis/from/x/name=xax/edges {6,6,6}
           *** NOTE: Axis has repeated values -- micro-adjusting ...
Replacing definition of axis XAX
           *** NOTE: Axis has repeated values -- micro-adjusting ...
Replacing definition of axis XAX
Replacing definition of axis XAX2
           *** NOTE: (fyi) units are not subject to auto-conversion: BLAHS
Replacing definition of axis XAX2
*** Running ferret script: bn_pattern.jnl
           *** NOTE: in GIF mode: ignoring SET MODE METAFILE
           *** NOTE: Only one window can be open in batch mode
           *** NOTE: in GIF mode: ignoring SET MODE METAFILE
           *** NOTE: Cannot cancel window when in batch mode
*** Running ferret script: bn_polygon.jnl
           *** NOTE: in GIF mode: ignoring SET MODE METAFILE
*** Running ferret script: bn500_bug_fixes.jnl
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file out.cdf
 LISTing to file out.cdf
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
           *** NOTE: /UNIT=MONTHS is ambiguous ... using 1/12 of 365.2425 days
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 **ERROR: command syntax: noname(i)
          unknown function "noname"
stat i, noname(i)
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
*** Running ferret script: bn_sample.jnl
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
*** Running ferret script: bn_strides_revs_perms.jnl
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
           *** NOTE: Not using NetCDF strides for multi-cycle modulo
           *** NOTE: Stride value not a factor of axis length
 **ERROR: invalid command: delta values may only modify variable names
LIST/i=2:4:2 VAR
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
           *** NOTE: Not using NetCDF strides for multi-cycle modulo
           *** NOTE: Stride value not a factor of axis length
*** Running ferret script: bn_non_COARDS_netCDF.jnl
           *** NOTE: Coordinates out of order or missing on axis UNORDERED_AXIS at subscript 4
           *** NOTE: A dummy axis of subscripts will be used
           *** NOTE: Coordinates out of order or missing on axis GAPPY_AXIS at subscript 3
           *** NOTE: A dummy axis of subscripts will be used
           *** NOTE: Axis coordinates are decreasing-ordered. Reversing ordering for axis BACKWARDS_AXIS
*** Running ferret script: bn_cache_hits.jnl
*** Running ferret script: bn_regrid_to_user.jnl
Replacing definition of grid GG2
 **ERROR: unknown defining grid: G=NO_EXIST
load/x=160e/y=5s temp[d=2,k=1,g=no_exist]
 **ERROR: unknown defining grid: GX=A[D=1]
load/x=160e/y=5s v2
*** Running ferret script: bn_calendar.jnl
Replacing definition of axis TDAYS
Replacing definition of axis TDAYS
Replacing definition of axis TDAYS
Replacing definition of grid TGRID
Replacing definition of axis TWEEKS
Replacing definition of axis TWEEKS
Replacing definition of axis TWEEKS
 LISTing to file calsst.cdf
           *** NOTE: /UNIT=MONTHS  ... using 1/12 of 360.00 days
Replacing definition of grid TGRID
Replacing definition of axis TDAYS
Replacing definition of grid TGRID
           *** NOTE: /UNIT=MONTHS  ... using 1/12 of 365.25 days
*** Running ferret script: bn_dash_dot.jnl
 **ERROR: command syntax: dash=(1., 2.)
          DASH[=(dn1,up1,dn2,up2)] takes 4 arguments or no argument
plot/dash=(1., 2.)/color=red/thick/i=1:1000 sin(62.8*(i+10) )
 **ERROR: value out of legal range: dash=(-1., 2., 3., 4.)
          DASH arguments must be positive
plot/dash=(-1., 2., 3., 4.)/i=1:1000 sin(62.8*(i+20) )
*** Running ferret script: bn_flowlines.jnl
 Using every   2th vector in the Y direction
 Using every   2th vector in the Y direction
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
           *** NOTE: in GIF mode: ignoring SET MODE METAFILE
 Using every   2th vector in the X direction
 Using every   2th vector in the Y direction
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
*** Running ferret script: bn_logaxes.jnl
Replacing definition of axis DLOG
Replacing definition of axis DLOG
 **ERROR: value out of legal range: Limits for log axis negative or too small: -9.00 : 0.00
plot/hlog fcn
*** Running ferret script: bn_internal_external_functions.jnl
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
Replacing definition of axis DAYT

Bailing out of external function "ffta":
	 Time axis must be a regular axis
 **ERROR: error in external function
LIST vw_fft
Replacing definition of grid TGRID
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
Replacing definition of axis XAXS
Replacing definition of axis YAXS
Replacing definition of axis ZAXS
Replacing definition of axis TAXS
Replacing definition of grid MYGRD
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 **ERROR: illegal limits: VWND does not contain L=102:150
          Data are available in L =    1:60
list tsorted_indices, tsorted_wnd
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo

Bailing out of external function "eof_space":
	 Function EOF_SPACE not available in this version of Ferret. Use EOFSVD_SPACE
 **ERROR: error in external function
list/l=1:2 eofxyfcn

Bailing out of external function "eof_stat":
	 Function EOF_STAT not available in this version of Ferret. Use EOFSVD_STAT
 **ERROR: error in external function
list/i=1:3/j=1:3 eofstat

Bailing out of external function "eof_tfunc":
	 Function EOF_TFUNC not available in this version of Ferret. Use EOFSVD_TFUNC
 **ERROR: error in external function
list/i=1:2 eoftime
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 **ERROR: command syntax: strindex("Ferret is fun for the whole family - real family fun")
          The strindex function has an incorrect number of arguments
list strindex("Ferret is fun for the whole family - real family fun")
 **ERROR: command syntax: strrindex("Ferret is fun for the whole family - real family fun")
          The strrindex function has an incorrect number of arguments
list strrindex("Ferret is fun for the whole family - real family fun")
 **ERROR: command syntax: substring("Have you fed your ferret today", 19)
          The substring function has an incorrect number of arguments
list substring("Have you fed your ferret today", 19)
 **ERROR: command syntax: substring("Have you fed your ferret today")
          The substring function has an incorrect number of arguments
list substring("Have you fed your ferret today")
 **ERROR: command syntax: strcat ("All work and no play")
          The strcat function has an incorrect number of arguments
list strcat ("All work and no play")
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
*** Running ferret script: bn_modulo_strides.jnl
 LISTing to file test_modulo.cdf
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
           *** NOTE: Not using NetCDF strides for multi-cycle modulo
           *** NOTE: Stride value not a factor of axis length
           *** NOTE: Not using NetCDF strides for multi-cycle modulo
           *** NOTE: Stride value not a factor of axis length
*** Running ferret script: bn_axis_viewports.jnl
Re-defining viewport MID
Re-defining viewport MID2
Re-defining viewport LLAX
Re-defining viewport LRAX
Re-defining viewport ULAX
Re-defining viewport URAX
*** Running ferret script: bn_strings.jnl
 **ERROR: command syntax: "string2"}
list e
 **ERROR: command syntax: 5, "string2"}
list e
 **ERROR: illegal data type (float,string,...) for operation: D
plot d
 **ERROR: illegal data type (float,string,...) for operation: D
define axis/x xax = d
 LISTing to file test_string.cdf
 LISTing to file test_string.cdf
 LISTing to file test_string.cdf
 LISTing to file test_string.cdf
 LISTing to file test_string.cdf
 LISTing to file test_string2.cdf
 **ERROR: invalid command: cant use this regrid transform on strings: @LIN
list a[gx=xnrst]
 **ERROR: invalid command: cant use this regrid transform on strings: @AVE
list a[gx=xnrst@ave]
 **ERROR: invalid command: cant use this regrid transform on strings: @VAR
list a[gx=xnrst@var]
 **ERROR: invalid command: cant use this regrid transform on strings: @NGD
list a[gx=xnrst@ngd]
 **ERROR: invalid command: cant use this regrid transform on strings: @MAX
list a[gx=xnrst@max]
 **ERROR: invalid command: cant use this regrid transform on strings: @SUM
list a[gx=xnrst@sum]
 **ERROR: invalid command: cant use this regrid transform on strings: @MOD
list a[gx=xnrst@mod]
 LISTing to file foo.cdf
 **ERROR: invalid command: cannot use strings in numerical expression
list/nohead "b" - {"a","b"}
 **ERROR: invalid command: cannot use strings in numerical expression
list/nohead "b" * {"a","b"}
 **ERROR: invalid command: cannot use strings in numerical expression
list/nohead "b" / {"a","b"}
 **ERROR: invalid command: cannot use strings in numerical expression
list/nohead "b" ^ {"a","b"}
 **ERROR: invalid command: cannot use strings in numerical expression
list/nohead SIN({"a","b","c"})
 **ERROR: invalid command: cannot use strings in numerical expression
list/nohead MAX("a",{"a","b","c"})
*** Running ferret script: bn_axcontrol.jnl
*** Running ferret script: bn_vec_curv.jnl
           *** NOTE: in GIF mode: ignoring SET MODE METAFILE
           *** NOTE: in GIF mode: ignoring SET MODE METAFILE
*** Running ferret script: bn_delimited_read.jnl
Replacing definition of axis TAX
Replacing definition of grid G1
 **TMAP ERR: syntax error in string
             Unrecognized field type: DA2
             Data set: ./data/bn_delimited_read_date_time.dat
           *** NOTE: Valid types are: -,NUMERIC,TEXT,LATITUDE,LONGITUDE,DATE,EURODATE,TIME,DATIME,EDATIME
SET DATA/FORM=delimited/type="d, da2,date2"  bn_delimited_read_date_time.dat
 **TMAP ERR: syntax error in string
             Unrecognized field type: DATE2
             Data set: ./data/bn_delimited_read_date_time.dat
           *** NOTE: Valid types are: -,NUMERIC,TEXT,LATITUDE,LONGITUDE,DATE,EURODATE,TIME,DATIME,EDATIME
SET DATA/FORM=delimited/type="da,da, date2"  bn_delimited_read_date_time.dat
 **ERROR: command syntax: ,,:
SET DATA/EZ/form=delim/delim="/,,,:" bn_delimited_read_date_time.dat
*** Running ferret script: bn541_bug_fixes.jnl
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file test_good_order.cdf
 LISTing to file test_bad_order.cdf
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
Replacing definition of axis T2
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file profiles.nc
 LISTing to file profiles.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file test_100x100.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
Replacing definition of axis XAX
Replacing definition of axis YAX
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
*** Running ferret script: bn_cancel_axes.jnl
 LISTing to file longax.dat
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
           *** NOTE: Axis has repeated values -- micro-adjusting ...
           *** NOTE: Axis has repeated values -- micro-adjusting ...
           *** NOTE: Axis has repeated values -- micro-adjusting ...
           *** NOTE: Axis has repeated values -- micro-adjusting ...
           *** NOTE: Axis has repeated values -- micro-adjusting ...
           *** NOTE: Axis has repeated values -- micro-adjusting ...
           *** NOTE: Axis has repeated values -- micro-adjusting ...
           *** NOTE: Axis has repeated values -- micro-adjusting ...
           *** NOTE: Axis has repeated values -- micro-adjusting ...
           *** NOTE: Axis has repeated values -- micro-adjusting ...
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
           *** NOTE: regarding ./data/test_axes.nc ...
           *** NOTE: Climatological axes test_irreg, test_seas defined
 LISTing to file longaxspace.dat
*** Running ferret script: bn542_bug_fixes.jnl
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
           *** NOTE: /UNIT=MONTHS is ambiguous ... using 1/12 of 365.2425 days
           *** NOTE: /UNIT=MONTHS  ... using 1/12 of 365.25 days
           *** NOTE: /UNIT=MONTHS  ... using 1/12 of 365.25 days
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file string4d.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
           *** NOTE: regarding ./data/test_axes.nc ...
           *** NOTE: Climatological axes test_irreg, test_seas defined
           *** NOTE: Not deleted: TEST_IRREG
           *** NOTE: Axis is in use by grid ((G###))
           *** NOTE: Not deleted: TEST_IRREG
           *** NOTE: Axis is in use by grid ((G###))
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
*** Running ferret script: bn_subspan_modulo.jnl
 LISTing to file test_mod.cdf
 LISTing to file test_mod.cdf
 LISTing to file test_mod.cdf
 **ERROR: improper grid or axis definition: Axis length exceeds modulo length
define axis/x=130e:500:10/modulo=360 xsub
 LISTing to file test_mod.cdf
 LISTing to file test_mod.cdf
 LISTing to file test_mod.cdf
 LISTing to file test_mod.cdf
 LISTing to file test_mod.cdf
 LISTing to file test_mod.cdf
 LISTing to file test_mod.cdf
 LISTing to file test_subspan_modulo.nc
 LISTing to file test_subspan_modulo.nc
 LISTing to file test_subspan_modulo.nc
 LISTing to file test_subspan_modulo.nc
 LISTing to file test_subspan_modulo.nc
 LISTing to file test_subspan_modulo.nc
 LISTing to file test_subspan_modulo.nc
           *** NOTE: Not using NetCDF strides for multi-cycle modulo
           *** NOTE: Stride value not a factor of axis length
           *** NOTE: Not using NetCDF strides for multi-cycle modulo
           *** NOTE: Stride value not a factor of axis length
*** Running ferret script: bn_dots.jnl
           *** NOTE: in GIF mode: ignoring SET MODE METAFILE
           *** NOTE: /THICKNESS ignored  on /SYMBOL=DOT
           *** NOTE: /SIZE= ignored  on /SYMBOL=DOT
*** Running ferret script: bn_lev_symbols.jnl
*** Running ferret script: bn_mode_logo_lab.jnl
*** Running ferret script: bn_modulo_attribute.jnl
           *** NOTE: Undecipherable value of netCDF attribute modulo on variable lon_moderr
           *** NOTE: modulo = "j"
           *** NOTE: Undecipherable value of netCDF attribute modulo on variable time_moderr
           *** NOTE: modulo = "j"
*** Running ferret script: bn550_bug_fixes.jnl
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
*** Running ferret script: bn551_bug_fixes.jnl
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
Re-defining viewport MID1
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
Replacing definition of axis TAX
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
*** Running ferret script: bn_multi_line_labels.jnl
           *** NOTE: in GIF mode: ignoring SET MODE METAFILE
           *** NOTE: in GIF mode: ignoring SET MODE METAFILE
*** Running ferret script: bn552_bug_fixes.jnl
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 **ERROR: value out of legal range: # of contour levels > 500  (3283)
CONTOUR/L=1/LEV=0.01d sst
 **ERROR: value out of legal range: # of contour levels > 500  (3283)
CONTOUR/FILL/L=1/LEV=0.01d sst
 **ERROR: value out of legal range: # of shade levels > 500  (3283)
SHADE/L=1/LEV=0.01d sst
 **ERROR: value out of legal range: # of levels > 500  (4094)
POLYGON/KEY/LEV=0.01d/coord_ax=Z  PLMxpoly+PLMxpolymark, PLMypoly+PLMypolymark, PLMpolydata
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
           *** NOTE: Valid calendars are GREGORIAN,NOLEAP,JULIAN,360_DAY,ALL_LEAP,PROLEPTIC_GREGORIAN
           *** NOTE: calendar attribute on axis "TIME" is not recognized: BADNAME
           *** NOTE: A dummy axis of subscripts will be used
           *** NOTE: Valid calendars are GREGORIAN,NOLEAP,JULIAN,360_DAY,ALL_LEAP,PROLEPTIC_GREGORIAN
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
rm: cannot remove `input.txt': No such file or directory
ls: cannot access input.txt: No such file or directory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 **ERROR: invalid command:  use RETURN= shape,size,grid,title,bad,t0,f0,units,dset,
            dsetnum,dsetpath,dsettitle,*size,*start,*end,
            *units,*axis,nc_scale,nc_offset,user_scale,user_offset,
            calendar,dtype,xmod,tmod,status,isDepth,isReady,defined
          axy, return=xx
MESSAGE/CONTINUE `axy, return=xx`
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
Replacing definition of axis XAX
 LISTing to file a.dat
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
Replacing definition of axis YAX
           *** NOTE: /UNIT=MONTHS is ambiguous ... using 1/12 of 365.2425 days
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file clim.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
           *** NOTE: Coordinates missing on axis LONGITUDE at subscript 2
           *** NOTE: A dummy axis of subscripts will be used
           *** NOTE: Coordinates missing on axis LATITUDE at subscript 2
           *** NOTE: A dummy axis of subscripts will be used
           *** NOTE: Axis has repeated values -- micro-adjusting TIME
 **ERROR: illegal limits: "DUMMY" does not exist at T=01-JAN-1990 00:00
          Axis extremes are T=31-DEC-1997 12:00:30-JAN-1998 12:00
list/t=1-jan-1990 dummy
*** Running ferret script: bn_set_var_scale_off.jnl
 **ERROR: invalid command: Can SET VARIABLE/OFFSET= only with NetCDF datasets
SET VAR/OFFSET=1 x1
 **ERROR: invalid command: Can SET VARIABLE/SCALEFAC= only with NetCDF datasets
SET VAR/SCALE=10 x2
*** Running ferret script: bn_longvarnames.jnl
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file longvname.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file longvname.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
*** Running ferret script: bn_shakey.jnl
*** Running ferret script: bn_eof_4d.jnl
 LISTing to file eofsp.cdf
 LISTing to file eofti.cdf
 LISTing to file eofst.cdf
*** Running ferret script: bn_abstract_axis_names.jnl
 LISTing to file confuse_xz.nc
 LISTing to file confuse_yz.nc
 LISTing to file confuse_yt.nc
 LISTing to file confuse_yzt.nc
 LISTing to file confuse_xz.nc
 LISTing to file confuse_yz.nc
 LISTing to file confuse_yt.nc
 LISTing to file confuse_yzt.nc
*** Running ferret script: bn_many_polygons.jnl
Replacing definition of axis YQ
*** Running ferret script: bn_fill_irregular.jnl
*** Running ferret script: bn_xml_output.jnl
 LISTing to file a.nc
 LISTing to file b.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
SHO VAR/XML
SHO VAR/XML
SHO VAR/XML
SHO VAR/XML
SHO VAR/XML
SHOW VAR/XML
SHOW VAR/XML
SHOW VAR/XML
 LISTing to file a.nc
*** Running ferret script: bn_test_nan.jnl
*** Running ferret script: bn553_bug_fixes.jnl
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
*** Running ferret script: bn_graticules.jnl
 Using every   5th vector in the X direction
 Using every   3th vector in the Y direction
 Using every   2th vector in the X direction
           *** NOTE: in GIF mode: ignoring SET MODE METAFILE
           *** NOTE: /UNIT=MONTHS is ambiguous ... using 1/12 of 365.2425 days
Replacing definition of axis TAX
Replacing definition of axis TAX
Replacing definition of axis TAX
Replacing definition of axis TAX
*** Running ferret script: bn_repeat_range.jnl
 TEMPORARY data cleared from memory
 **ERROR: invalid command: REPEAT/NAME requires /RANGE
rep/name=a say `a`
 **ERROR: command syntax: L is a pseudo-variable; cannot use with REPEAT/RANGE/NAME. Instead use REPEAT/L=
rep/range=1:3/name=L (use coads_climatology; list/nohead [sst=I=1,j=1])
 **ERROR: command syntax: I is a pseudo-variable; cannot use with REPEAT/RANGE/NAME. Instead use REPEAT/I=
rep/range=1:3/name=I (use coads_climatology; list/nohead [sst])
 **ERROR: command syntax: j is a pseudo-variable; cannot use with REPEAT/RANGE/NAME. Instead use REPEAT/j=
rep/range=1:3/name=j (use coads_climatology; list/nohead [sst])
 **ERROR: command syntax: k is a pseudo-variable; cannot use with REPEAT/RANGE/NAME. Instead use REPEAT/k=
rep/range=1:3/name=k (use coads_climatology; list/nohead [sst])
 **ERROR: command syntax: X is a pseudo-variable; cannot use with REPEAT/RANGE/NAME. Instead use REPEAT/X=
rep/range=1:3/name=X (use coads_climatology; list/nohead [sst])
 **ERROR: command syntax: y is a pseudo-variable; cannot use with REPEAT/RANGE/NAME. Instead use REPEAT/y=
rep/range=1:3/name=y (use coads_climatology; list/nohead [sst])
 **ERROR: command syntax: z is a pseudo-variable; cannot use with REPEAT/RANGE/NAME. Instead use REPEAT/z=
rep/range=1:3/name=z (use coads_climatology; list/nohead [sst])
 **ERROR: command syntax: tbox is a pseudo-variable; cannot use with REPEAT/RANGE/NAME=
rep/range=1:3/name=tbox (use coads_climatology; list/nohead[sst,x=181,y=0,t=`tbox`])
 **ERROR: command syntax: xboxlo is a pseudo-variable; cannot use with REPEAT/RANGE/NAME=
rep/range=1:3/name=xboxlo (list/nohead xboxlo)
 **ERROR: command syntax: nested REPEAT loops with the same counter name a
repeat/range=3:1:-1/name=a list a
 **ERROR: command syntax: nested REPEAT loops with the same counter name a
repeat/range=3:1:-1/name=a list a
 **ERROR: command syntax: nested REPEAT loops with the same counter name a
repeat/range=3:1:-1/name=a list a
 **ERROR: command syntax: nested REPEAT loops with the same counter name a
repeat/range=3:1:-1/name=a list a
*** Running ferret script: bn554_bug_fixes.jnl
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 **ERROR: illegal limits: "TEMP" does not exist at T=01-AUG-1980 00:00:01-JAN-1982 00:00
          Axis extremes are T=14-AUG-1982 11:00:13-JAN-1983 13:00
list/t=1-aug-1980:1-jan-1982/i=92/j=35 temp
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
Replacing definition of axis TAX1
Replacing definition of axis TAX2
Replacing definition of axis TAX1
Replacing definition of axis TAX2
Replacing definition of axis TAX1
Replacing definition of axis TAX2
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
Replacing definition of grid AGRID
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
           *** NOTE: Not using NetCDF strides for multi-cycle modulo
           *** NOTE: Stride value not a factor of axis length
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
Replacing definition of axis X_AX
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 TEMPORARY data cleared from memory
 TEMPORARY data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
Replacing definition of axis XAX
Replacing definition of axis YAX
*** Running ferret script: bn_bounds.jnl
 LISTing to file a.nc
 LISTing to file a.nc
 LISTing to file a.nc
 LISTing to file a.nc
 LISTing to file a.nc
 LISTing to file a.nc
Replacing definition of axis TAX
           *** NOTE: Axis definition error on axis: TAX
           *** NOTE: Bounds given describe non-contiguous axis cells
           *** NOTE: Using the LOWER bound specified for each axis cell
Replacing definition of axis TAX
 **ERROR: improper grid or axis definition: BOUNDS specified do not correctly enclose coordinate points
def axis/t/bounds tax={1.2,2,3.2,5,7,8.8,9}, {0.5,1.5,1.5,2.5,2.5,3.5,3.5,6.5,6.5,7.5,7.5,8.5,8.5,9.5}
 **ERROR: improper grid or axis definition: BOUNDS specified do not correctly enclose coordinate points
def axis/t/bounds tax={0.1,2,3.2,5,7,8,9}, {0.5,1.5,1.5,2.5,2.5,3.5,3.5,6.5,6.5,7.5,7.5,8.5,8.5,9.5}
 **ERROR: improper grid or axis definition: BOUNDS specified do not correctly enclose coordinate points
def axis/t/bounds tax={0,2,3.2,5,7,8,9.9}, {0.5,1.5,1.5,2.5,2.5,3.5,3.5,6.5,6.5,7.5,7.5,8.5,8.5,9.5}
 **ERROR: improper grid or axis definition: BOUNDS specified do not correctly enclose coordinate points
def axis/t/bounds tax={0,2,3.2,5,7,8,9.9}, {0.5,1.5,2.5,3.5,6.5,7.5,8.5,9.5}
 **ERROR: improper grid or axis definition: dimension of bounds (15) must be 2*N or N+1, N=number of axis coordinates (7)
def axis/t/bounds tax={1.2,2,3.2,5,7,8.4,9}, {0.5,1.5,1.5,2.5,2.5,3.5,3.5,6.5,6.5,7.5,7.5,8.5,8.5,9.5,10.5}
           *** NOTE: Axis definition error on axis: TAX. Bounds describe cells that overlap one another
 **ERROR: improper grid or axis definition: BOUNDS specified do not correctly enclose coordinate points
def axis/t/bounds tax= {12, 12.2, 36, 36.2, 60, 60.2, 84, 84.2, 108} , {0,24, 0,24, 24,48, 24,48, 48,72, 48,72, 72,96, 72,96, 96,120}
 LISTing to file a.nc
 LISTing to file a.nc
 LISTing to file a.nc
           *** NOTE: Cannot have both /BOUNDS and /EDGES Ignoring /EDGES
 LISTing to file a.nc
 LISTing to file irrxzt.nc
 LISTing to file a.nc
 LISTing to file a.nc
 LISTing to file a.nc
           *** NOTE: Appending to NetCDF record axis which has no bounds attribute.
           *** NOTE: This will result in incorrect box sizes on record axis: MONTH_REG
           *** NOTE: Write the data initially with the /BOUNDS qualifier
 LISTing to file a.nc
 LISTing to file a.nc
           *** NOTE: Axis definition error on axis: TGAP
           *** NOTE: Bounds given describe non-contiguous axis cells
           *** NOTE: Using the LOWER bound specified for each axis cell
           *** NOTE: Error in bounds "TAX_bnds" or bounds do not enclose point on axis TAX
           *** NOTE: Substituting coordinate midpoints
           *** NOTE: Axis definition error on axis: TAX. Bounds describe cells that overlap one another
           *** NOTE: Error in bounds "TAX_bnds" or bounds do not enclose point on axis TAX
           *** NOTE: Substituting coordinate midpoints
*** Running ferret script: bn_all_leap.jnl
 **ERROR: command syntax: Invalid calendar name. Names are  GREGORIAN, NOLEAP, JULIAN, 360_DAY, ALL_LEAP, PROLEPTIC_GREGORIAN
def axis/t/cal=nogood/t=1-jan-2000:1-jan-2010:1/units=months tax
*** Running ferret script: bn570_bug_fixes.jnl
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
           *** NOTE: /UNIT=MONTHS  ... using 1/12 of 365.00 days
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file xlong.nc
 LISTing to file xlongshift.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
Replacing definition of axis TAX
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
*** Running ferret script: bn_modstats.jnl
*** Running ferret script: bn_mc_vary_scale.jnl
 TEMPORARY data cleared from memory
 TEMPORARY data cleared from memory
*** Running ferret script: bn_plot_nokey.jnl
*** Running ferret script: bn580_bug_fixes.jnl
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
Re-defining viewport VP_1
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
Replacing definition of axis XAX
Replacing definition of axis YAX
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
Replacing definition of axis XAX
Replacing definition of axis YAX
Replacing definition of axis XAX
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file fine.dat
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 **ERROR: illegal limits: One-point independent axis: Requires a /HLIMIT or /VLIMIT specification
plot/sym/siz=0.3 0*t[gt=vwnd]
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
           *** NOTE: /UNIT=MONTHS  ... using 1/12 of 365.00 days
 LISTing to file aa.nc
 LISTing to file cc.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 **ERROR: First argument is a letter of the alphabet
query/ignore $1%q|a|b|c|d|<First argument is a letter of the alphabet%
 **ERROR: invalid command: Valid value needed for argument $2
query/ignore $2%|a|b|c|d|%
           *** NOTE: Argument $2 was missing or empty.
           *** NOTE: Valid argument $2 choices are: a|b|c|d|
 **ERROR: my error message
message/cont $1"|xxxxx|goodbye<my error message"
 **ERROR: invalid command: Valid value needed for argument $1
message/cont $1"greetings|xxxxx|goodbye"
           *** NOTE: Argument $1 received was: hello
           *** NOTE: Valid argument $1 choices are: xxxxx|goodbye
 **ERROR: my error message
message/cont $3"|hello|goodbye<my error message"
 **ERROR: invalid command: Valid value needed for argument $3
message/cont $3">greetings|hello|goodbye"
           *** NOTE: Argument $3 was missing or empty.
           *** NOTE: Valid argument $3 choices are: hello|goodbye
 **ERROR: my error message
message/continue ($test2"<my error message")
 **ERROR: invalid command: Valid value needed for symbol test2
message/continue ($test2"|hello|bye|")
           *** NOTE: symbol test2 was missing or empty.
           *** NOTE: Valid symbol test2 choices are: hello|bye|
 **ERROR: my error message
message/continue ($test2"|hello|bye|<my error message")
 **ERROR: invalid command: Valid value needed for symbol t2
message/continue ($t2"|solong>really hello|bye|")
           *** NOTE: symbol t2 was missing or empty.
           *** NOTE: Valid symbol t2 choices are: solong>really hello|bye|
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 **ERROR: invalid command: delta non-positive on X axis of EX#1
list/l=1/j=40/i=0:300:0 sst
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file 10a.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
*** Running ferret script: bn_inf_levels.jnl
*** Running ferret script: bn_regulart.jnl
*** Running ferret script: bn_labwid.jnl
*** Running ferret script: bn_redefine_taxis_mc.jnl
Replacing definition of axis TIME1
           *** NOTE: grid GHB1 used by data set coads_clim
           *** NOTE: Redefinition may alter apparent contents of data set
Replacing definition of axis TIME1
           *** NOTE: grid GHB1 used by data set coads_clim
           *** NOTE: Redefinition may alter apparent contents of data set
*** Running ferret script: bn_illegal_axisname.jnl
Replacing definition of axis COADSX.ILLEGAL
           *** NOTE: grid GEX1 used by data set illeg_axname
           *** NOTE: Redefinition may alter apparent contents of data set
           *** NOTE: grid GEX2 used by data set illeg_axname
           *** NOTE: Redefinition may alter apparent contents of data set
Replacing definition of axis COADSY.ILLEGAL
           *** NOTE: grid GEX1 used by data set illeg_axname
           *** NOTE: Redefinition may alter apparent contents of data set
           *** NOTE: grid GEX3 used by data set illeg_axname
           *** NOTE: Redefinition may alter apparent contents of data set
*** Running ferret script: bn_exit_script.jnl
*** Running ferret script: bn_exit_cycle.jnl
*** Running ferret script: bn_curv_mod.jnl
*** Running ferret script: bn_shade_keycont.jnl
*** Running ferret script: bn581_bug_fixes.jnl
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file a.nc
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file longtitle.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file longtitle.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
           *** NOTE: /UNIT=MONTHS is ambiguous ... using 1/12 of 365.2425 days
 **ERROR: improper grid or axis definition: error in start,end,delta
DEFINE AXIS/T0="1-JAN-1861"/UNITS=months/t myt
           *** NOTE: /UNIT=MONTHS  ... using 1/12 of 365.00 days
 **ERROR: improper grid or axis definition: error in start,end,delta
DEFINE AXIS/T0="1-JAN-1861"/UNITS=months/T/CALENDAR=noleap myt
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
           *** NOTE: in GIF mode: ignoring SET MODE METAFILE
           *** NOTE: in GIF mode: ignoring SET MODE METAFILE
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file t0_cdc.nc
 LISTing to file my_cdc_timeaxis.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
*** Running ferret script: bn_tab_comma_multivar.jnl
*** Running ferret script: bn_element_functions.jnl
*** Running ferret script: bn_long_revision_num.jnl
 LISTing to file revision.nc
*** Running ferret script: bn_window_title.jnl
           *** NOTE: Cannot create new windows when batch mode set
           *** NOTE: Cannot create new windows when batch mode set
           *** NOTE: Cannot cancel window when in batch mode
           *** NOTE: Cannot create new windows when batch mode set
*** Running ferret script: bn_last_error.jnl
 **ERROR: command syntax: IF I GT 3 THEN ( IF I LT 5 THEN I ELSE -9 ) ELSE .333
          Cannot use multiple IFs in an expression
LIST/ORDER=X  IF I GT 3 THEN ( IF I LT 5 THEN I ELSE -9 ) ELSE .333
 **ERROR: command syntax: IF I LT 5 THEN I ELSE -9
          ELSE before - is illegal
          negative constants need to be enclosed in parentheses
DEFINE VARIABLE A = IF I LT 5 THEN I ELSE -9
 **ERROR: variable unknown or not in data set: A1
load a1,a2,a3
 **TMAP ERR: non-existent or not on line
             nofile.nc
set data nofile.nc
 **ERROR: invalid command: REPEAT/NAME requires /RANGE
repeat/name=a (say `a`)
 **ERROR: command syntax: L is a pseudo-variable; cannot use with REPEAT/RANGE/NAME. Instead use REPEAT/L=
repeat/range=1:3/name=L (use coads_climatology; list/nohead [sst=I=1,j=1])

Bailing out of external function "ffta":
	 Time axis must be a regular axis
 **ERROR: error in external function
LOAD vw_fft
*** Running ferret script: bn_deg_min.jnl
*** Running ferret script: bn_dp_readscale.jnl
 TEMPORARY data cleared from memory
*** Running ferret script: bn_bounds_defineax.jnl
Replacing definition of axis TAX
 LISTing to file irrxzt.nc
Replacing definition of axis ZAX
Replacing definition of axis ZAX2
*** Running ferret script: bn_attributes.jnl
 **ERROR: invalid command: SHOW ATTRIBUTE given with no argument
sho att/all
 **ERROR: unknown data set: d=2
show att/all temp[d=2]
 **ERROR: attribute undefined or invalid attribute name: salt.nonsense
          attribute nonsense not found for variable SALT
sho att salt.nonsense
 **ERROR: invalid command: dataset not found for varname.attname .
sho att/all .
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file a.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
           *** NOTE: Axis coordinates are decreasing-ordered. Reversing ordering for axis l
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
           *** NOTE: Axis coordinates are decreasing-ordered. Reversing ordering for axis l
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
           *** NOTE: Changing the value of attribute temp.pp
           *** NOTE: Changing the length  of attribute temp.pp
           *** NOTE: Changing the value of attribute temp.some_text
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
           *** NOTE: Changing the value of attribute temp.long_name
           *** NOTE: Changing the value of attribute temp.units
           *** NOTE: Changing the value of attribute temp.missing_value
           *** NOTE: Changing the value of attribute temp.missing_value
 LISTing to file a.nc
 LISTing to file a.nc
           *** NOTE: Changing the value of attribute (PSZT).positive
           *** NOTE: Changing the type of attribute (coadsx).modulo
           *** NOTE: Changing the value of attribute (coadsx).modulo
           *** NOTE: Changing the value of attribute (TIME1).time_origin
 **ERROR: command syntax: enclose coordinate variable name in parentheses
list coadsx.units
 **ERROR: variable unknown or not in data set: COADSX.UNITS
list coadsx.units
 **ERROR: invalid command: Cannot change attribute for direction of axis.
set att (COADSX81_81).axis = "Z"
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
           *** NOTE: Changing the value of attribute temp.pp
           *** NOTE: Changing the length  of attribute temp.pp
           *** NOTE: Changing the value of attribute temp.some_text
           *** NOTE: Changing the type of attribute temp.pp
           *** NOTE: Changing the value of attribute temp.pp
           *** NOTE: Changing the type of attribute temp.some_text
           *** NOTE: Changing the value of attribute temp.some_text
           *** NOTE: Changing the value of attribute temp.long_name
           *** NOTE: Changing the value of attribute temp.units
           *** NOTE: Changing the type of attribute temp.pp
           *** NOTE: Changing the value of attribute temp.pp
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file a.nc
 LISTing to file a.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file a.nc
 LISTing to file a.nc
 LISTing to file a.nc
 LISTing to file a.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file a.nc
 LISTing to file a.nc
 LISTing to file a.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file a.nc
 LISTing to file a.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file a.nc
 LISTing to file a.nc
 LISTing to file a.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file a.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file a.nc
           *** NOTE: Converting data type of missing_value NC_FLOAT to match output type of variable NC_INT
 LISTing to file a.nc
           *** NOTE: Converting data type of missing_value NC_FLOAT to match output type of variable NC_DOUBLE
           *** NOTE: Axis coordinates are decreasing-ordered. Reversing ordering for axis l
 LISTing to file a.nc
 LISTing to file a.nc
 LISTing to file a.nc
 LISTing to file a.nc
 LISTing to file a.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file a.nc
           *** NOTE: Changing the value of attribute (COADSX).point_spacing
           *** NOTE: Changing the value of attribute (COADSY).point_spacing
 LISTing to file a.nc
 LISTing to file a.nc
 LISTing to file a.nc
           *** NOTE: Converting data type of missing_value NC_FLOAT to match output type of variable NC_INT
NetCDF: Numeric conversion not representable (OPeNDAP/netCDF Error code -60)
 data in attribute missing_value not representable in output type NC_INT
LIST/FORMAT=CDF/file=a.nc/clobber/x=132w/k=1 temp
           *** NOTE: Axis coordinates are decreasing-ordered. Reversing ordering for axis l
 **ERROR: unknown or invalid argument: Can SET VARIABLE/OUTTYPE=INPUT, DOUBLE, FLOAT, INT, SHORT, BYTE
set var/outtype=char broiled
 **ERROR: unknown or invalid argument: Can SET VARIABLE/OUTTYPE=INPUT, DOUBLE, FLOAT, INT, SHORT, BYTE
set var/outtype=garbage broiled
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
           *** NOTE: Changing the value of attribute (PSXT).units
 LISTing to file a.nc
 LISTing to file a.nc
           *** NOTE: Changing the value of attribute (PSXT).units
           *** NOTE: Changing the value of attribute (PSYT).units
 LISTing to file a.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file a.nc
 LISTing to file a.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
Replacing definition of axis X2AX
           *** NOTE: Changing the value of attribute (z4ax).positive
 LISTing to file string4d.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
           *** NOTE: Changing the value of attribute (TIME).units
           *** NOTE: Changing the value of attribute (TIME).units
           *** NOTE: Changing the value of attribute (TIME).time_origin
           *** NOTE: Changing the value of attribute (TIME).time_origin
           *** NOTE: /UNIT=MONTHS is ambiguous ... using 1/12 of 365.2425 days
Replacing definition of axis TIME
           *** NOTE: grid GSQ1 used by data set coads_climatology
           *** NOTE: Redefinition may alter apparent contents of data set
           *** NOTE: Axis coordinates are decreasing-ordered. Reversing ordering for axis l
 LISTing to file a.nc
 LISTing to file a.nc
 LISTing to file a.nc
*** Running ferret script: bn_transforms.jnl
*** Running ferret script: bn_variance.jnl
*** Running ferret script: bn_linecolors.jnl
           *** NOTE: in GIF mode: ignoring SET MODE METAFILE
           *** NOTE: Cannot cancel window when in batch mode
           *** NOTE: Cannot create new windows when batch mode set
           *** NOTE: in GIF mode: ignoring SET MODE METAFILE
 Using every   3th vector in the X direction
 Using every   4th vector in the Y direction
           *** NOTE: New number of line colors will take effect on next new window: SET WIN/NEW or SET WIN/CLEAR
           *** NOTE: Cannot create new windows when batch mode set
           *** NOTE: Cannot cancel window when in batch mode
           *** NOTE: Cannot create new windows when batch mode set
*** Running ferret script: bn_cdf_errmsg.jnl
 **TMAP ERR: non-existent or not on line
             this_is_not_a_file.nc
SET DAT/FORM=CDF this_is_not_a_file.nc
 **Internet Data error
             NetCDF: file not found (OPeNDAP/netCDF Error code -90)
             Data set: http://ferret.pmel.noaa.gov/pmel/thredds/dodsC/data/PMEL/COADS/coads_nothing.cdf
SET DAT/FORM=CDF "http://ferret.pmel.noaa.gov/pmel/thredds/dodsC/data/PMEL/COADS/coads_nothing.cdf"
CURL Error: Couldn't resolve host name
curl error details: 
 **Internet Data error
             NetCDF: I/O failure (OPeNDAP/netCDF Error code -68)
             Data set: http://noserver/a/nofile.cdf
SET DAT/FORM=CDF  "http://noserver/a/nofile.cdf"
 LISTing to file asc.dat
 **netCDF error
             NetCDF: Unknown file format (OPeNDAP/netCDF Error code -51)
             Data set: ./asc.nc
SET DAT/FORM=CDF asc.nc
*** Running ferret script: bn600_bug_fixes.jnl
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file err581_subspanx_fill_bug.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file xyir.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
           *** NOTE: /UNIT=MONTHS  ... using 1/12 of 360.00 days
 LISTing to file t3file.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file 0000_a.nc
 LISTing to file subdir/a.nc
 LISTing to file subdir/0000_a.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
           *** NOTE: /UNIT=MONTHS is ambiguous ... using 1/12 of 365.2425 days
 LISTing to file a.nc
           *** NOTE: cannot parse "units since date", date= "event"; leaving units string
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
           *** NOTE: Invalid I axis limits ignored: TEMP
 **ERROR: dimensions improperly specified: specified data is not a line
           - its a 2D region: "plot/i=100/k=1 temp[x=122.5W]"
plot/i=100/k=1 temp[x=122.5W]
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
Replacing definition of axis XAX
Replacing definition of axis XAX
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
*** Running ferret script: bn601_bug_fixes.jnl
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file a.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file b.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file a.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file a.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file b.nc
 LISTing to file b.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
           *** NOTE: /UNIT=MONTHS is ambiguous ... using 1/12 of 365.2425 days
Replacing definition of axis TIME5
           *** NOTE: grid GSQ1 used by data set coads_climatology
           *** NOTE: Redefinition may alter apparent contents of data set
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
Replacing definition of axis TIME
 LISTing to file a.nc
 LISTing to file t2.nc
 LISTing to file t12.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file out.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
*** Running ferret script: bn_set_strides.jnl
 **ERROR: invalid command: it is a child axis already
set axis/stride=2/offset=1 ((AX###))
 **ERROR: invalid command: not a strided axis: COADSX
cancel axis/stride COADSX
 **ERROR: invalid command: offset must be less than stride value
set axis/stride=2/offset=4 COADSX
 **ERROR: invalid command: not a strided axis: COADSX
cancel axis/stride COADSX
           *** NOTE: Stride value not an integer factor of axis length: Axis loses modulo property
 LISTing to file d2.nc
           *** NOTE: Stride value not an integer factor of axis length: Axis loses modulo property
 **ERROR: invalid command: unknown axis: NORMAL
set axis/stride=2 NORMAL
*** Running ferret script: bn_lsl_lowpass.jnl
*** Running ferret script: bn_return_xmod_tmod.jnl
*** Running ferret script: bn602_bug_fixes.jnl
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file noleap.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
           *** NOTE: Units on axis "ALTITUDE" are not recognized: Pa
           *** NOTE: They will not be convertible:
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file tripolar_missing_lon.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
*** Running ferret script: bn_modnbd.jnl
*** Running ferret script: bn_fifty_files.jnl
           *** NOTE: Coordinates missing on axis LONGITUDE at subscript 2
           *** NOTE: A dummy axis of subscripts will be used
           *** NOTE: Coordinates missing on axis LATITUDE at subscript 2
           *** NOTE: A dummy axis of subscripts will be used
           *** NOTE: Axis has repeated values -- micro-adjusting TIME
           *** NOTE: Error in bounds "TAX_bnds" or bounds do not enclose point on axis TAX
           *** NOTE: Substituting coordinate midpoints
           *** NOTE: Valid calendars are GREGORIAN,NOLEAP,JULIAN,360_DAY,ALL_LEAP,PROLEPTIC_GREGORIAN
           *** NOTE: calendar attribute on axis "TIME" is not recognized: BADNAME
           *** NOTE: A dummy axis of subscripts will be used
           *** NOTE: Valid calendars are GREGORIAN,NOLEAP,JULIAN,360_DAY,ALL_LEAP,PROLEPTIC_GREGORIAN
           *** NOTE: Axis definition error on axis: TGAP
           *** NOTE: Bounds given describe non-contiguous axis cells
           *** NOTE: Using the LOWER bound specified for each axis cell
           *** NOTE: Undecipherable value of netCDF attribute modulo on variable lon_moderr
           *** NOTE: modulo = "j"
           *** NOTE: Undecipherable value of netCDF attribute modulo on variable time_moderr
           *** NOTE: modulo = "j"
           *** NOTE: Axis coordinates are decreasing-ordered. Reversing ordering for axis l
           *** NOTE: Units on axis "ALTITUDE" are not recognized: Pa
           *** NOTE: They will not be convertible:
           *** NOTE: regarding ./data/climatological_axes.cdf ...
           *** NOTE: Climatological axes SEASONAL_REG, MONTH_REG, and MONTH_IRREG defined
           *** NOTE: Coordinates out of order or missing on axis UNORDERED_AXIS at subscript 4
           *** NOTE: A dummy axis of subscripts will be used
           *** NOTE: Coordinates out of order or missing on axis GAPPY_AXIS at subscript 3
           *** NOTE: A dummy axis of subscripts will be used
           *** NOTE: Axis coordinates are decreasing-ordered. Reversing ordering for axis BACKWARDS_AXIS
           *** NOTE: Axis coordinates are decreasing-ordered. Reversing ordering for axis Y1010_REV
*** Running ferret script: bn603_bug_fixes.jnl
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
*** Running ferret script: bn_set_var_name.jnl
*** Running ferret script: bn_memory_symbol.jnl
*** Running ferret script: bn605_bug_fixes.jnl
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
*** Running ferret script: bn608_bug_fixes.jnl
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file a.nc
 LISTing to file b.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file a.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 **ERROR: invalid command: "300": Number of contour levels must be between 1 and 250
SHADE/LEV=300/I=1:100/J=1:100 i+j
*** Running ferret script: bn_shade_trim.jnl
*** Running ferret script: bn_mode_nlevels.jnl
*** Running ferret script: bn61_bug_fixes.jnl
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file a.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
*** Running ferret script: bn_test_opendap.jnl
CURL Error: Couldn't resolve host name
curl error details: 
*** Running ferret script: bn611_bug_fixes.jnl
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file a.nc
 LISTing to file b.nc
 LISTing to file b.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file a.nc
 LISTing to file a.nc
 LISTing to file a.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file z1.nc
 LISTing to file z2.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
Replacing definition of axis TIME
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
Replacing definition of axis TIME
 LISTing to file a.nc
 LISTing to file b.nc
 LISTing to file b.nc
*** Running ferret script: bn_no_valid_on_plot.jnl
 Using every   5th vector in the X direction
*** Running ferret script: bn_median.jnl
 **ERROR: value out of legal range: Median smoother length must be odd
plot/trans var, var[z=@med:4]
*** Running ferret script: bn614_bug_fixes.jnl
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
Replacing definition of axis TIME
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
Replacing definition of axis TIME
 LISTing to file a.nc
 LISTing to file b.nc
 LISTing to file b.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
           *** NOTE: Units on axis "ENS" are not recognized: count
           *** NOTE: They will not be convertible:
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file 1a.dat
 LISTing to file 3a.dat
 LISTing to file 5a.dat
 LISTing to file 7a.dat
 LISTing to file 9a.dat
 LISTing to file 11a.dat
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 **ERROR: variable unknown or not in data set: A_REGRID[D=1,GT=B[D=2]@MOD]
LIST a_regrid[D=1,GT=b[D=2]@MOD]
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file dat.dat
 LISTing to file a.nc
 LISTing to file unf.dat
 LISTing to file a.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file lonlat.dat
 LISTing to file lonlat.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file a.nc
 LISTing to file a.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file a.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file a.nc
 LISTing to file b.nc
*** Running ferret script: bn_mode_nodata_lab.jnl
*** Running ferret script: bn_proleptic_gregorian_calendar.jnl
*** Running ferret script: bn_string_ngd_nbd.jnl
           *** NOTE: @NGD of string variable, counting null strings as missing
           *** NOTE: @NBD of string variable, counting null strings as missing
           *** NOTE: @NGD of string variable, counting null strings as missing
           *** NOTE: @NGD of string variable, counting null strings as missing
           *** NOTE: @NGD of string variable, counting null strings as missing
           *** NOTE: @NBD of string variable, counting null strings as missing
           *** NOTE: @NBD of string variable, counting null strings as missing
           *** NOTE: @NBD of string variable, counting null strings as missing
           *** NOTE: @NGD of string variable, counting null strings as missing
           *** NOTE: @NGD of string variable, counting null strings as missing
           *** NOTE: @NGD of string variable, counting null strings as missing
Replacing definition of axis XAX
Replacing definition of axis YAX
Replacing definition of axis ZAX
Replacing definition of axis TAX
           *** NOTE: @NBD of string variable, counting null strings as missing
           *** NOTE: @NBD of string variable, counting null strings as missing
           *** NOTE: @NGD of string variable, counting null strings as missing
           *** NOTE: @NGD of string variable, counting null strings as missing
           *** NOTE: @NBD of string variable, counting null strings as missing
           *** NOTE: @NGD of string variable, counting null strings as missing
*** Running ferret script: bn_cat_string.jnl
*** Running ferret script: bn_sort_strings.jnl
*** Running ferret script: bn_samplexyt.jnl
           *** NOTE: /XLIMITS and /YLIMITS are deprecated.
           *** NOTE: Use /HLIMITS and /VLIMITS instead.
*** Running ferret script: bn_last_go_file.jnl
*** Running ferret script: bn_cancel_upcase_uservar.jnl
 LISTing to file a.nc
 LISTing to file a.nc
*** Running ferret script: bn_cdf_keepax.jnl
 LISTing to file test0a.cdf
 LISTing to file test0b.cdf
 LISTing to file test0c.cdf
 LISTing to file test0d.cdf
 LISTing to file test0e.cdf
 LISTing to file test0f.cdf
 LISTing to file test0g.cdf
 LISTing to file test0h.cdf
 LISTing to file test0i.cdf
 LISTing to file test0j.cdf
 LISTing to file test0k.cdf
 LISTing to file test0l.cdf
 LISTing to file test0m.cdf
 LISTing to file test0n.cdf
 LISTing to file test0o.cdf
 LISTing to file test0p.cdf
 LISTing to file test_abs.cdf
 LISTing to file test_abs.cdf
 LISTing to file test_abs.cdf
 LISTing to file test_abs.cdf
 LISTing to file test_abs.cdf
 LISTing to file test_abs.cdf
 LISTing to file test_abs.cdf
 LISTing to file test_abs.cdf
 LISTing to file test_abs.cdf
 LISTing to file test_abs.cdf
 LISTing to file test_abs.cdf
 LISTing to file test_abs.cdf
 LISTing to file test_abs.cdf
 LISTing to file test_abs.cdf
 LISTing to file test_abs.cdf
 LISTing to file test_abs.cdf
 LISTing to file test_abs.cdf
 LISTing to file test_abs.cdf
 LISTing to file test_abs.cdf
 LISTing to file test_abs.cdf
 LISTing to file test_abs.cdf
 LISTing to file test_abs.cdf
 LISTing to file test_abs.cdf
 LISTing to file test_abs.cdf
 LISTing to file test_abs.cdf
 LISTing to file test_abs.cdf
 LISTing to file test_abs.cdf
 LISTing to file test_abs.cdf
           *** NOTE: Appending to NetCDF record axis which has no bounds attribute.
           *** NOTE: This will result in incorrect box sizes on record axis: TCENTURY
           *** NOTE: Write the data initially with the /BOUNDS qualifier
 LISTing to file test2.cdf
 LISTing to file FL.cdf
 LISTing to file FTLON.cdf
 **ERROR: invalid command: /CLOBBER not specified and file exists: test_abs.cdf
list/format=cdf/keep_axnames/l=1:10/file=test_abs.cdf l
 LISTing to file test_abs.cdf
 **TMAP ERR: Requested data range is outside of data set limits
             inconsistent I axis length for IL
list/format=cdf/keep_axnames/i=5:15/l=5:10/append/file=test_abs.cdf il
 LISTing to file test_abs.cdf
 **TMAP ERR: Requested data range is outside of data set limits
             Expected: IJ[J=          20 :          25 ] Found: IJ[J=           1 :          20 ]
list/format=cdf/keep_axnames/i=1:10/j=20:25/append/file=test_abs.cdf ij
 LISTing to file test_abs.cdf
 **TMAP ERR: attempt to redefine line
             # of dims in variable IJL2 is inconsist. w/ CDF file
list/format=cdf/keep_axnames/append/file=test_abs.cdf ijl2
 **ERROR: variable unknown or not in data set: IJKL[K=@AVE]
list/format=cdf/keep_axnames/append/file=test_abs.cdf ijkl[k=@ave]
 LISTing to file test_abs.cdf
 **TMAP ERR: error in line definition
             disordered output coordinate value:         363  Axis: TCENTURY
list/format=cdf/keep_axnames/l=13/append/file=test_abs.cdf l1
 LISTing to file FI.cdf
           *** NOTE: /KEEP_AXISNAMES ignored. Inconsistent w/ enhanced heading.
 LISTing to file test_fil0.cdf
           *** NOTE: /KEEP_AXISNAMES ignored. Inconsistent w/ enhanced heading.
 LISTing to file test_fil0.cdf
           *** NOTE: /KEEP_AXISNAMES ignored. Inconsistent w/ enhanced heading.
 LISTing to file test_fil0.cdf
           *** NOTE: /KEEP_AXISNAMES ignored. Inconsistent w/ enhanced heading.
 LISTing to file test_fil0.cdf
           *** NOTE: /KEEP_AXISNAMES ignored. Inconsistent w/ enhanced heading.
 LISTing to file test_fil0.cdf
           *** NOTE: /KEEP_AXISNAMES ignored. Inconsistent w/ enhanced heading.
 LISTing to file test_fil0.cdf
           *** NOTE: /KEEP_AXISNAMES ignored. Inconsistent w/ enhanced heading.
 LISTing to file test_fil0.cdf
           *** NOTE: /KEEP_AXISNAMES ignored. Inconsistent w/ enhanced heading.
 LISTing to file test_fil0.cdf
           *** NOTE: /KEEP_AXISNAMES ignored. Inconsistent w/ enhanced heading.
 LISTing to file test_fil0.cdf
           *** NOTE: /KEEP_AXISNAMES ignored. Inconsistent w/ enhanced heading.
 LISTing to file test_fil0.cdf
           *** NOTE: /KEEP_AXISNAMES ignored. Inconsistent w/ enhanced heading.
 LISTing to file test_fil0.cdf
           *** NOTE: /KEEP_AXISNAMES ignored. Inconsistent w/ enhanced heading.
 LISTing to file test_fil0.cdf
           *** NOTE: /KEEP_AXISNAMES ignored. Inconsistent w/ enhanced heading.
 LISTing to file test_fil0.cdf
           *** NOTE: /KEEP_AXISNAMES ignored. Inconsistent w/ enhanced heading.
 LISTing to file test_fil0.cdf
           *** NOTE: /KEEP_AXISNAMES ignored. Inconsistent w/ enhanced heading.
 LISTing to file test_fil0.cdf
           *** NOTE: /KEEP_AXISNAMES ignored. Inconsistent w/ enhanced heading.
 LISTing to file test_fil0.cdf
           *** NOTE: /KEEP_AXISNAMES ignored. Inconsistent w/ enhanced heading.
 LISTing to file test_fil0.cdf
           *** NOTE: /KEEP_AXISNAMES ignored. Inconsistent w/ enhanced heading.
 LISTing to file test_fil0.cdf
           *** NOTE: /KEEP_AXISNAMES ignored. Inconsistent w/ enhanced heading.
 LISTing to file test_fil0.cdf
           *** NOTE: /KEEP_AXISNAMES ignored. Inconsistent w/ enhanced heading.
 LISTing to file test_fil0.cdf
           *** NOTE: /KEEP_AXISNAMES ignored. Inconsistent w/ enhanced heading.
 LISTing to file test_fil0.cdf
 LISTing to file test_fil.cdf
 LISTing to file test_fil.cdf
 LISTing to file test_fil.cdf
 LISTing to file test_fil.cdf
 LISTing to file test_fil.cdf
 LISTing to file test_fil.cdf
 LISTing to file test_fil.cdf
 LISTing to file test_fil.cdf
 LISTing to file test_fil.cdf
 LISTing to file test_fil.cdf
           *** NOTE: Writing a subset of data with original axis names
           *** NOTE:   Axis was already written with a different set of coordinates
 **TMAP ERR: attempt to redefine line
             axis PSXT doesnt match CDF file
list/format=cdf/keep_axnames/append/file=test_fil.cdf ijk
 LISTing to file test_fil.cdf
           *** NOTE: Writing a subset of data with original axis names
           *** NOTE:   Axis was already written with a different set of coordinates
 **TMAP ERR: attempt to redefine line
             axis PSXT doesnt match CDF file
list/format=cdf/keep_axnames/append/file=test_fil.cdf ikl
 LISTing to file test_fil.cdf
           *** NOTE: Writing a subset of data with original axis names
           *** NOTE:   Axis was already written with a different set of coordinates
 **TMAP ERR: attempt to redefine line
             axis PSXT doesnt match CDF file
list/format=cdf/keep_axnames/append/file=test_fil.cdf ijl
 LISTing to file test_fil.cdf
           *** NOTE: Writing a subset of data with original axis names
           *** NOTE:   Axis was already written with a different set of coordinates
 **TMAP ERR: attempt to redefine line
             axis PSYT doesnt match CDF file
list/format=cdf/keep_axnames/append/file=test_fil.cdf jkl
 LISTing to file test_fil.cdf
           *** NOTE: Writing a subset of data with original axis names
           *** NOTE:   Axis was already written with a different set of coordinates
 **TMAP ERR: attempt to redefine line
             axis PSXU doesnt match CDF file
list/format=cdf/keep_axnames/append/file=test_fil.cdf ijkl
 LISTing to file test_fil.cdf
           *** NOTE: Writing a subset of data with original axis names
           *** NOTE:   Axis was already written with a different set of coordinates
 **TMAP ERR: attempt to redefine line
             axis PSXT doesnt match CDF file
list/format=cdf/keep_axnames/append/file=test_fil.cdf/j=1:50/l=2:3 ijl
 LISTing to file test_fil.cdf
           *** NOTE: Writing a subset of data with original axis names
           *** NOTE:   Axis was already written with a different set of coordinates
 **TMAP ERR: attempt to redefine line
             axis PSXT doesnt match CDF file
list/format=cdf/keep_axnames/append/file=test_fil.cdf/j=51:100/l=2:3 ijl
 LISTing to file test_fil.cdf
           *** NOTE: Writing a subset of data with original axis names
           *** NOTE:   Axis was already written with a different set of coordinates
 **TMAP ERR: attempt to redefine line
             axis PSXU doesnt match CDF file
list/format=cdf/keep_axnames/append/file=test_fil.cdf/j=30:40/k=5/l=1:3 ijkl
 LISTing to file test_fil.cdf
           *** NOTE: Writing a subset of data with original axis names
           *** NOTE:   Axis was already written with a different set of coordinates
 **TMAP ERR: attempt to redefine line
             axis PSZT doesnt match CDF file
list/format=cdf/keep_axnames/append/file=test_fil.cdf iavejkl
 LISTing to file test_fil.cdf
           *** NOTE: Writing a subset of data with original axis names
           *** NOTE:   Axis was already written with a different set of coordinates
 **TMAP ERR: attempt to redefine line
             axis PSXU doesnt match CDF file
list/format=cdf/keep_axnames/append/file=test_fil.cdf ijavekl
 LISTing to file test_fil.cdf
           *** NOTE: Writing a subset of data with original axis names
           *** NOTE:   Axis was already written with a different set of coordinates
 **TMAP ERR: attempt to redefine line
             axis PSXU doesnt match CDF file
list/format=cdf/keep_axnames/append/file=test_fil.cdf ijkavel
 LISTing to file test_fil.cdf
           *** NOTE: Writing a subset of data with original axis names
           *** NOTE:   Axis was already written with a different set of coordinates
 **TMAP ERR: attempt to redefine line
             axis PSXU doesnt match CDF file
list/format=cdf/keep_axnames/append/file=test_fil.cdf ijklave
 **ERROR: variable unknown or not in data set: IJKL
show grid ijkl
           *** NOTE: Axis coordinates are decreasing-ordered. Reversing ordering for axis Y1010_REV
*** Running ferret script: bn_keep_axisnames.jnl
 LISTing to file a.nc
 LISTing to file a.nc
*** Running ferret script: bn_key_label_minmax.jnl
*** Running ferret script: bn62_bug_fixes.jnl
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
*** Running ferret script: bn_convolve.jnl
*** Running ferret script: bn_tax_tstep.jnl
 LISTing to file a.nc
Replacing definition of axis TSEC
           *** NOTE: grid GSI1 used by data set a
           *** NOTE: Redefinition may alter apparent contents of data set
*** Running ferret script: bn_grads_z.jnl
Replacing definition of axis CAXIS
           *** NOTE: grid GMY1 used by data set grads_bug_file
           *** NOTE: Redefinition may alter apparent contents of data set
*** Running ferret script: bn_clock_syms.jnl
*** Running ferret script: bn63_bug_fixes.jnl
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file a.nc
 LISTing to file a.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
           *** NOTE: /UNIT=MONTHS is ambiguous ... using 1/12 of 365.2425 days
           *** NOTE: in GIF mode: ignoring SET MODE METAFILE
           *** NOTE: New # of line colors will take effect on next new window: SET WIN/NEW then define pen colors
           *** NOTE: Cannot cancel window when in batch mode
           *** NOTE: Cannot create new windows when batch mode set
           *** NOTE: in GIF mode: ignoring SET MODE METAFILE
           *** NOTE: New number of line colors will take effect on next new window: SET WIN/NEW or SET WIN/CLEAR
           *** NOTE: Cannot cancel window when in batch mode
           *** NOTE: Cannot create new windows when batch mode set
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
           *** NOTE: in GIF mode: ignoring SET MODE METAFILE
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
           *** NOTE: Axis coordinates are decreasing-ordered. Reversing ordering for axis ZAXLEVITR
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file xz.nc
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file a.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file a.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file a.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file t_bug.nc
Replacing definition of axis T_AXIS
 LISTing to file t_bug.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 **ERROR: invalid command: offset must be greater than or equal to zero
SET AXIS/STRIDE=12/OFFSET=-1 truemonth
 **ERROR: invalid command: stride must be greater than zero
SET AXIS/STRIDE=-1/OFFSET=1 truemonth
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
*** Running ferret script: bn_axis_reversed_syms.jnl
*** Running ferret script: bn_isdepth.jnl
*** Running ferret script: bn_var_hist_levels.jnl
*** Running ferret script: bn64_bug_fixes.jnl
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
*** Running ferret script: bn_long_grid_names.jnl
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
Replacing definition of grid G(G###)456789012345678902
 **ERROR: unknown defining grid: G=NO_EXIST12345678901234567890
load/x=160e/y=5s temp[d=2,k=1,g=no_exist12345678901234567890]
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
*** Running ferret script: bn_xml_repl.jnl
 LISTing to file a.nc
*** Running ferret script: bn65_bug_fixes.jnl
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
           *** NOTE: Units on axis "ENS" are not recognized: count
           *** NOTE: They will not be convertible:
 LISTing to file mypack.nc
           *** NOTE: LON1_15: Writing scaled coordinates not implemented. Suggest using nco operators on output file to pack coord values
           *** NOTE: LAT1800_1800: Writing scaled coordinates not implemented. Suggest using nco operators on output file to pack coord values
           *** NOTE: ENS: Writing scaled coordinates not implemented. Suggest using nco operators on output file to pack coord values
           *** NOTE: TIME: Writing scaled coordinates not implemented. Suggest using nco operators on output file to pack coord values
           *** NOTE: Units on axis "ENS" are not recognized: count
           *** NOTE: They will not be convertible:
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
Replacing definition of axis TAX
*** Running ferret script: bn_txtype_dmy.jnl
*** Running ferret script: bn_n_open_dsets_sym.jnl
 LISTing to file list_of_numbers.dat
*** Running ferret script: bn_multi_decade.jnl
Re-defining viewport V1
Re-defining viewport V2
Re-defining viewport V3
Re-defining viewport V4
Re-defining viewport V5
Re-defining viewport V6
Re-defining viewport V7
Re-defining viewport V8
*** Running ferret script: bn_show_xml_file.jnl
 LISTing to file b.nc
 LISTing to file dummy.dat
*** Running ferret script: bn66_bug_fixes.jnl
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
*** Running ferret script: bn_netcdf4.jnl
 Restoring default chunk cache settings
 Restoring default chunk cache settings
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 LISTing to file nc4_deflate4.nc
           *** NOTE: NetCDF Classic style cannot set compression, ignoring /DEFLATE
           *** NOTE: NetCDF Classic style cannot set chunking, ignoring /*CHUNK
 LISTing to file nc4_nodeflate3.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 LISTing to file nc4_deflate4bigchunk.nc
 LISTing to file nc4_nodeflate3.nc
 LISTing to file nc4_deflate4_xyt.nc
 LISTing to file nc4_deflate4_defaultchunk.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 LISTing to file nc4_inttemp_classic.nc
           *** NOTE: Converting data type of missing_value NC_FLOAT to match output type of variable NC_INT
 LISTing to file nc4_inttemp_set_list_deflate_chunk.nc
           *** NOTE: Converting data type of missing_value NC_FLOAT to match output type of variable NC_INT
 LISTing to file nc4_inttemp_shuffle_set_list_deflate_chunk.nc
           *** NOTE: Converting data type of missing_value NC_FLOAT to match output type of variable NC_INT
 LISTing to file nc4_inttemp_set_classic.nc
           *** NOTE: Converting data type of missing_value NC_FLOAT to match output type of variable NC_INT
 LISTing to file nc4_deflate4_t1.nc
 **TMAP ERR: syntax error in string
             If ChunkSize is set for any dimension of var, must set for all its dimensions
LIST/FORMAT=CDF/file=nc4_deflate4_t1.nc/clobber/ncformat=4/deflate/shuffle/tchunk=1  sst
 LISTing to file nc4_deflate4chunktoobig.nc
 **TMAP ERR: error specifying chunk sizes
             TChunkSize 0 is larger than dimension length 3
LIST/FORMAT=CDF/file=nc4_deflate4chunktoobig.nc/clobber/ncformat=4/deflate=1/xchunk=6/ychunk=18/tchunk=15 sst
*** Running ferret script: bn_scat2grid_bin.jnl
 LISTing to file a.nc
 LISTing to file a.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
*** Running ferret script: bn_axis_dir_symbols.jnl
*** Running ferret script: bn663_bug_fixes.jnl
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
           *** NOTE: in GIF mode: ignoring SET MODE METAFILE
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
*** Running ferret script: bn_set_axis_regular.jnl
           *** NOTE: Axis reset to be regular (evenly-spaced): MYX
           *** NOTE: Axis is already regular: MYX
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
           *** NOTE: Axis reset to be regular (evenly-spaced): MYX1
*** Running ferret script: bn_set_cancel_redirect.jnl
 Use the GO command to name a file of FERRET commands to be executed.
     e.g.   yes? GO filename
 
 Use "GO/HELP filename" to read documentation in  the file to be executed.
 Use the GO command to name a file of FERRET commands to be executed.
     e.g.   yes? GO filename
 
 Use "GO/HELP filename" to read documentation in  the file to be executed.
 Use the GO command to name a file of FERRET commands to be executed.
     e.g.   yes? GO filename
 
 Use "GO/HELP filename" to read documentation in  the file to be executed.
 Use the GO command to name a file of FERRET commands to be executed.
     e.g.   yes? GO filename
 
 Use "GO/HELP filename" to read documentation in  the file to be executed.
 Use the GO command to name a file of FERRET commands to be executed.
     e.g.   yes? GO filename
 
 Use "GO/HELP filename" to read documentation in  the file to be executed.
 Use the GO command to name a file of FERRET commands to be executed.
     e.g.   yes? GO filename
 
 Use "GO/HELP filename" to read documentation in  the file to be executed.
 Use the GO command to name a file of FERRET commands to be executed.
     e.g.   yes? GO filename
 
 Use "GO/HELP filename" to read documentation in  the file to be executed.
 Use the GO command to name a file of FERRET commands to be executed.
     e.g.   yes? GO filename
 
 Use "GO/HELP filename" to read documentation in  the file to be executed.
           *** NOTE: Axis is already regular: MYAXIS
 **ERROR: variable unknown or not in data set: GARBAGE
show grid garbage
 Use the GO command to name a file of FERRET commands to be executed.
     e.g.   yes? GO filename
 
 Use "GO/HELP filename" to read documentation in  the file to be executed.
           *** NOTE: stderr is not redirected
 Use the GO command to name a file of FERRET commands to be executed.
     e.g.   yes? GO filename
 
 Use "GO/HELP filename" to read documentation in  the file to be executed.
 Use the GO command to name a file of FERRET commands to be executed.
     e.g.   yes? GO filename
 
 Use "GO/HELP filename" to read documentation in  the file to be executed.
 Use the GO command to name a file of FERRET commands to be executed.
     e.g.   yes? GO filename
 
 Use "GO/HELP filename" to read documentation in  the file to be executed.
*** Running ferret script: bn_min_max_smoothers.jnl
*** Running ferret script: bn_vector_symbols.jnl
 Using every   8th vector in the X direction
 Using every   7th vector in the Y direction
*** Running ferret script: bn_variance_large.jnl
*** Running ferret script: bn_labnum_calendar.jnl
*** Running ferret script: bn665_bug_fixes.jnl
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file a.nc
 LISTing to file a.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
*** Running ferret script: bn_floatstr.jnl
*** Running ferret script: bn67_bug_fixes.jnl
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
Replacing definition of axis YAX
Replacing definition of axis YAX
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file aa.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 **ERROR: value out of legal range: illegal mode argument. Negative or > 1.e+9,
set mode desperate 9999999999.
 **ERROR: value out of legal range: illegal mode argument. Negative or > 1.e+9,
set mode desperate 1234567890123456789
           *** NOTE: MODE DESPERATE is deprecated. Use MODE FRUGAL
           *** NOTE: MODE DESPERATE is deprecated. Use MODE FRUGAL
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file g.nc
Replacing definition of axis YAX_DUP_AXNAMES
 LISTing to file h.nc
 LISTing to file gh.nc
 LISTing to file justh.nc
 LISTing to file justg.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file a.nc
 LISTing to file a.nc
*** Running ferret script: bn_NaN_note.jnl
           *** NOTE: Axis coordinates are decreasing-ordered. Reversing ordering for axis l
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
           *** NOTE: No missing_value or _FillValue attribute. Using NaN for variable: broiled
           *** NOTE: Axis coordinates are decreasing-ordered. Reversing ordering for axis l
*** Running ferret script: bn671_bug_fixes.jnl
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo

Bailing out of external function "tax_year":
	 Function not valid for modulo time axis
 **ERROR: error in external function
list/L=15:20 tax_year(t[gt=tvar],tvar)
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file a.nc
 LISTing to file a.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file cc.nc
 LISTing to file c1.nc
 TEMPORARY data cleared from memory
 LISTing to file c2.nc
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
           *** NOTE: Axis coordinates are decreasing-ordered. Reversing ordering for axis lev
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
*** Running ferret script: bn68_bug_fixes.jnl
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
Replacing definition of axis TAXIS
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
           *** NOTE: Adjusting Y-axis label size from 0.100 to 0.089, to avoid running off page.
           *** NOTE: ./v6jnls/err672_vert_axislabel.jnl
           *** NOTE: Adjusting Y-axis label size from 0.100 to 0.089, to avoid running off page.
           *** NOTE: Adjusting Y-axis label size from 0.100 to 0.030, to avoid running off page.
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
           *** NOTE: Axis coordinates are decreasing-ordered. Reversing ordering for axis RLATU79_961_9
           *** NOTE: Axis coordinates are decreasing-ordered. Reversing ordering for axis RLATU79_961_9
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
           *** NOTE: Adjusting Y-axis label size from 0.100 to 0.089, to avoid running off page.
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 **ERROR: command syntax: illegal name, matches an operator: AND
DEFINE VARIABLE AND = 5
 **ERROR: command syntax: illegal name, matches an operator: OR
DEFINE VARIABLE OR = 5
 **ERROR: command syntax: illegal name, matches an operator: GT
DEFINE VARIABLE GT = 5
 **ERROR: command syntax: illegal name, matches an operator: GE
DEFINE VARIABLE GE = 5
 **ERROR: command syntax: illegal name, matches an operator: LT
DEFINE VARIABLE LT = 5
 **ERROR: command syntax: illegal name, matches an operator: LE
DEFINE VARIABLE LE = 5
 **ERROR: command syntax: illegal name, matches an operator: EQ
DEFINE VARIABLE EQ = 5
 **ERROR: command syntax: illegal name, matches an operator: NE
DEFINE VARIABLE NE = 5
 **ERROR: command syntax: illegal name, matches an operator: IF
DEFINE VARIABLE IF  = 5
 **ERROR: command syntax: illegal name, matches an operator: ELSE
DEFINE VARIABLE ELSE = 5
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file a1.nc
 LISTing to file a2.nc
*** Running ferret script: bn_ifv.jnl
 **ERROR: command syntax: IFV I GT 3 THEN ( IFV I LT 5 THEN I ELSE -9 ) ELSE .333
          Cannot use multiple IFs in an expression
LIST/ORDER=X  IFV I GT 3 THEN ( IFV I LT 5 THEN I ELSE -9 ) ELSE .333
 **ERROR: command syntax: ifv I LT 5 THEN I ELSE -9
          ELSE before - is illegal
          negative constants need to be enclosed in parentheses
DEFINE VARIABLE A = ifv I LT 5 THEN I ELSE -9
*** Running ferret script: bn_randu2_randn2.jnl
 TEMPORARY data cleared from memory
 TEMPORARY data cleared from memory
 TEMPORARY data cleared from memory
 TEMPORARY data cleared from memory
 TEMPORARY data cleared from memory
 TEMPORARY data cleared from memory
*** Running ferret script: bn_axis_cf.jnl
 LISTing to file a.nc
 LISTing to file a.nc
 LISTing to file a.nc
 LISTing to file a.nc
 LISTing to file a.nc
 LISTing to file a.nc
 LISTing to file a.nc
 LISTing to file a.nc
*** Running ferret script: bn_repeated_coords.jnl
           *** NOTE: Axis has repeated values -- micro-adjusting TMIN
           *** NOTE: Coordinates out of order or missing on axis TMIN at subscript 4
           *** NOTE: A dummy axis of subscripts will be used
           *** NOTE: Axis has repeated values -- micro-adjusting ...
*** Running ferret script: bn_xml_header.jnl
*** Running ferret script: bn_eof_simple.jnl
Replacing definition of axis XAXIS

Bailing out of external function "eofsvd_stat":
	There are no spatial locations having complete time series.
 **ERROR: error in external function
list eofsvd_stat(spacegap)

Bailing out of external function "eofsvd_space":
	There are no spatial locations having complete time series.
 **ERROR: error in external function
list eofsvd_space(spacegap)

Bailing out of external function "eofsvd_tfunc":
	There are no spatial locations having complete time series.
 **ERROR: error in external function
list eofsvd_tfunc(spacegap)
Replacing definition of axis XAXIS

Bailing out of external function "eof_stat":
	 Function EOF_STAT not available in this version of Ferret. Use EOFSVD_STAT
 **ERROR: error in external function
list eof_stat(spacetime, 1.0)

Bailing out of external function "eof_space":
	 Function EOF_SPACE not available in this version of Ferret. Use EOFSVD_SPACE
 **ERROR: error in external function
load eofs

Bailing out of external function "eof_space":
	 Function EOF_SPACE not available in this version of Ferret. Use EOFSVD_SPACE
 **ERROR: error in external function
list dot_t(v1, v1)

Bailing out of external function "eof_space":
	 Function EOF_SPACE not available in this version of Ferret. Use EOFSVD_SPACE
 **ERROR: error in external function
list dot_t(v1, v2)

Bailing out of external function "eof_space":
	 Function EOF_SPACE not available in this version of Ferret. Use EOFSVD_SPACE
 **ERROR: error in external function
list dot_t(v2, v1)

Bailing out of external function "eof_space":
	 Function EOF_SPACE not available in this version of Ferret. Use EOFSVD_SPACE
 **ERROR: error in external function
list dot_t(v2, v2)

Bailing out of external function "eof_tfunc":
	 Function EOF_TFUNC not available in this version of Ferret. Use EOFSVD_TFUNC
 **ERROR: error in external function
load tafs

Bailing out of external function "eof_tfunc":
	 Function EOF_TFUNC not available in this version of Ferret. Use EOFSVD_TFUNC
 **ERROR: error in external function
list dot_t(v1, v1)

Bailing out of external function "eof_tfunc":
	 Function EOF_TFUNC not available in this version of Ferret. Use EOFSVD_TFUNC
 **ERROR: error in external function
list dot_t(v1, v2)

Bailing out of external function "eof_tfunc":
	 Function EOF_TFUNC not available in this version of Ferret. Use EOFSVD_TFUNC
 **ERROR: error in external function
list dot_t(v2, v1)

Bailing out of external function "eof_tfunc":
	 Function EOF_TFUNC not available in this version of Ferret. Use EOFSVD_TFUNC
 **ERROR: error in external function
list dot_t(v2, v2)
*** Running ferret script: bn_eof_simple2.jnl

Bailing out of external function "eof_stat":
	 Function EOF_STAT not available in this version of Ferret. Use EOFSVD_STAT
 **ERROR: error in external function
list eof_stat(spacetime, 1.0)

Bailing out of external function "eof_space":
	 Function EOF_SPACE not available in this version of Ferret. Use EOFSVD_SPACE
 **ERROR: error in external function
load eofs

Bailing out of external function "eof_space":
	 Function EOF_SPACE not available in this version of Ferret. Use EOFSVD_SPACE
 **ERROR: error in external function
list dot_t(v1, v1)

Bailing out of external function "eof_space":
	 Function EOF_SPACE not available in this version of Ferret. Use EOFSVD_SPACE
 **ERROR: error in external function
list dot_t(v1, v2)

Bailing out of external function "eof_space":
	 Function EOF_SPACE not available in this version of Ferret. Use EOFSVD_SPACE
 **ERROR: error in external function
list dot_t(v2, v1)

Bailing out of external function "eof_space":
	 Function EOF_SPACE not available in this version of Ferret. Use EOFSVD_SPACE
 **ERROR: error in external function
list dot_t(v2, v2)

Bailing out of external function "eof_tfunc":
	 Function EOF_TFUNC not available in this version of Ferret. Use EOFSVD_TFUNC
 **ERROR: error in external function
load tafs

Bailing out of external function "eof_tfunc":
	 Function EOF_TFUNC not available in this version of Ferret. Use EOFSVD_TFUNC
 **ERROR: error in external function
list dot_t(v1, v1)

Bailing out of external function "eof_tfunc":
	 Function EOF_TFUNC not available in this version of Ferret. Use EOFSVD_TFUNC
 **ERROR: error in external function
list dot_t(v1, v2)

Bailing out of external function "eof_tfunc":
	 Function EOF_TFUNC not available in this version of Ferret. Use EOFSVD_TFUNC
 **ERROR: error in external function
list dot_t(v2, v1)

Bailing out of external function "eof_tfunc":
	 Function EOF_TFUNC not available in this version of Ferret. Use EOFSVD_TFUNC
 **ERROR: error in external function
list dot_t(v2, v2)
*** Running ferret script: bn_interpolate_6d.jnl
*** Running ferret script: bn_regrid_6d.jnl
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
Replacing definition of axis XFINE
Replacing definition of axis XCOARSE
Replacing definition of axis YFINE
Replacing definition of axis YCOARSE
Replacing definition of grid G24
*** Running ferret script: bn_syntax_6d.jnl
*** Running ferret script: bn_expressions_6d.jnl
 **ERROR: command syntax: IF _m GT 3 THEN ( IF _m LT 5 THEN _m ELSE -9 ) ELSE .333
          Cannot use multiple IFs in an expression
LIST/order=e  IF _m GT 3 THEN ( IF _m LT 5 THEN _m ELSE -9 ) ELSE .333
 **ERROR: command syntax: IF _m LT 5 THEN _m ELSE -9
          ELSE before - is illegal
          negative constants need to be enclosed in parentheses
DEFINE VARIABLE A = IF _m LT 5 THEN _m ELSE -9
 **ERROR: variable unknown or not in data set: A1
load a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21
*** Running ferret script: bn_direction_fcns_6d.jnl
*** Running ferret script: bn_regrid_transforms_6d.jnl
Replacing definition of axis FAX4DAY
*** Running ferret script: bn_aggregate_e.jnl
           *** NOTE: Variable "AIRT" excluded from aggregate: Not found in all member datasets
           *** NOTE: Variable "AIRT" excluded from aggregate: Not found in all member datasets
           *** NOTE: /FILES is deprecated.  Use /MEMBERS
 **ERROR: unknown data set: dset 3
DEFINE DATA/AGGREGAT/E windy = 1,2,3
           *** NOTE: Variable "UWND" excluded from aggregate: T axis differs among members
           *** NOTE: Variable "VWND" excluded from aggregate: T axis differs among members
           *** NOTE: Variable "SPEH" excluded from aggregate: Not found in all member datasets
 **ERROR: error defining aggregate dataset: No valid datasets or datasets share no variables that can be aggregated.
DEFINE DATA/AGGREGAT/E windy = 1,2
           *** NOTE: Variable "SPEH" excluded from aggregate: Not found in all member datasets
           *** NOTE: Variable "UIN" excluded from aggregate: Not found in all member datasets
           *** NOTE: Variable "VIN" excluded from aggregate: Not found in all member datasets
           *** NOTE: Variable "AIRT" excluded from aggregate: Not found in all member datasets
           *** NOTE: Variable "AIRT" excluded from aggregate: Not found in all member datasets
           *** NOTE: Dataset used in aggregation.  Canceling aggregation, my_ens
           *** NOTE: Variable "AIRT" excluded from aggregate: Not found in all member datasets
           *** NOTE: Variable "AIRT" excluded from aggregate: Not found in all member datasets
           *** NOTE: Variable "AIRT" excluded from aggregate: Not found in all member datasets
           *** NOTE: /FILES is deprecated.  Use /MEMBERS
           *** NOTE: Dataset used in aggregation.  Canceling aggregation, fourfiles
           *** NOTE: Dataset used in aggregation.  Canceling aggregation, some
           *** NOTE: Dataset used in aggregation.  Canceling aggregation, more
*** Running ferret script: bn_6d_lab_mode.jnl
           *** NOTE: MODE 6D_lab is deprecated. Leave the mode set; output automatically adjusts to 4D or 6D grids
           *** NOTE: MODE 6D_lab is deprecated. Leave the mode set; output automatically adjusts to 4D or 6D grids
           *** NOTE: MODE 6D_lab is deprecated. Leave the mode set; output automatically adjusts to 4D or 6D grids
           *** NOTE: MODE 6D_lab is deprecated. Leave the mode set; output automatically adjusts to 4D or 6D grids
*** Running ferret script: bn682_bug_fixes.jnl
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
*** Running ferret script: bn683_bug_fixes.jnl
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
           *** NOTE: Adjusting Y-axis label size from 0.100 to 0.001, to avoid running off page.
           *** NOTE: /home/users/tmap/ferret/rhel6-x86_64-linux/go/magnify.jnl
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file a.nc
 LISTing to file a.nc
*** Running ferret script: bn_outtype.jnl
 LISTing to file mytype.nc
 LISTing to file mytype.nc
           *** NOTE: Converting data type of missing_value NC_FLOAT to match output type of variable NC_DOUBLE
 LISTing to file mytype.nc
 LISTing to file mytype.nc
 LISTing to file mytype.nc
 LISTing to file mytype.nc
 LISTing to file mytype.nc
 LISTing to file mytype.nc
 LISTing to file mytype.nc
 LISTing to file mytype.nc
 LISTing to file mytype.nc
 LISTing to file mytype.nc
 LISTing to file mytype.nc
*** Running ferret script: bn_ribbon_plot.jnl
*** Running ferret script: bn_descr_4digit.jnl
*** Running ferret script: bn_axis_outtype.jnl
 LISTing to file mytype.nc
 LISTing to file mytype.nc
           *** NOTE: Converting data type of missing_value NC_FLOAT to match output type of variable NC_DOUBLE
 LISTing to file mytype.nc
 LISTing to file mytype.nc
 LISTing to file mytype.nc
 LISTing to file mytype.nc
 LISTing to file mytype.nc
NetCDF: Numeric conversion not representable (OPeNDAP/netCDF Error code -60)
 failure writing to CDF output file
LIST/FORMAT=CDF/L=32875000:32875201/clobber/file=mytype.nc tt
 LISTing to file mytype.nc
NetCDF: Numeric conversion not representable (OPeNDAP/netCDF Error code -60)
 failure writing to CDF output file
LIST/FORMAT=CDF/clobber/file=mytype.nc my_data
 LISTing to file mytype.nc
*** Running ferret script: bn_axis_nonmonotonic.jnl
 **ERROR: improper grid or axis definition: data for DEFINE AXIS/FROM_VARIABLE is not monotonically increasing at index 12
define axis/t/units=days tax = tvar
*** Running ferret script: bn_vec_mod.jnl
 Using every   9th vector in the X direction
 Using every   9th vector in the X direction
 Using every   9th vector in the X direction
*** Running ferret script: bn685_bug_fixes.jnl
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file aa.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file aa.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file a.nc
 LISTing to file aa.nc
 LISTing to file aa.nc
 LISTing to file aa.nc
 LISTing to file aa.nc
 LISTing to file aa.nc
NetCDF: Numeric conversion not representable (OPeNDAP/netCDF Error code -60)
 data in attribute missing_value not representable in output type NC_INT
NetCDF: Numeric conversion not representable (OPeNDAP/netCDF Error code -60)
 data in attribute _FillValue not representable in output type NC_INT
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
           *** NOTE: in GIF mode: ignoring SET MODE METAFILE
           *** NOTE: in GIF mode: ignoring SET MODE METAFILE
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file a.nc
 LISTing to file a.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
           *** NOTE: in GIF mode: ignoring SET MODE METAFILE
           *** NOTE: in GIF mode: ignoring SET MODE METAFILE
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 **ERROR: command syntax: .HELLO
list .hello
 **ERROR: variable unknown or not in data set: A.UNITS
 
list a.units
 **ERROR: variable unknown or not in data set: A.UNITS
list a.units
 **ERROR: attribute undefined or invalid attribute name: ..HISTORY
          attribute HISTORY not found for dataset
list ..history
 **ERROR: variable unknown or not in data set: ..HISTORY
list ..history
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
Replacing definition of axis AXI
Replacing definition of axis AXI_COARSE
Replacing definition of axis AXI
Replacing definition of axis AXI_COARSE
Replacing definition of axis AXI
Replacing definition of axis AXI_COARSE
Replacing definition of axis AXI
Replacing definition of axis AXI_COARSE
Replacing definition of axis AXI
Replacing definition of axis AXI_COARSE
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file sst_new.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
           *** NOTE: Axis trajectory is of type char or string
           *** NOTE: A dummy axis of subscripts will be used
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
*** Running ferret script: bn_dsg_e_x.jnl
*** Running ferret script: bn_nco_append.jnl
 LISTing to file append_to_this.nc
*** Running ferret script: bn_nobounds.jnl
 LISTing to file a.nc
 LISTing to file a.nc
           *** NOTE: Axis definition error on axis: TGAP
           *** NOTE: Bounds given describe non-contiguous axis cells
           *** NOTE: Using the LOWER bound specified for each axis cell
 LISTing to file a.nc
 LISTing to file a.nc
*** Running ferret script: bn_write_integer_att.jnl
 LISTing to file a.nc
*** Running ferret script: bn_descriptor_mc.jnl
*** Running ferret script: bn_plot_color_only.jnl
           *** NOTE: New # of line colors will take effect on next new window: SET WIN/NEW then define pen colors
           *** NOTE: Cannot cancel window when in batch mode
           *** NOTE: Cannot create new windows when batch mode set
           *** NOTE: New number of line colors will take effect on next new window: SET WIN/NEW or SET WIN/CLEAR
           *** NOTE: Cannot cancel window when in batch mode
           *** NOTE: Cannot create new windows when batch mode set
 **ERROR: command syntax: COLOR
          /COLOR must have an argument for PLOT/OVERLAY
plot/i=1:100/over/COLOR 0.6*sin(i/7)
 **ERROR: command syntax: COLOR
          /COLOR not valid for PLOT/LEVELS ribbon plot
plot/i=1:100/ribbon/COLOR sin(i/6),0.6*sin(i/7)
*** Running ferret script: bn_vtree.jnl
           *** NOTE: Variable "FVX" excluded from aggregate: Not found in all member datasets
           *** NOTE: Variable "FVZ" excluded from aggregate: Not found in all member datasets
           *** NOTE: Variable "FVZ" excluded from aggregate: Not found in all member datasets
 **ERROR: unknown defining grid: G=NOEXIST
list b
 **ERROR: command syntax: 45S
list c
 **ERROR: command syntax: ,
list d
 **ERROR: command syntax: P=1
list e
 **ERROR: illegal limits: X axis limits don't match variable def'n: A
          Are you giving explicit limits when SET REGION would suffice ?
list f
Replacing definition of axis ZAX
*** Running ferret script: bn686_bug_fixes.jnl
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
           *** NOTE: Changing the type of attribute a.ival
           *** NOTE: Changing the value of attribute a.ival
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 **TMAP ERR: non-existent or not on line
             nosuchfile.nc
SET DAT/FORM=CDF nosuchfile.nc
 **TMAP ERR: non-existent or not on line
             Searched $FER_DESCR and $FER_DATA for nosuchfile(.nc ,.cdf,.des,.agg)
SET DAT/FORM=CDF nosuchfile
 **TMAP ERR: non-existent or not on line
             Searched $FER_DESCR and $FER_DATA for snoopy(.nc ,.cdf,.des,.agg)
SET DAT/FORM=CDF snoopy
 **netCDF error
             NetCDF: Unknown file format (OPeNDAP/netCDF Error code -51)
             Data set: ./snoopy.dat
SET DAT/FORM=CDF snoopy.dat
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
           *** NOTE: regarding ./data/climatological_axes.cdf ...
           *** NOTE: Climatological axes SEASONAL_REG, MONTH_REG, and MONTH_IRREG defined
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
*** Running ferret script: bn_long_symnames.jnl
*** Running ferret script: bn_strdim.jnl
 LISTing to file a.nc
 LISTing to file a.nc
*** Running ferret script: bn_single_colorlev.jnl
*** Running ferret script: bn69_bug_fixes.jnl
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file a.nc
Replacing definition of axis XAXIS_TEST
 LISTing to file b.nc
 LISTing to file c.nc
 LISTing to file c.nc
 LISTing to file c.nc
 LISTing to file c.nc
 LISTing to file c.nc
 LISTing to file nc
 **TMAP ERR: error in line definition
             file coords dont match variable coords on axis XAXIS_TEST
LIST/FORMAT=CDF/clobber/keep/file=nc b,a[d=1]
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
           *** NOTE: Changing the value of attribute v1.long_name
           *** NOTE: Changing the value of attribute v1.units
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 **ERROR: attribute undefined or invalid attribute name: temp.noexist[d=levitus_climatology]
          attribute noexist not found for variable TEMP
show att temp.noexist[d=levitus_climatology]
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 **ERROR: invalid command: illegal new name.  Variable b already defined
set var/name=b a
 **ERROR: invalid command: illegal new name.  Variable b already defined
set var/name=b a
 **ERROR: invalid command: illegal new name.  Variable temp exists in dataset
set var/name=temp salt
 **ERROR: invalid command: illegal new name.  Variable psi exists in dataset
set var/name=psi myvar
 **ERROR: invalid command: illegal new name.  Variable diff already defined
set var/name=diff w
*** Running ferret script: bn_bad_axis_bounds.jnl
           *** NOTE: Axis definition error on axis: MONTH_IRREG. Bounds describe cells that overlap one another
           *** NOTE: Error in bounds "MONTH_IRREG_bnds" or bounds do not enclose point on axis MONTH_IRREG
           *** NOTE: Substituting coordinate midpoints
*** Running ferret script: bn_enter_exit_GO.jnl
*** Running ferret script: bn_stddev.jnl
*** Running ferret script: bn_set_axis_name.jnl
 LISTing to file a.nc
 LISTing to file a.nc
 LISTing to file b.nc
 LISTing to file c.nc
 **ERROR: invalid command: illegal new name. Axis days2000 is already defined
set axis/name=days2000 x_in_meters
 **ERROR: invalid command: illegal new name given for axis
set axis/name x_in_meters
 **ERROR: invalid command: illegal new name given for axis 45
set axis/name=45 x_in_meters
 **ERROR: invalid command: illegal new name given for axis .fr
set axis/name=.fr x_in_meters
*** Running ferret script: bn_let_remote.jnl
           *** NOTE: netCDF bounds variable definition error
           *** NOTE: Bounds definition "time_bnds" points to no existing axis
           *** NOTE: Ignoring BOUNDS attribute
           *** NOTE: netCDF bounds variable definition error
           *** NOTE: Bounds definition "depth_bnds" points to no existing axis
           *** NOTE: Ignoring BOUNDS attribute
           *** NOTE: netCDF bounds variable definition error
           *** NOTE: Bounds definition "lat_bnds" points to no existing axis
           *** NOTE: Ignoring BOUNDS attribute
           *** NOTE: netCDF bounds variable definition error
           *** NOTE: Bounds definition "lon_bnds" points to no existing axis
           *** NOTE: Ignoring BOUNDS attribute
           *** NOTE: netCDF bounds variable definition error
           *** NOTE: Bounds definition "time_bnds" points to no existing axis
           *** NOTE: Ignoring BOUNDS attribute
           *** NOTE: netCDF bounds variable definition error
           *** NOTE: Bounds definition "depth_bnds" points to no existing axis
           *** NOTE: Ignoring BOUNDS attribute
           *** NOTE: netCDF bounds variable definition error
           *** NOTE: Bounds definition "lat_bnds" points to no existing axis
           *** NOTE: Ignoring BOUNDS attribute
           *** NOTE: netCDF bounds variable definition error
           *** NOTE: Bounds definition "lon_bnds" points to no existing axis
           *** NOTE: Ignoring BOUNDS attribute
           *** NOTE: netCDF bounds variable definition error
           *** NOTE: Bounds definition "time_bnds" points to no existing axis
           *** NOTE: Ignoring BOUNDS attribute
           *** NOTE: netCDF bounds variable definition error
           *** NOTE: Bounds definition "depth_bnds" points to no existing axis
           *** NOTE: Ignoring BOUNDS attribute
           *** NOTE: netCDF bounds variable definition error
           *** NOTE: Bounds definition "lat_bnds" points to no existing axis
           *** NOTE: Ignoring BOUNDS attribute
           *** NOTE: netCDF bounds variable definition error
           *** NOTE: Bounds definition "lon_bnds" points to no existing axis
           *** NOTE: Ignoring BOUNDS attribute
 **ERROR: command syntax: /REMOTE variable expression may not contain [d=
DEFINE VARIABLE/D=1/remote rvar = t00an1[d=1,z=1:100@ave]
 **ERROR: command syntax: /REMOTE variable definition must also specify /D=
DEFINE VARIABLE/remote rvar = t00an1[d=1,z=1:100@ave]
 **netCDF error
             Unable to open URL with REMOTE variable definitions:
             Data set: http://ferret.pmel.noaa.gov/nvods/thredds/dodsC/las/woa05_annual/data_ferret.pmel.noaa.gov_pmel_thredds_dodsC_data_PMEL_WOA05nc_annual_t00an1.nc.jnl
 **TMAP ERR: attribute reading error
             Unable to get varid for LET/REMOTE variable: NetCDF: Variable not found (OPeNDAP/netCDF Error code -49)
             Data set: http://ferret.pmel.noaa.gov/nvods/thredds/dodsC/las/woa05_annual/data_ferret.pmel.noaa.gov_pmel_thredds_dodsC_data_PMEL_WOA05nc_annual_t00an1.nc.jnl
 **TMAP ERR: attribute reading error
             Unable to get bad-value for LET/REMOTE variable: NetCDF: Attribute not found (OPeNDAP/netCDF Error code -43)
             Data set: http://ferret.pmel.noaa.gov/nvods/thredds/dodsC/las/woa05_annual/data_ferret.pmel.noaa.gov_pmel_thredds_dodsC_data_PMEL_WOA05nc_annual_t00an1.nc.jnl
 **netCDF error
             NetCDF: Variable not found (OPeNDAP/netCDF Error code -49)
             Data set: http://ferret.pmel.noaa.gov/nvods/thredds/dodsC/las/woa05_annual/data_ferret.pmel.noaa.gov_pmel_thredds_dodsC_data_PMEL_WOA05nc_annual_t00an1.nc.jnl
list/x=300/y=15 avar
*** Running ferret script: bn691_bug_fixes.jnl
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 **ERROR: invalid command: string/numeric data type mix-up. Argument 3 : TAX_DATESTRING
list tax_datestring (tt[L=3], tt, 5)
 **ERROR: invalid command: string/numeric data type mix-up. Argument 2 : TAX_DATESTRING
list tax_datestring (tt[L=3], "my_tax", "minutes")
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
           *** NOTE: Error in bounds "TAX_BB_PTSPAC_bnds" or bounds do not enclose point on axis TAX_BB_PTSPAC
           *** NOTE: Substituting coordinate midpoints
           *** NOTE: Error in bounds "TAX_BB_EVEN_NOENC_bnds" or bounds do not enclose point on axis TAX_BB_EVEN_NOENC
           *** NOTE: Substituting coordinate midpoints
           *** NOTE: Error in bounds "TAX_BB_IRR_bnds" or bounds do not enclose point on axis TAX_BB_IRR
           *** NOTE: Substituting coordinate midpoints
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 **ERROR: command syntax: must be a constant COS(1)
list {cos(1), sin(0)}
 **ERROR: command syntax: must be a constant 0-180
list {0-180, 180}
 **ERROR: command syntax: must be a constant  1./5.
list {0.1, 0.2, 1./5.}
 **ERROR: command syntax: must be a constant 5*3+1
list {5*3+1, 2+3}
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file tval.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file out.xml
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
Replacing definition of axis XAXIS
 **ERROR: request exceeds memory setting
load bigvar
Replacing definition of axis LONGTIME
 **ERROR: request exceeds memory setting
load bigvar
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
           *** NOTE: Ambiguous coordinates on X axis: TEMP[X=@AVE,Y=@AVE,L=1,D=1] + SST[X=@AVE,Y=@AVE,T=@AVE,D=2]
           *** NOTE: Ambiguous coordinates on Y axis: TEMP[X=@AVE,Y=@AVE,L=1,D=1] + SST[X=@AVE,Y=@AVE,T=@AVE,D=2]
 LISTing to file aa.nc
 LISTing to file bb.nc
 LISTing to file a.nc
 LISTing to file a.nc
 LISTing to file a.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 **ERROR: variable unknown or not in data set: A
list a
 **ERROR: variable unknown or not in data set: A
list a
 **ERROR: variable unknown or not in data set: B
list b
 **ERROR: variable unknown or not in data set: A
shade a
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 **ERROR: variable unknown or not in data set: A
list a
 **ERROR: variable unknown or not in data set: A
list a
 **ERROR: variable unknown or not in data set: B
list b
 **ERROR: variable unknown or not in data set: A
shade a
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file a.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 **ERROR: value out of legal range: Negative argument to function. Argument 3 : SUBSTRING
list substring("hello",1,-2)
 **ERROR: value out of legal range: Negative argument to function. Argument 3 : SUBSTRING
list substring("hello",1,-3)
*** Running ferret script: bn_append_dsg.jnl
rm: cannot remove `test_save_dsg.nc': No such file or directory
*** Running ferret script: bn_global_atts.jnl
 LISTing to file anew_global.nc
*** Running ferret script: bn_conventions_history.jnl
 LISTing to file conventions_history.nc
*** Running ferret script: bn_center_key_labels.jnl
*** Running ferret script: bn_wgt_transform.jnl
*** Running ferret script: bn_show_outfile.jnl
           *** NOTE: Variable "FVX" excluded from aggregate: Not found in all member datasets
           *** NOTE: Variable "FVZ" excluded from aggregate: Not found in all member datasets
           *** NOTE: Variable "FVZ" excluded from aggregate: Not found in all member datasets
 **ERROR: unknown defining grid: G=NOEXIST
list b
 **ERROR: command syntax: 45S
list c
 **ERROR: command syntax: ,
list d
 **ERROR: command syntax: P=1
list e
 **ERROR: illegal limits: X axis limits don't match variable def'n: A
          Are you giving explicit limits when SET REGION would suffice ?
list f
*** Running ferret script: bn_date1900_array.jnl
*** Running ferret script: bn_spawn_size.jnl
 LISTing to file bn_spawn_size1.cdf
 LISTing to file bn_spawn_size2.cdf
 LISTing to file bn_spawn_size3.cdf
 LISTing to file bn_spawn_size4.cdf
 LISTing to file bn_spawn_size5.cdf
 LISTing to file bn_spawn_size02.dat
 LISTing to file bn_spawn_size04.dat
 LISTing to file bn_spawn_size06.dat
 LISTing to file bn_spawn_size08.dat
 LISTing to file bn_spawn_size10.dat
 LISTing to file bn_spawn_size12.dat
 LISTing to file bn_spawn_size14.dat
*** Running ferret script: bn_polygon_log.jnl
 **ERROR: value out of legal range: coordinates on log axis negative or too small : -0.850
poly/i=1:100/vlog xbad+xsqr,ybad+ysqr,x*x/10
 **ERROR: value out of legal range: coordinates on log axis negative or too small : -0.689E-02
poly/i=1:100/hlog xbad+xsqr,ybad+ysqr,x*x/10
*** Running ferret script: bn694_bug_fixes.jnl
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file aa.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 **ERROR: unknown data set: BAD_D
stat/l=1/x=180/y=0 a
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file a.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file a.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 **ERROR: invalid command: REPEAT what ?
repeat/range=1:2/name=row
 **ERROR: invalid command: REPEAT what ?
repeat/range=1:2/name=row
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file a.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file a.nc
Replacing definition of axis TREDEF
           *** NOTE: grid GSI1 used by data set a
           *** NOTE: Redefinition may alter apparent contents of data set
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 **ERROR: invalid command: illegal format type - must be "GIF"
          frame/format=hdf/file=a.hdf
frame/format=hdf/file=a.hdf
 **ERROR: invalid command: illegal format type - must be "GIF"
          frame/file=a.png
frame/file=a.png
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 TEMPORARY data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
*** Running ferret script: bn_permute_ascii.jnl
Replacing definition of grid GRID3D
*** Running ferret script: bn_lon_lat_time_string.jnl
*** Running ferret script: bn_save_justdim.jnl
 LISTing to file a.nc
           *** NOTE: Saving E or F axis with time axis uses /RIGID in time
 LISTing to file a.nc
*** Running ferret script: bn_time2d.jnl
           *** NOTE: /UNIT=MONTHS is ambiguous ... using 1/12 of 365.2425 days
*** Running ferret script: bn_legend_labels.jnl
*** Running ferret script: bn_DQ.jnl
           *** NOTE: Changing the value of attribute foobar.some_text
           *** NOTE: Changing the value of attribute foobar.some_text
*** Running ferret script: bn695_bug_fixes.jnl
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
rm: cannot remove `WestCoastCarbon_9d9c_f562_77b5_5.nc': No such file or directory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
*** Running ferret script: bn_f_tax_fcns.jnl
 LISTing to file a.nc
Replacing definition of axis FSEC
           *** NOTE: grid GSI1 used by data set a
           *** NOTE: Redefinition may alter apparent contents of data set
*** Running ferret script: bn_fmrc.jnl
*** Running ferret script: bn_return_defined.jnl
*** Running ferret script: bn_can_var_noerr.jnl
 **ERROR: variable unknown or not in data set: B
cancel var b,a
*** Running ferret script: bn_annotate.jnl
 **ERROR: command syntax: xpos=a2
annotate/nouser/xpos=a2/ypos=0/halign=1/valign=0/angle=-45/siz=0.15 "My Lab"
 **ERROR: command syntax: ypos=b
annotate/nouser/xpos=0/ypos=b/halign=1/valign=0/angle=-45/siz=0.15 "My Lab"
 **ERROR: command syntax: halign=c
annotate/nouser/xpos=0/ypos=0/halign=c/valign=0/angle=-45/siz=0.15 "My Lab"
 **ERROR: command syntax: valign=d
annotate/nouser/xpos=0/ypos=0/halign=1/valign=d/angle=ee/siz=0.15 "My Lab"
 **ERROR: command syntax: siz=f
annotate/nouser/xpos=0/ypos=0/halign=1/valign=0/angle=-45/siz=f "My Lab"
 **ERROR: invalid command: /XPOS and /YPOS are required for ANNOTATE
annotate/nouser/ypos=0 "My Lab"
 **ERROR: invalid command: /XPOS and /YPOS are required for ANNOTATE
annotate/nouser/xpos=0/halign=1/valign=0/angle=-45/siz=0.15 "My Lab"
 **ERROR: invalid command: Specify only one of /USER /NOUSER /NORM
annotate/nouser/user/ypos=0/halign=1/valign=0/angle=-45/siz=0.15 "My Lab"
 **ERROR: command syntax: xpos=a2
def anno/nou/xpos=a2/ypos=0/hal=1/val=0/ang=-45/siz=0.15 "My Lab"
 **ERROR: command syntax: ypos=b
def anno/nou/xpos=0,3/ypos=b/hal=1/val=0/ang=-45/siz=0.15 "My Lab"
 **ERROR: command syntax: hal=c
def anno/nou/xpos=0/ypos=0/hal=c/val=0/ang=-45/siz=0.15 "My Lab"
 **ERROR: command syntax: val=d
def anno/nou/xpos=0/ypos=0/hal=1/val=d/ang=ee/siz=0.15 "My Lab"
 **ERROR: command syntax: siz=f
def anno/nou/xpos=0/ypos=0/hal=1/val=0/ang=-45/siz=f "My Lab"
 **ERROR: invalid command: /XPOS and /YPOS are required for ANNOTATE
def anno/nou/ypos=0 "My Lab"
 **ERROR: invalid command: /XPOS and /YPOS are required for ANNOTATE
def anno/nou/xpos=0/hal=1/val=0 "My Lab"
 **ERROR: invalid command: Specify only one of /USER /NOUSER /NORM
def anno/nou/user/xpos=0/ypos=0 "My Lab"
*** Running ferret script: bn_auxiliary.jnl
rm: cannot remove `layerz_test_data.txt': No such file or directory
 LISTing to file layerz_test_data.txt
 **ERROR: variable unknown or not in data set: (data set ok ?): noexist
SET VAR/layerz=depth noexist
           *** NOTE: Ambiguous coordinates on Z axis: TEMP6D-TEMPZ6D
 **ERROR: invalid command: auxiliary variable DEPTH6D has a T axis not found on variable TEMP
LIST/PREC=7 tempz6d_unmatch
Replacing definition of axis ZAX
*** Running ferret script: bn_plot_ribbon_gaploc.jnl
 **ERROR: command syntax: PLOT/VS/RIBBON/GAPLOC plot needs 4 arguments
plot/vs/thick/line/sym=21/siz=.3/ribbon/gap xpts, 10*ypts, color
 **ERROR: command syntax: PLOT/GAPLOC applies only to PLOT/VS/RIBBON
plot/vs/thick/line/sym=21/siz=0.3/gap xpts, 10*ypts, 10.1*ypts, 9.93*ypts, gvar
 **ERROR: command syntax: PLOT/GAPLOC applies only to PLOT/VS/RIBBON
plot/ov/nolab/vs/thick/line/sym=21/siz=.3/gapl xpts, color, gvar
*** Running ferret script: bn_time_short_axes.jnl
*** Running ferret script: bn_floatstr_extended.jnl
*** Running ferret script: bn696_bug_fixes.jnl
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
           *** NOTE: Units on axis "pfull1_1" are not recognized: hpa
           *** NOTE: They will not be convertible:
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 **ERROR: unknown data set: noexist
SHOW DATA noexist
 **ERROR: unknown data set: 2
SHOW DATA 2
 **ERROR: unknown data set: noexist
SHOW DATA/ATT noexist
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
*** Running ferret script: bn_bin_regrid.jnl
Replacing definition of axis DCOARSE
Replacing definition of axis IRR
Replacing definition of axis DCOARSE
Replacing definition of axis IRR
Replacing definition of axis DCOARSE
Replacing definition of axis IRR
Replacing definition of axis DCOARSE
Replacing definition of axis IRR
Replacing definition of axis DCOARSE
Replacing definition of axis IRR
*** Running ferret script: bn697_bug_fixes.jnl
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 **TMAP ERR: error in axis attributes
             Calendar definitions on T and F axes must match
             Data file: ./data/ft_cal_one.nc
SET DAT/FORM=CDF ft_cal_mixed.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file myfile.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
           *** NOTE: Variable "AIRT" excluded from aggregate: Not found in all member datasets
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 **ERROR: request exceeds memory setting
load/l=1:5 bigvar
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
Replacing definition of axis XAX
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
Replacing definition of axis TAX2
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 Using every   4th vector in the Y direction
 Using every   4th vector in the Y direction
 Using every   4th vector in the Y direction
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
Replacing definition of axis F_AX
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
Replacing definition of axis T_AXIS
Replacing definition of axis F_AXIS
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
Replacing definition of axis XAX
Replacing definition of axis XAX
Replacing definition of axis XAX
Replacing definition of axis XAX
Replacing definition of axis XAX
Replacing definition of axis XAX
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file a.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
Replacing definition of axis XAX
 LISTing to file a.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
Replacing definition of axis XAXIS
 LISTing to file a.nc
 LISTing to file a.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file a.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file a.nc
           *** NOTE: Changing the type of attribute sst.newch
           *** NOTE: Changing the value of attribute sst.newch
 LISTing to file a.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
*** Running ferret script: bn_aggregate_t.jnl
 LISTing to file tmp/tagg_reg_1.nc
 LISTing to file tmp/tagg_reg_2.nc
 LISTing to file tmp/tagg_reg_3.nc
 LISTing to file tmp/tagg_reg_4.nc
 LISTing to file tmp/tagg_reg_5.nc
 LISTing to file tmp/tagg_reg_6.nc
 LISTing to file tmp/tagg_reg_7.nc
 LISTing to file tmp/tagg_reg_8.nc
 LISTing to file tmp/tagg_reg_9.nc
 LISTing to file tmp/tagg_reg_10.nc
 LISTing to file tmp/tagg_reg_1.nc
 LISTing to file tmp/tagg_reg_1_duplicate.nc
 LISTing to file tmp/tagg_reg_no_T.nc
 LISTing to file tmp/tagg_reg_2_overlarge.nc
           *** NOTE: Not deleted: TDAY
           *** NOTE: Axis is in use by grid ((G###))
 LISTing to file tmp/tagg_irreg_1.nc
 LISTing to file tmp/tagg_irreg_2.nc
 LISTing to file tmp/tagg_irreg_3.nc
 LISTing to file tmp/tagg_irreg_4.nc
 LISTing to file tmp/tagg_irreg_5.nc
 LISTing to file tmp/tagg_irreg_6.nc
 LISTing to file tmp/tagg_irreg_7.nc
 LISTing to file tmp/tagg_irreg_8.nc
 LISTing to file tmp/tagg_irreg_9.nc
 LISTing to file tmp/tagg_irreg_10.nc
 LISTing to file tmp/tagg_irreg_1.nc
 LISTing to file tmp/tagg_irreg_1.nc
Replacing definition of axis TDAY_IR
 LISTing to file tmp/tagg_irreg_2_reg.nc
           *** NOTE: Not deleted: TDAY_IR
           *** NOTE: Axis is in use by grid ((G###))
 LISTing to file tmp/tagg_T0varying_1.nc
Replacing definition of axis TDAY_TVAR
 LISTing to file tmp/tagg_T0varying_2.nc
Replacing definition of axis TDAY_TVAR
 LISTing to file tmp/tagg_T0varying_3.nc
Replacing definition of axis TDAY_TVAR
 LISTing to file tmp/tagg_T0varying_4.nc
Replacing definition of axis TDAY_TVAR
 LISTing to file tmp/tagg_T0varying_5.nc
Replacing definition of axis TDAY_TVAR
 LISTing to file tmp/tagg_disjoint_T0varying_1.nc
Replacing definition of axis TDAY_TVAR
 LISTing to file tmp/tagg_disjoint_T0varying_2.nc
Replacing definition of axis TDAY_TVAR
 LISTing to file tmp/tagg_disjoint_T0varying_3.nc
Replacing definition of axis TDAY_TVAR
 LISTing to file tmp/tagg_disjoint_T0varying_4.nc
Replacing definition of axis TDAY_TVAR
 LISTing to file tmp/tagg_disjoint_T0varying_5.nc
Replacing definition of axis TDAY_TVAR
 LISTing to file tmp/tagg_disjoint_T0varying_6.nc
Replacing definition of axis TDAY_TVAR
 LISTing to file tmp/tagg_disjoint_T0varying_7.nc
Replacing definition of axis TDAY_TVAR
 LISTing to file tmp/tagg_disjoint_T0varying_8.nc
Replacing definition of axis TDAY_TVAR
 LISTing to file tmp/tagg_disjoint_T0varying_9.nc
Replacing definition of axis TDAY_TVAR
 LISTing to file tmp/tagg_disjoint_T0varying_10.nc
Replacing definition of axis TDAY_TVAR
 LISTing to file tmp/tagg_disjoint_T0varying_1.nc
Replacing definition of axis TDAY_TVAR
 LISTing to file tmp/tagg_disjoint_T0varying_3.nc
 LISTing to file tmp/tagg_disjoint_T0varying_4_wrong.nc
           *** NOTE: Not deleted: TDAY_WRONG
           *** NOTE: Axis is in use by grid ((G###))
 LISTing to file tmp/tagg_single_1.nc
 LISTing to file tmp/tagg_single_2.nc
 LISTing to file tmp/tagg_single_3.nc
 LISTing to file tmp/tagg_single_4.nc
 LISTing to file tmp/tagg_single_5.nc
 LISTing to file tmp/tagg_single_6.nc
           *** NOTE: Not deleted: TDAY
           *** NOTE: Axis is in use by grid ((G###))
           *** NOTE: /FILES is deprecated.  Use /MEMBERS
           *** NOTE: /FILES is deprecated.  Use /MEMBERS
 **ERROR: invalid command: given aggregation dataset name already in use: myagg2
define data/agg/t myagg2 = tmp/tagg_reg_1.nc, tmp/tagg_reg_2.nc, tmp/tagg_reg_2.nc
 **TMAP ERR: non-existent or not on line
             tmp/tagg_no_exist.nc
define data/agg/t myaggbad = tmp/tagg_no_exist.nc, tmp/tagg_reg_2.nc
 **TMAP ERR: non-existent or not on line
             tmp/tagg_no_exist.nc
define data/agg/t myaggbad = tmp/tagg_reg_1.nc, tmp/tagg_no_exist.nc
 **ERROR: improper grid or axis definition: first file of aggregation has no time axis tmp/tagg_reg_no_T.nc
DEFINE DATA/AGGREGAT/T myTindepagg = tmp/tagg_reg_no_T.nc
 **ERROR: improper grid or axis definition: time axis is not monotonic at L=1 of file tmp/tagg_reg_3.nc
define data/agg/t myagg3 = tmp/tagg_reg_1.nc, tmp/tagg_reg_2_overlarge.nc,tmp/tagg_reg_3.nc
 **TMAP ERR: non-existent or not on line
             Searched $FER_DESCR and $FER_DATA for 1(.nc ,.cdf,.des). For a Timeseries aggregation, specify the NetCDF file/path names or OPeNDAP dataset names.
define data/agg/t myagg2num = 1,2
           *** NOTE: /FILES is deprecated.  Use /MEMBERS
           *** NOTE: /FILES is deprecated.  Use /MEMBERS
           *** NOTE: /FILES is deprecated.  Use /MEMBERS
 **TMAP ERR: Unknown variable code
             in file tmp/tagg_disjoint_T0varying_4_wrong.nc time axis variable is missing: TDAY_TVAR
define data/agg/t myagg5_bad = tmp/tagg_disjoint_T0varying_1.nc, tmp/tagg_disjoint_T0varying_2.nc,tmp/tagg_disjoint_T0varying_3.nc, tmp/tagg_disjoint_T0varying_4_wrong.nc,tmp/tagg_disjoint_T0varying_5.nc
           *** NOTE: /FILES is deprecated.  Use /MEMBERS
 **ERROR: unknown command: garbage
garbage command syntax
 **ERROR: improper grid or axis definition: time axis is not monotonic at L=1 of file tmp/tagg_single_1.nc
define data/agg/t MYsing_irreg_agg4 = tmp/tagg_single_1.nc, tmp/tagg_single_1.nc, tmp/tagg_single_2.nc,tmp/tagg_single_4.nc, tmp/tagg_single_5.nc
 **ERROR: improper grid or axis definition: time axis is not monotonic at L=1 of file tmp/tagg_single_5.nc
define data/agg/t MYsing_irreg_agg4 = tmp/tagg_single_1.nc, tmp/tagg_single_2.nc,tmp/tagg_single_4.nc, tmp/tagg_single_5.nc, tmp/tagg_single_5.nc
*** Running ferret script: bn_unquoted_args.jnl
 LISTing to file tmp/test1.nc
 LISTing to file tmp/test2.nc
 LISTing to file tmp/test3.nc
 **ERROR: unknown command qualifier: erroneous
set data/erroneous tmp/test1.nc
 **ERROR: unknown command qualifier: erroneous
set data /erroneous tmp/test1.nc
 **TMAP ERR: non-existent or not on line
             /erroneous(.nc ,.cdf,.nc)
set data /erroneous, tmp/test1.nc
 **ERROR: unknown command qualifier: garbage
go/garbage tmp/testMe
 **ERROR: unknown command qualifier: garbage
go/garbage "tmp/testMe"
 **ERROR: unknown command qualifier: garbage
go/garbage ....../bench/tmp/testMe.jnl
 **ERROR: unknown command qualifier: garbage
go/garbage "....../bench/tmp/testMe.jnl"
*** Running ferret script: bn_long_lists.jnl
 **ERROR: command syntax: command line too long -- exceeds 2048
DEFINE VARIABLE a={1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5...
 **ERROR: variable unknown or not in data set: A
load a
 **ERROR: command syntax: command line too long -- exceeds 2048
"/arch
 **ERROR: command syntax: "/archive/ccsp/ipcc_ar4/CM2.1U-D4_1860-2000-AllForc_H1/pp/atmos/ts/monthly/100yr/atmos.0020.t_surf.nc","/archive/ccsp/ipcc_ar4/CM2.1U-D4_1860-2000-AllForc_H1/pp/atmos/ts/monthly/100yr/atmos.0021.t_surf...
"/archive/ccsp/ipcc_ar4/CM2.1U-D4_1860-2000-AllForc_H1/pp/atmos/ts/monthly/100yr/atmos.0020.t_surf.nc","/archive/ccsp/ipcc_ar4/CM2.1U-D4_1860-2000-AllForc_H1/pp/atmos/ts/monthly/100yr/atmos.0021.t_surf.nc","/archive/ccsp/ipcc_ar4/CM2.1U-D4_1860-2000-AllForc_H1/pp/atmos/ts/monthly/100yr/atmos.0022.t_surf.nc","/archive/ccsp/ipcc_ar4/CM2.1U-D4_1860-2000-AllForc_H1/pp/atmos/ts/monthly/100yr/atmos.0023.t_surf.nc","/archive/ccsp/ipcc_ar4/CM2.1U-D4_1860-2000-AllForc_H1/pp/atmos/ts/monthly/100yr/atmos.0024.t_surf.nc","/archive/ccsp/ipcc_ar4/CM2.1U-D4_1860-2000-AllForc_H1/pp/atmos/ts/monthly/100yr/atmos.0025.t_surf.nc",\}
*** Running ferret script: bn_show_uvar_grid.jnl
*** Running ferret script: bn_aggregate_f.jnl
 LISTing to file tmp/fcst_1.nc
 LISTing to file tmp/fcst_2.nc
 LISTing to file tmp/fcst_3.nc
 LISTing to file tmp/fcst_4.nc
 LISTing to file tmp/fcst_5.nc
 LISTing to file tmp/fcst_6.nc
 LISTing to file tmp/fcst_7.nc
 LISTing to file tmp/fcst_8.nc
 LISTing to file tmp/fcst_9.nc
 LISTing to file tmp/fcst_10.nc
 LISTing to file tmp/fcst_11.nc
 LISTing to file tmp/long_fcst_1.nc
 LISTing to file tmp/long_fcst_6.nc
 LISTing to file tmp/one_var_fcst_1.nc
 LISTing to file tmp/one_var_fcst_6.nc
 LISTing to file tmp/consecutive_month_fcst.nc
Replacing definition of axis MONTHLY
 LISTing to file tmp/irregular_start_time_fcst.nc
           *** NOTE: Variable "FCST_2" excluded from aggregate: Not found in all member datasets
           *** NOTE: Variable "FCST_2" excluded from aggregate: Not found in all member datasets
           *** NOTE: Variable "FCST_2" excluded from aggregate: Not found in all member datasets
           *** NOTE: Dataset used in aggregation.  Canceling aggregation, bn_aggregate_f.jnl
           *** NOTE: Dataset used in aggregation.  Canceling aggregation, my_fmrc
           *** NOTE: Variable "FCST_2" excluded from aggregate: Not found in all member datasets
           *** NOTE: Variable "FCST_2" excluded from aggregate: Not found in all member datasets
 **ERROR: error defining aggregate dataset: some files have duplicate forecast start times
DEFINE DATA/AGGREGAT/F my_fmrc = tmp/fcst_1.nc, tmp/fcst_2.nc,tmp/fcst_2.nc,tmp/fcst_3.nc
 **TMAP ERR: non-existent or not on line
             tmp/no_exist.nc
DEFINE DATA/AGGREGAT/F my_fmrc = XCAT(files,"tmp/no_exist.nc")
 **ERROR: error defining aggregate dataset: forecast start times are irregular or too gappy
DEFINE DATA/AGGREGAT/F my_fmrc = XCAT(files,"tmp/consecutive_month_fcst.nc")
 **ERROR: error defining aggregate dataset: forecast start times are irregular or too gappy
DEFINE DATA/AGGREGAT/F my_fmrc = XCAT(files,"tmp/irregular_start_time_fcst.nc")
*** Running ferret script: bn_aggregate_tef.jnl
ls: cannot access tmp/f04_e3_t3_1v.nc: No such file or directory
 LISTing to file tmp/f01_e1_t1.nc
 LISTing to file tmp/f01_e1_t1.nc
 LISTing to file tmp/f01_e1_t1.nc
 LISTing to file tmp/f01_e1_t2.nc
 LISTing to file tmp/f01_e1_t3.nc
 LISTing to file tmp/f01_e2_t1.nc
 LISTing to file tmp/f01_e2_t1.nc
 LISTing to file tmp/f01_e2_t1.nc
 LISTing to file tmp/f01_e2_t2.nc
 LISTing to file tmp/f01_e2_t3.nc
 LISTing to file tmp/f01_e3_t1.nc
 LISTing to file tmp/f01_e3_t1.nc
 LISTing to file tmp/f01_e3_t1.nc
 LISTing to file tmp/f01_e3_t2.nc
 LISTing to file tmp/f01_e3_t3.nc
 LISTing to file tmp/f01_e4_t1.nc
 LISTing to file tmp/f01_e4_t1.nc
 LISTing to file tmp/f01_e4_t1.nc
 LISTing to file tmp/f01_e4_t2.nc
 LISTing to file tmp/f01_e4_t3.nc
 LISTing to file tmp/f01_e5_t1.nc
 LISTing to file tmp/f01_e5_t1.nc
 LISTing to file tmp/f01_e5_t1.nc
 LISTing to file tmp/f01_e5_t2.nc
 LISTing to file tmp/f01_e5_t3.nc
 LISTing to file tmp/f02_e1_t1.nc
 LISTing to file tmp/f02_e1_t1.nc
 LISTing to file tmp/f02_e1_t1.nc
 LISTing to file tmp/f02_e1_t2.nc
 LISTing to file tmp/f02_e1_t3.nc
 LISTing to file tmp/f02_e2_t1.nc
 LISTing to file tmp/f02_e2_t1.nc
 LISTing to file tmp/f02_e2_t1.nc
 LISTing to file tmp/f02_e2_t2.nc
 LISTing to file tmp/f02_e2_t3.nc
 LISTing to file tmp/f02_e3_t1.nc
 LISTing to file tmp/f02_e3_t1.nc
 LISTing to file tmp/f02_e3_t1.nc
 LISTing to file tmp/f02_e3_t2.nc
 LISTing to file tmp/f02_e3_t3.nc
 LISTing to file tmp/f02_e4_t1.nc
 LISTing to file tmp/f02_e4_t1.nc
 LISTing to file tmp/f02_e4_t1.nc
 LISTing to file tmp/f02_e4_t2.nc
 LISTing to file tmp/f02_e4_t3.nc
 LISTing to file tmp/f02_e5_t1.nc
 LISTing to file tmp/f02_e5_t1.nc
 LISTing to file tmp/f02_e5_t1.nc
 LISTing to file tmp/f02_e5_t2.nc
 LISTing to file tmp/f02_e5_t3.nc
 LISTing to file tmp/f03_e1_t1.nc
 LISTing to file tmp/f03_e1_t1.nc
 LISTing to file tmp/f03_e1_t1.nc
 LISTing to file tmp/f03_e1_t2.nc
 LISTing to file tmp/f03_e1_t3.nc
 LISTing to file tmp/f03_e2_t1.nc
 LISTing to file tmp/f03_e2_t1.nc
 LISTing to file tmp/f03_e2_t1.nc
 LISTing to file tmp/f03_e2_t2.nc
 LISTing to file tmp/f03_e2_t3.nc
 LISTing to file tmp/f03_e3_t1.nc
 LISTing to file tmp/f03_e3_t1.nc
 LISTing to file tmp/f03_e3_t1.nc
 LISTing to file tmp/f03_e3_t2.nc
 LISTing to file tmp/f03_e3_t3.nc
 LISTing to file tmp/f03_e4_t1.nc
 LISTing to file tmp/f03_e4_t1.nc
 LISTing to file tmp/f03_e4_t1.nc
 LISTing to file tmp/f03_e4_t2.nc
 LISTing to file tmp/f03_e4_t3.nc
 LISTing to file tmp/f03_e5_t1.nc
 LISTing to file tmp/f03_e5_t1.nc
 LISTing to file tmp/f03_e5_t1.nc
 LISTing to file tmp/f03_e5_t2.nc
 LISTing to file tmp/f03_e5_t3.nc
 LISTing to file tmp/f04_e1_t1.nc
 LISTing to file tmp/f04_e1_t1.nc
 LISTing to file tmp/f04_e1_t1.nc
 LISTing to file tmp/f04_e1_t2.nc
 LISTing to file tmp/f04_e1_t3.nc
 LISTing to file tmp/f04_e2_t1.nc
 LISTing to file tmp/f04_e2_t1.nc
 LISTing to file tmp/f04_e2_t1.nc
 LISTing to file tmp/f04_e2_t2.nc
 LISTing to file tmp/f04_e2_t3.nc
 LISTing to file tmp/f04_e3_t1.nc
 LISTing to file tmp/f04_e3_t1.nc
 LISTing to file tmp/f04_e3_t1.nc
 LISTing to file tmp/f04_e3_t2.nc
 LISTing to file tmp/f04_e3_t3.nc
 LISTing to file tmp/f04_e4_t1.nc
 LISTing to file tmp/f04_e4_t1.nc
 LISTing to file tmp/f04_e4_t1.nc
 LISTing to file tmp/f04_e4_t2.nc
 LISTing to file tmp/f04_e4_t3.nc
 LISTing to file tmp/f04_e5_t1.nc
 LISTing to file tmp/f04_e5_t1.nc
 LISTing to file tmp/f04_e5_t1.nc
 LISTing to file tmp/f04_e5_t2.nc
 LISTing to file tmp/f04_e5_t3.nc
 LISTing to file tmp/f05_e1_t1.nc
 LISTing to file tmp/f05_e1_t1.nc
 LISTing to file tmp/f05_e1_t1.nc
 LISTing to file tmp/f05_e1_t2.nc
 LISTing to file tmp/f05_e1_t3.nc
 LISTing to file tmp/f05_e2_t1.nc
 LISTing to file tmp/f05_e2_t1.nc
 LISTing to file tmp/f05_e2_t1.nc
 LISTing to file tmp/f05_e2_t2.nc
 LISTing to file tmp/f05_e2_t3.nc
 LISTing to file tmp/f05_e3_t1.nc
 LISTing to file tmp/f05_e3_t1.nc
 LISTing to file tmp/f05_e3_t1.nc
 LISTing to file tmp/f05_e3_t2.nc
 LISTing to file tmp/f05_e3_t3.nc
 LISTing to file tmp/f05_e4_t1.nc
 LISTing to file tmp/f05_e4_t1.nc
 LISTing to file tmp/f05_e4_t1.nc
 LISTing to file tmp/f05_e4_t2.nc
 LISTing to file tmp/f05_e4_t3.nc
 LISTing to file tmp/f05_e5_t1.nc
 LISTing to file tmp/f05_e5_t1.nc
 LISTing to file tmp/f05_e5_t1.nc
 LISTing to file tmp/f05_e5_t2.nc
 LISTing to file tmp/f05_e5_t3.nc
 LISTing to file tmp/f06_e1_t1.nc
 LISTing to file tmp/f06_e1_t1.nc
 LISTing to file tmp/f06_e1_t1.nc
 LISTing to file tmp/f06_e1_t2.nc
 LISTing to file tmp/f06_e1_t3.nc
 LISTing to file tmp/f06_e2_t1.nc
 LISTing to file tmp/f06_e2_t1.nc
 LISTing to file tmp/f06_e2_t1.nc
 LISTing to file tmp/f06_e2_t2.nc
 LISTing to file tmp/f06_e2_t3.nc
 LISTing to file tmp/f06_e3_t1.nc
 LISTing to file tmp/f06_e3_t1.nc
 LISTing to file tmp/f06_e3_t1.nc
 LISTing to file tmp/f06_e3_t2.nc
 LISTing to file tmp/f06_e3_t3.nc
 LISTing to file tmp/f06_e4_t1.nc
 LISTing to file tmp/f06_e4_t1.nc
 LISTing to file tmp/f06_e4_t1.nc
 LISTing to file tmp/f06_e4_t2.nc
 LISTing to file tmp/f06_e4_t3.nc
 LISTing to file tmp/f06_e5_t1.nc
 LISTing to file tmp/f06_e5_t1.nc
 LISTing to file tmp/f06_e5_t1.nc
 LISTing to file tmp/f06_e5_t2.nc
 LISTing to file tmp/f06_e5_t3.nc
 LISTing to file tmp/f07_e1_t1.nc
 LISTing to file tmp/f07_e1_t1.nc
 LISTing to file tmp/f07_e1_t1.nc
 LISTing to file tmp/f07_e1_t2.nc
 LISTing to file tmp/f07_e1_t3.nc
 LISTing to file tmp/f07_e2_t1.nc
 LISTing to file tmp/f07_e2_t1.nc
 LISTing to file tmp/f07_e2_t1.nc
 LISTing to file tmp/f07_e2_t2.nc
 LISTing to file tmp/f07_e2_t3.nc
 LISTing to file tmp/f07_e3_t1.nc
 LISTing to file tmp/f07_e3_t1.nc
 LISTing to file tmp/f07_e3_t1.nc
 LISTing to file tmp/f07_e3_t2.nc
 LISTing to file tmp/f07_e3_t3.nc
 LISTing to file tmp/f07_e4_t1.nc
 LISTing to file tmp/f07_e4_t1.nc
 LISTing to file tmp/f07_e4_t1.nc
 LISTing to file tmp/f07_e4_t2.nc
 LISTing to file tmp/f07_e4_t3.nc
 LISTing to file tmp/f07_e5_t1.nc
 LISTing to file tmp/f07_e5_t1.nc
 LISTing to file tmp/f07_e5_t1.nc
 LISTing to file tmp/f07_e5_t2.nc
 LISTing to file tmp/f07_e5_t3.nc
 LISTing to file tmp/f08_e1_t1.nc
 LISTing to file tmp/f08_e1_t1.nc
 LISTing to file tmp/f08_e1_t1.nc
 LISTing to file tmp/f08_e1_t2.nc
 LISTing to file tmp/f08_e1_t3.nc
 LISTing to file tmp/f08_e2_t1.nc
 LISTing to file tmp/f08_e2_t1.nc
 LISTing to file tmp/f08_e2_t1.nc
 LISTing to file tmp/f08_e2_t2.nc
 LISTing to file tmp/f08_e2_t3.nc
 LISTing to file tmp/f08_e3_t1.nc
 LISTing to file tmp/f08_e3_t1.nc
 LISTing to file tmp/f08_e3_t1.nc
 LISTing to file tmp/f08_e3_t2.nc
 LISTing to file tmp/f08_e3_t3.nc
 LISTing to file tmp/f08_e4_t1.nc
 LISTing to file tmp/f08_e4_t1.nc
 LISTing to file tmp/f08_e4_t1.nc
 LISTing to file tmp/f08_e4_t2.nc
 LISTing to file tmp/f08_e4_t3.nc
 LISTing to file tmp/f08_e5_t1.nc
 LISTing to file tmp/f08_e5_t1.nc
 LISTing to file tmp/f08_e5_t1.nc
 LISTing to file tmp/f08_e5_t2.nc
 LISTing to file tmp/f08_e5_t3.nc
 LISTing to file tmp/f09_e1_t1.nc
 LISTing to file tmp/f09_e1_t1.nc
 LISTing to file tmp/f09_e1_t1.nc
 LISTing to file tmp/f09_e1_t2.nc
 LISTing to file tmp/f09_e1_t3.nc
 LISTing to file tmp/f09_e2_t1.nc
 LISTing to file tmp/f09_e2_t1.nc
 LISTing to file tmp/f09_e2_t1.nc
 LISTing to file tmp/f09_e2_t2.nc
 LISTing to file tmp/f09_e2_t3.nc
 LISTing to file tmp/f09_e3_t1.nc
 LISTing to file tmp/f09_e3_t1.nc
 LISTing to file tmp/f09_e3_t1.nc
 LISTing to file tmp/f09_e3_t2.nc
 LISTing to file tmp/f09_e3_t3.nc
 LISTing to file tmp/f09_e4_t1.nc
 LISTing to file tmp/f09_e4_t1.nc
 LISTing to file tmp/f09_e4_t1.nc
 LISTing to file tmp/f09_e4_t2.nc
 LISTing to file tmp/f09_e4_t3.nc
 LISTing to file tmp/f09_e5_t1.nc
 LISTing to file tmp/f09_e5_t1.nc
 LISTing to file tmp/f09_e5_t1.nc
 LISTing to file tmp/f09_e5_t2.nc
 LISTing to file tmp/f09_e5_t3.nc
 LISTing to file tmp/f10_e1_t1.nc
 LISTing to file tmp/f10_e1_t1.nc
 LISTing to file tmp/f10_e1_t1.nc
 LISTing to file tmp/f10_e1_t2.nc
 LISTing to file tmp/f10_e1_t3.nc
 LISTing to file tmp/f10_e2_t1.nc
 LISTing to file tmp/f10_e2_t1.nc
 LISTing to file tmp/f10_e2_t1.nc
 LISTing to file tmp/f10_e2_t2.nc
 LISTing to file tmp/f10_e2_t3.nc
 LISTing to file tmp/f10_e3_t1.nc
 LISTing to file tmp/f10_e3_t1.nc
 LISTing to file tmp/f10_e3_t1.nc
 LISTing to file tmp/f10_e3_t2.nc
 LISTing to file tmp/f10_e3_t3.nc
 LISTing to file tmp/f10_e4_t1.nc
 LISTing to file tmp/f10_e4_t1.nc
 LISTing to file tmp/f10_e4_t1.nc
 LISTing to file tmp/f10_e4_t2.nc
 LISTing to file tmp/f10_e4_t3.nc
 LISTing to file tmp/f10_e5_t1.nc
 LISTing to file tmp/f10_e5_t1.nc
 LISTing to file tmp/f10_e5_t1.nc
 LISTing to file tmp/f10_e5_t2.nc
 LISTing to file tmp/f10_e5_t3.nc
 LISTing to file tmp/f11_e1_t1.nc
 LISTing to file tmp/f11_e1_t1.nc
 LISTing to file tmp/f11_e1_t1.nc
 LISTing to file tmp/f11_e1_t2.nc
 LISTing to file tmp/f11_e1_t3.nc
 LISTing to file tmp/f11_e2_t1.nc
 LISTing to file tmp/f11_e2_t1.nc
 LISTing to file tmp/f11_e2_t1.nc
 LISTing to file tmp/f11_e2_t2.nc
 LISTing to file tmp/f11_e2_t3.nc
 LISTing to file tmp/f11_e3_t1.nc
 LISTing to file tmp/f11_e3_t1.nc
 LISTing to file tmp/f11_e3_t1.nc
 LISTing to file tmp/f11_e3_t2.nc
 LISTing to file tmp/f11_e3_t3.nc
 LISTing to file tmp/f11_e4_t1.nc
 LISTing to file tmp/f11_e4_t1.nc
 LISTing to file tmp/f11_e4_t1.nc
 LISTing to file tmp/f11_e4_t2.nc
 LISTing to file tmp/f11_e4_t3.nc
 LISTing to file tmp/f11_e5_t1.nc
 LISTing to file tmp/f11_e5_t1.nc
 LISTing to file tmp/f11_e5_t1.nc
 LISTing to file tmp/f11_e5_t2.nc
 LISTing to file tmp/f11_e5_t3.nc
 LISTing to file tmp/f04_e3_t1_1v.nc
 LISTing to file tmp/f04_e3_t2_1v.nc
 LISTing to file tmp/f04_e3_t3_1v.nc
           *** NOTE: Variable "FCST_2" excluded from aggregate: Not found in all member datasets
 **ERROR: error defining aggregate dataset: grid definition of FCST_2 has changed on axis X of agg member 3
list/x=150E/y=15n/L=10 fcst_2
 **ERROR: error defining aggregate dataset: grid definition of FCST_2 has changed on axis T of agg member 3
list/x=150E/y=15n/L=10 fcst_2
 **ERROR: error defining aggregate dataset: grid definition of FCST_2 has changed on axis X of agg member 3
list/x=150E/y=15n/L=10 fcst_2
           *** NOTE: Variable "FCST" excluded from aggregate: E axis differs among members
           *** NOTE: Variable "FCST_2" excluded from aggregate: E axis differs among members
 **ERROR: error defining aggregate dataset: No valid datasets or datasets share no variables that can be aggregated.
DEFINE DATA/AGGREGAT/F tef_short = te_f01, te_f02_short, te_f03, te_f04, te_f05, te_f06, te_f07, te_f08, te_f09, te_f10, te_f11
           *** NOTE: Variable "FCST" excluded from aggregate: F axis differs among members
           *** NOTE: Variable "TF_TIMES" excluded from aggregate: F axis differs among members
           *** NOTE: Variable "FCST_2" excluded from aggregate: F axis differs among members
 **ERROR: error defining aggregate dataset: No valid datasets or datasets share no variables that can be aggregated.
DEFINE DATA/AGGREGAT/E tfe_short = tf_e1, tf_e2_short, tf_e3, tf_e4, tf_e5
           *** NOTE: Variable "FCST" excluded from aggregate: Already has E axis
           *** NOTE: Variable "FCST_2" excluded from aggregate: Already has E axis
           *** NOTE: Variable "REALIZATION" excluded from aggregate: Already has E axis
           *** NOTE: Variable "MEMBER_DSET" excluded from aggregate: Already has E axis
           *** NOTE: Variable "HISTORY" excluded from aggregate: Already has E axis
           *** NOTE: Variable "CONVENTIONS" excluded from aggregate: Already has E axis
           *** NOTE: Variable "INVESTIGATOR" excluded from aggregate: Already has E axis
           *** NOTE: Variable "DESCRIPTION" excluded from aggregate: Already has E axis
 **ERROR: error defining aggregate dataset: No valid datasets or datasets share no variables that can be aggregated.
DEFINE DATA/AGGREGAT/E bad_ens = te_f01, te_f03, te_f04
 **ERROR: error defining aggregate dataset: some files have duplicate forecast start times
DEFINE DATA/AGGREGAT/F bad_fmrc = tf_e1, tf_e3, tf_e4
*** Running ferret script: bn_dataset_qualifier.jnl
 LISTing to file a.nc
 LISTing to file a.nc
 LISTing to file a.nc
*** Running ferret script: bn_speedtest.jnl
*** Running ferret script: bn_show_noupcase.jnl
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
SHO VAR/XML
SHO VAR/XML
*** Running ferret script: bn_letd_attributes.jnl
 LISTing to file a.nc
 LISTing to file a.nc
*** Running ferret script: bn_list_clim_axes.jnl
*** Running ferret script: bn_climatology_attr.jnl
 LISTing to file a.nc
 LISTing to file a.nc
Replacing definition of axis TAX
 LISTing to file a.nc
 LISTing to file a.nc
Replacing definition of axis TAX
 LISTing to file a.nc
 LISTing to file a.nc
*** Running ferret script: bn_plot_along.jnl
           *** NOTE: Decimating PLOT/ALONG lines to /KEY limit of 40
           *** NOTE: Decimating PLOT/ALONG lines to /NOKEY limit of 200
           *** NOTE: Decimating PLOT/ALONG lines to /KEY limit of 40
           *** NOTE: Decimating PLOT/ALONG lines to /NOKEY limit of 200
*** Running ferret script: bn_show_commands.jnl
*** Running ferret script: bn_plot_decimate.jnl
           *** NOTE: Decimating PLOT/ALONG lines to /KEY limit of 40
           *** NOTE: Decimating PLOT/ALONG lines to /NOKEY limit of 200
           *** NOTE: Decimating PLOT/ALONG lines to /KEY limit of 40
           *** NOTE: Decimating PLOT/ALONG lines to /NOKEY limit of 200
*** Running ferret script: bn_auto_tprec.jnl
Replacing definition of axis TAX
Replacing definition of axis TAX
Replacing definition of axis TAX
*** Running ferret script: bn_coordvars_atts.jnl
*** Running ferret script: bn710_bug_fixes.jnl
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
           *** NOTE: unrepairable repeated axis coords on axis xax at subscript 2
           *** NOTE: A dummy axis of subscripts will be used
           *** NOTE: unrepairable repeated axis coords on axis yax at subscript 2
           *** NOTE: A dummy axis of subscripts will be used
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
           *** NOTE: Unclosed IF statement ... assuming ENDIF, in script ./v7jnls/unclosed_if.sub
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file a.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file a.nc
 LISTing to file a.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
Replacing definition of axis TAX
Replacing definition of axis TAX
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file a.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
Replacing definition of axis XAXIS
Replacing definition of axis YAXIS
Replacing definition of axis TAXIS
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
Replacing definition of axis TAX
 LISTing to file a.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
Replacing definition of axis TAX
Replacing definition of axis YAXIS
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
           *** NOTE: Axis has repeated values -- micro-adjusting ...
 LISTing to file a.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
Replacing definition of axis TAX
 LISTing to file a.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 **TMAP ERR: attribute already defined
             coordinates for variable ZETA
             Data set: testdata
 **TMAP ERR: attribute already defined
             coordinates for variable U
             Data set: testdata
 **TMAP ERR: attribute already defined
             coordinates for variable V
             Data set: testdata
 **TMAP ERR: attribute already defined
             coordinates for variable TEMP
             Data set: testdata
 **TMAP ERR: attribute already defined
             coordinates for variable SALT
             Data set: testdata
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
Replacing definition of axis XAX
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
Replacing definition of axis XLON
 LISTing to file a1.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file a.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file a.nc
           *** NOTE: Requested region on modulo axis XLONN7_141 is larger than modulo length. Modulo attribute not written.
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file a.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file a1.nc
 LISTing to file a2.nc
*** Running ferret script: bn_delim_datetime.jnl
Replacing definition of axis TIMAX
Replacing definition of axis TIMAX
Replacing definition of axis TIMAX
Replacing definition of axis TIMAX
Replacing definition of axis TIMAX
 **ERROR: Error reading file: Check Date or Time fields.
list index,edtim,udtim,udate,edate
 **ERROR: Error reading file: Check Date or Time fields.
list index,edtim,udtim,udate,edate
 **ERROR: Error reading file: Check Date or Time fields.
list index,edtim,udtim,udate,edate
 **ERROR: Error reading file: Check Date or Time fields.
list index,edtim,udtim,udate,edate
*** Running ferret script: bn_aggregate_u.jnl
 LISTing to file tmp/uagg_1.nc
 LISTing to file tmp/uagg_2.nc
 LISTing to file tmp/uagg_3.nc
 LISTing to file tmp/uagg_4.nc
 LISTing to file tmp/uagg_1_t1.nc
 LISTing to file tmp/uagg_1_t2.nc
 LISTing to file tmp/uagg_1_t3.nc
 LISTing to file tmp/uagg_5.nc
           *** NOTE: Skipping variable SST from set 2, already in the Union dataset.
 LISTing to file tmp/f01_e1_tu1.nc
 LISTing to file tmp/f01_e1_tu2.nc
 LISTing to file tmp/f01_e1_tu3.nc
 LISTing to file tmp/f01_e2_tu1.nc
 LISTing to file tmp/f01_e2_tu2.nc
 LISTing to file tmp/f01_e2_tu3.nc
 LISTing to file tmp/f02_e1_tu1.nc
 LISTing to file tmp/f02_e1_tu2.nc
 LISTing to file tmp/f02_e1_tu3.nc
 LISTing to file tmp/f02_e2_tu1.nc
 LISTing to file tmp/f02_e2_tu2.nc
 LISTing to file tmp/f02_e2_tu3.nc
 LISTing to file tmp/f03_e1_tu1.nc
 LISTing to file tmp/f03_e1_tu2.nc
 LISTing to file tmp/f03_e1_tu3.nc
 LISTing to file tmp/f03_e2_tu1.nc
 LISTing to file tmp/f03_e2_tu2.nc
 LISTing to file tmp/f03_e2_tu3.nc
           *** NOTE: /FILES is deprecated.  Use /MEMBERS
           *** NOTE: Skipping variable REALIZATION from set 1, already in the Union dataset.
           *** NOTE: Skipping variable REALIZATION from set 8, already in the Union dataset.
           *** NOTE: /FILES is deprecated.  Use /MEMBERS
*** Running ferret script: bn_ez_noupcase.jnl
 LISTing to file abc.dat
 LISTing to file a.nc
 LISTing to file a.nc
*** Running ferret script: bn_spawn_fail.jnl
ls: cannot access notafile.nowhere: No such file or directory
rm: cannot remove `nothing.dat': No such file or directory
cp: cannot stat `nofile.dat': No such file or directory
*** Running ferret script: bn_ave_of_ave.jnl
*** Running ferret script: bn_agg_member_syntax.jnl
 **ERROR: unknown data set: D=5.3
stat/br fcst[d=5.3]
 **ERROR: unknown data set: D=12.30
stat/br fcst[d=12.30]
 **ERROR: unknown data set: D=12.300000
stat/br fcst[d=12.300000]
           *** NOTE: Variable "AIRT" excluded from aggregate: Not found in all member datasets
           *** NOTE: Variable "AIRT" excluded from aggregate: Not found in all member datasets
 **ERROR: unknown data set: D=4.1
stat/br sst[d=4.1]
 **ERROR: unknown data set: D=5.30
stat/br sst[d=5.30]
*** Running ferret script: bn_true_monthly.jnl
           *** NOTE: /UNIT=MONTHS is ambiguous ... using 1/12 of 365.2425 days
           *** NOTE: True monthly axis has an implicit /EDGES qualifier
           *** NOTE: True monthly axis has an implicit /EDGES qualifier
Replacing definition of axis TAXIS
           *** NOTE: True monthly axis has an implicit /EDGES qualifier
           *** NOTE: True monthly axis, T0 not specified. Using start of first year of axis
Replacing definition of axis TAXIS
           *** NOTE: True monthly axis has an implicit /EDGES qualifier
Replacing definition of axis TAXIS
           *** NOTE: True monthly axis has an implicit /EDGES qualifier
Replacing definition of axis TAXIS
           *** NOTE: True monthly axis has an implicit /EDGES qualifier
           *** NOTE: True monthly axis, T0 not specified. Using start of first year of axis
Replacing definition of axis TAXIS
           *** NOTE: True monthly axis has an implicit /EDGES qualifier
Replacing definition of axis TAXIS
           *** NOTE: True monthly axis has an implicit /EDGES qualifier
Replacing definition of axis TAXIS
           *** NOTE: True monthly axis has an implicit /EDGES qualifier
Replacing definition of axis TAXIS
           *** NOTE: True monthly axis has an implicit /EDGES qualifier
Replacing definition of axis TAXIS
 LISTing to file a.nc
           *** NOTE: True monthly axis has an implicit /EDGES qualifier
Replacing definition of axis TAXIS
 LISTing to file a.nc
           *** NOTE: True monthly axis has an implicit /EDGES qualifier
Replacing definition of axis TAXIS
 LISTing to file a.nc
           *** NOTE: True monthly axis has an implicit /EDGES qualifier
Replacing definition of axis TAXIS
           *** NOTE: True monthly axis has an implicit /EDGES qualifier
Replacing definition of axis TAXIS
           *** NOTE: True monthly axis has an implicit /EDGES qualifier
           *** NOTE: True monthly axis, T0 not specified. Using 01-jan-0000
Replacing definition of axis TAXIS
           *** NOTE: True monthly axis has an implicit /EDGES qualifier
Replacing definition of axis TAXIS
           *** NOTE: True monthly axis has an implicit /EDGES qualifier
Replacing definition of axis TAXIS
 LISTing to file a.nc
           *** NOTE: True monthly axis
Replacing definition of axis TAXIS
           *** NOTE: True monthly axis has an implicit /EDGES qualifier
           *** NOTE: True monthly axis has an implicit /EDGES qualifier
           *** NOTE: True monthly axis, T0 not specified. Using start of first year of axis
Replacing definition of axis TAXIS
 **ERROR: improper grid or axis definition: DEFINE AXIS/MONTHLY specify /UNITS=month or omit /UNITS (MONTH is default)
define axis/t=1-jan-2010:31-jul-2011:30/t0=1-jan-2000/monthly/units=days taxis
 **ERROR: improper grid or axis definition: DEFINE AXIS/MONTHLY True-month axis: /NPOINTS not allowed. Use /T=lo:hi:del
define axis/t=1-jan-2010:31-dec-2012:1/t0=1-jan-2000/monthly/npoints=13 taxis
 **ERROR: improper grid or axis definition: DEFINE AXIS/MONTHLY True-month axis delta-t must be 1
define axis/t=1-jan-2010:31-dec-2012/t0=1-jan-2000/monthly taxis
           *** NOTE: True monthly axis has an implicit /EDGES qualifier
 **ERROR: improper grid or axis definition: DEFINE AXIS/MONTHLY True-month axis delta-t must be 1
define axis/t=1-jan-2010:31-dec-2012:2/t0=1-jan-2000/monthly taxis
 **ERROR: improper grid or axis definition: DEFINE AXIS/MONTHLY True-month axis: Definition /FROMDATA not allowed. Use /T=LO:HI:DEL
define axis/t/t0=1-jan-2000/monthly taxis = {123,124,126}
 **ERROR: improper grid or axis definition: DEFINE AXIS/MONTHLY True-month axis: Definition /FROMDATA not allowed. Use /T=LO:HI:DEL
define axis/from/t/t0=1-jan-2001/monthly/edges taxis = {5,6,6,6,7}
 **ERROR: improper grid or axis definition: DEFINE AXIS/MONTHLY True-month axis: /BOUNDS not allowed. Use /T=lo:hi:del
def axis/t/t0=1-jan-2000/monthly/bounds tax={1.2, 2, 3.2, 5, 7, 8.4, 9}, {0.5,1.5, 1.5,2.5, 2.5,3.5, 3.5,6.5, 6.5,7.5, 7.5,8.5, 8.5,9.5}
 **ERROR: improper grid or axis definition: DEFINE AXIS/MONTHLY True-month axis: needs /T=lo:hi:del
define axis/x=1:5:1/monthly aaxis
*** Running ferret script: bn720_bug_fixes.jnl
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file a.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file a.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file a.nc
 LISTing to file a.nc
 LISTing to file a.nc
           *** NOTE: Saving E or F axis with time axis uses /RIGID in time
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file a.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file a.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 **ERROR: PPLUS command syntax error: Symbol not found PPLUS show nosymbol
pplus show nosymbol
 **ERROR: PPLUS command syntax error: Symbol not found PPLUS show
ppl show
 **ERROR: PPLUS command syntax error:  Command not recognized: PPLUS NONSENSE
PPL nonsense
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
Replacing definition of axis tax
           *** NOTE: Ambiguous coordinates on T axis: S1*A
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 **ERROR: invalid command: Mismatched parentheses within REPEAT loop
repeat/range=1:3:1/name=count (def sym count = `count`; say 3; message/continue))
*** Running ferret script: bn_compressed_gather.jnl
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
Replacing definition of axis XAX
Replacing definition of axis YAX
Replacing definition of axis TAX
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
Replacing definition of axis XAX
Replacing definition of axis TAX
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
Replacing definition of axis XAX
Replacing definition of axis ZAX
Replacing definition of axis TAX
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
*** Running ferret script: bn_dynamic_gather.jnl
ls: cannot access tmp/test_dyn_mem.nc: No such file or directory
 LISTing to file tmp/test_dyn_mem.nc
 LISTing to file tmp/test_dyn_mem.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 **ERROR: request exceeds memory setting: Requested result is larger than the available memory
stat/brief v[i=101:200,j=101:200,k=1,l=1:10@ave], v[i=101:200,j=101:200,k=2,l=1:10@ave], v[l=1:10@ave]
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 **ERROR: request exceeds memory setting: Requested result is larger than the available memory
stat/brief a[l=1:10@ave], b[l=1:10@ave], c[l=1:10@ave], d[l=1:10@ave]
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 **ERROR: request exceeds memory setting: Requested result is larger than the available memory
stat/brief v[i=101:200,j=101:200,k=1,l=1:10@ave], v[i=101:200,j=101:200,k=2,l=1:10@ave], v[l=1:10@ave]
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 **ERROR: request exceeds memory setting: Requested result is larger than the available memory
stat/brief a[l=1:10@ave], b[l=1:10@ave], c[l=1:10@ave], d[l=1:10@ave]
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 **ERROR: request exceeds memory setting: Requested result is larger than the available memory
stat/brief v[i=101:200,j=101:200,k=1,l=1:10@ave], v[i=101:200,j=101:200,k=2,l=1:10@ave], v[l=1:10@ave]
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 **ERROR: request exceeds memory setting: Requested result is larger than the available memory
stat/brief a[l=1:10@ave], b[l=1:10@ave], c[l=1:10@ave], d[l=1:10@ave]
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 **ERROR: request exceeds memory setting: Requested result is larger than the available memory
stat/brief v[i=101:200,j=101:200,k=1,l=1:10@ave], v[i=101:200,j=101:200,k=2,l=1:10@ave], v[l=1:10@ave]
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 **ERROR: request exceeds memory setting: Requested result is larger than the available memory
stat/brief a[l=1:10@ave], b[l=1:10@ave], c[l=1:10@ave], d[l=1:10@ave]
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
 **ERROR: value out of legal range: illegal mode argument. Must be 0 to 90 percent
SET MODE FRUGAL:95
*** Running ferret script: bn_stat_precision.jnl
*** Running ferret script: bn_plot_vs_with_time.jnl
Replacing definition of axis TIME
Replacing definition of axis TIME
*** Running ferret script: bn_dot_product.jnl
 LISTing to file a.nc
 LISTing to file a.nc
 LISTing to file a.nc
*** Running ferret script: bn_cache_management.jnl
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ls: cannot access tmp/test_auto_cache_20.nc: No such file or directory
 LISTing to file tmp/test_auto_cache_1.nc
 LISTing to file tmp/test_auto_cache_2.nc
 LISTing to file tmp/test_auto_cache_3.nc
 LISTing to file tmp/test_auto_cache_4.nc
 LISTing to file tmp/test_auto_cache_5.nc
 LISTing to file tmp/test_auto_cache_6.nc
 LISTing to file tmp/test_auto_cache_7.nc
 LISTing to file tmp/test_auto_cache_8.nc
 LISTing to file tmp/test_auto_cache_9.nc
 LISTing to file tmp/test_auto_cache_10.nc
 LISTing to file tmp/test_auto_cache_11.nc
 LISTing to file tmp/test_auto_cache_12.nc
 LISTing to file tmp/test_auto_cache_13.nc
 LISTing to file tmp/test_auto_cache_14.nc
 LISTing to file tmp/test_auto_cache_15.nc
 LISTing to file tmp/test_auto_cache_16.nc
 LISTing to file tmp/test_auto_cache_17.nc
 LISTing to file tmp/test_auto_cache_18.nc
 LISTing to file tmp/test_auto_cache_19.nc
 LISTing to file tmp/test_auto_cache_20.nc
 LISTing to file test_auto_cache.out
 LISTing to file test_auto_cache.out
 LISTing to file test_auto_cache.out
 LISTing to file test_auto_cache.out
 LISTing to file test_auto_cache.out
 LISTing to file test_auto_cache.out
 LISTing to file test_auto_cache.out
 LISTing to file test_auto_cache.out
 LISTing to file test_auto_cache.out
 LISTing to file test_auto_cache.out
 LISTing to file test_auto_cache.out
 LISTing to file test_auto_cache.out
 LISTing to file test_auto_cache.out
 LISTing to file test_auto_cache.out
 LISTing to file test_auto_cache.out
 LISTing to file test_auto_cache.out
 LISTing to file test_auto_cache.out
 LISTing to file test_auto_cache.out
 LISTing to file test_auto_cache.out
 LISTing to file test_auto_cache.out
*** Running ferret script: bn_transp_choose.jnl
 TEMPORARY data cleared from memory
*** Running ferret script: bn_iin_regrid.jnl
Replacing definition of axis ALINENEW
Replacing definition of axis ALINENEW
Replacing definition of axis ALINE
Replacing definition of axis ALINE_EDGES
 **ERROR: invalid command: Units of source and destination axis must match: @IIN
list c
 **ERROR: regridding: only @ASN regridding between calendar and
          non-calendar axes: A
list c
Replacing definition of axis ALINE
Replacing definition of axis ALINE_EDGES
 **ERROR: invalid command: Units of source and destination axis must match: @IIN
list c
Replacing definition of axis ALINE
           *** NOTE: (fyi) units are not subject to auto-conversion: NOTHING
Replacing definition of axis ALINE_EDGES
 **ERROR: invalid command: Units of source and destination axis must match: @IIN
list c
 TEMPORARY data cleared from memory
Replacing definition of axis ALINE
Replacing definition of axis ALINE_EDGES
Replacing definition of axis ALINE
Replacing definition of axis ALINE_EDGES
Replacing definition of axis ALINE
Replacing definition of axis ALINE_EDGES
Replacing definition of axis OTHERAXIS
Replacing definition of axis ALINE
Replacing definition of axis ALINE_EDGES
Replacing definition of axis OTHERAXIS
Replacing definition of axis ALINE
Replacing definition of axis ALINE_EDGES
Replacing definition of axis ALINE
Replacing definition of axis ALINE_EDGES
Replacing definition of axis ALINE
Replacing definition of axis ALINE_EDGES
Replacing definition of axis ALINE_EDGES
Replacing definition of axis ALINE
Replacing definition of axis ALINE_EDGES
Replacing definition of axis ALINE
Replacing definition of axis ALINE_EDGES
*** Running ferret script: bn721_bug_fixes.jnl
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
*** Running ferret script: bn722_bug_fixes.jnl
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 TEMPORARY data cleared from memory
 TEMPORARY data cleared from memory
 TEMPORARY data cleared from memory
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
*** Running ferret script: bn_tseries_modulo.jnl
*** Running ferret script: bn_huge_axis.jnl
 LISTing to file a.nc
*** Running ferret script: bn_save_as_global.jnl
 LISTing to file a.nc
 LISTing to file a.nc
 LISTing to file a.nc
 LISTing to file a.nc
 LISTing to file a.nc
 LISTing to file a.nc
 LISTing to file a.nc
 LISTing to file a.nc
 LISTing to file a.nc
 **ERROR: invalid command: Multi-valued Global string attributes not implemented
          Variable: multistring
LIST/FORMAT=CDF/asglobal/append/file=a.nc multistring
LIST/FORMAT=CDF/asglobal/append/file=a.nc multistring
 LISTing to file a.nc
 **ERROR: invalid command: Global attribute must be a 1D variable length < 100
          Variable: SST
LIST/FORMAT=CDF/append/asglobal/x=150/outtype=float/file=a.nc sst
LIST/FORMAT=CDF/append/asglobal/x=150/outtype=float/file=a.nc sst
LIST/FORMAT=CDF/append/asglobal/x=150/outtype=float/file=a.nc sst
 LISTing to file a.nc
 **ERROR: invalid command: Global attribute must be a 1D variable length < 100
          Variable: SST
LIST/FORMAT=CDF/append/asglobal/y=10/L=2/outtype=float/file=a.nc sst
LIST/FORMAT=CDF/append/asglobal/y=10/L=2/outtype=float/file=a.nc sst
*** Running ferret script: bn74_bug_fixes.jnl
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file a.nc
 **ERROR: command syntax: Defining scale_factor or add_offset attributes not allowed on file variables: sst.scale_factor
define attribute/output sst.scale_factor = 0.001
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 Using every   2th vector in the X direction
 Using every   2th vector in the Y direction
 Using every   2th vector in the X direction
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
Replacing definition of axis TAX
 LISTing to file a.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
Replacing definition of axis XAX
 LISTing to file a.nc
 LISTing to file a.nc
 LISTing to file a.nc
 **ERROR: invalid command: /LIST/APPEND to netCDF file requires /FORMAT=cdf
list/append/file=a.nc/l=3 xyvar
 **ERROR: invalid command: /LIST/APPEND to netCDF file requires /FORMAT=cdf
list/append/file=a.nc/l=4 xyvar
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file a.nc
           *** NOTE: (fyi) units are not subject to auto-conversion: COUNT
Replacing definition of axis XAX
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
*** Running ferret script: bn_clim_special.jnl
           *** NOTE: regarding ./data/clim_axes_gregorian.nc ...
           *** NOTE: GREGORIAN climatological axes defined
           *** NOTE: regarding ./data/clim_axes_julian.nc ...
           *** NOTE: JULIAN climatological axes defined
           *** NOTE: regarding ./data/clim_axes_noleap.nc ...
           *** NOTE: NOLEAP climatological axes defined
*** Running ferret script: bn_let_like.jnl
 LISTing to file a.nc
 LISTing to file a.nc
 **ERROR: variable unknown or not in data set: VAR_UNDEFINED
DEFINE VARIABLE/like=var_undefined myvar = 7
*** Running ferret script: bn_def_axis_like.jnl
 **ERROR: improper grid or axis definition: DEFINE AXIS/LIKE= Axis not found AXIS_UNDEFINED
define axis/like=axis_undefined/x=1:8:1 myx
 **ERROR: improper grid or axis definition: DEFINE AXIS/LIKE= Direction must match original axis
define axis/like=XAX_LEV9421_380/y=-10:10:10 myy
           *** NOTE: Orientation not specified via /X,/Y,/Z,.... X assumed.
           *** NOTE: Units appear to conflict with orientation: no conversions possible
 **ERROR: improper grid or axis definition: error in start,end,delta
define axis/like=timesec/units=minutes timemin
 **ERROR: improper grid or axis definition: error in start,end,delta
define axis/like=timesec/units=minutes/t timemin
Replacing definition of axis TAX
Replacing definition of axis TAX
Replacing definition of axis TAX
Replacing definition of axis TAX
Replacing definition of axis TAX2
 **ERROR: variable unknown or not in data set: TAX
define axis/t/like=tax tax3 = tax
*** Running ferret script: bn_box_edges_fcn.jnl
           *** NOTE: Ambiguous argument, grid has only 1-point axes. Returning edges from X axis

Bailing out of external function "box_edges":
	Argument must be 1-dimensional
 **ERROR:
list box_edges(temp[z=100])

Bailing out of external function "box_edges":
	Argument has no axes
 **ERROR:
list box_edges (12)

Bailing out of external function "box_edges":
	Argument has no axes
 **ERROR:
list box_edges (a)
*** Running ferret script: bn_hi_res_time.jnl
*** Running ferret script: bn_A_I_format.jnl
Replacing definition of axis TIME1
           *** NOTE: grid GGT1 used by data set clim_airt_lev
           *** NOTE: Redefinition may alter apparent contents of data set
 **ERROR: invalid command: Fortran format for list as Integer or with strings
          must have one specifier per variable
list/nohead/l=1:0/format=(a,2x,f6.2,a5) TAX_DATESTRING(t[g=airt],t[g=airt],"month"), airt[x=-135,y=0], TAX_DATESTRING(t[g=airt],t[g=airt],"year")
 **ERROR: command syntax: Unknown format or format need parentheses
          Valid formats are CDF, UNFORMATTED, STREAM, COMMA, TAB or limited Fortran formats
          xxx
LIST/nohead/l=1:0/format=xxx airt[x=-135,y=0]
 **ERROR: command syntax: Unknown format or format need parentheses
          Valid formats are CDF, UNFORMATTED, STREAM, COMMA, TAB or limited Fortran formats
          a7
list/nohead/format=a7 {"Abcde"}
**ERROR: (4i6): Success
list/nohead/l=1:10/j=20:23/format=(4i6) 10*airt[x=180]
*** Running ferret script: bn_center_keylab.jnl
*** Running ferret script: bn741_bug_fixes.jnl
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 **ERROR: invalid command: Fortran format for list as Integer or with strings
          must have one specifier per variable
list/nohead/format=("This header ", I5, F8.2) size, var
 **ERROR: invalid command: Fortran format for list as Integer or with strings
          must have one specifier per variable
list/nohead/format=("This header ", F8.2, A) avar, var
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file tmp0.nc
 LISTing to file tmp1.nc
 LISTing to file a.nc
 LISTing to file a.nc
 LISTing to file a.nc
 LISTing to file a.nc
 LISTing to file a.nc
 **TMAP ERR: Requested data range is outside of data set limits
             Expected: ETEMP[M=           4 :           4 ] Found: ETEMP[M=           1 :           3 ]
LIST/FORMAT=CDF/append/file=a.nc/m=4 etemp
 LISTing to file a.nc
 LISTing to file a.nc
 LISTing to file a.nc
 LISTing to file a.nc
 **TMAP ERR: Requested data range is outside of data set limits
             Expected: AVAR[I=          41 :          46 ] Found: AVAR[I=          21 :          29 ]
LIST/FORMAT=CDF/append/file=a.nc/i=41:46 avar
 LISTing to file a.nc
 **TMAP ERR: Requested data range is outside of data set limits
             inconsistent I axis length for AVAR
LIST/FORMAT=CDF/append/file=a.nc/i=41:51 avar
           *** NOTE: Invalid I axis limits ignored: AVAR
 LISTing to file a.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file two.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 **ERROR: illegal use of transformation: A[X=???@VAR,D=0] applied to point
list a[x=@var]
 **ERROR: illegal use of transformation: A[X=???@SHF:1,D=0] applied to point
list a[x=@shf]
 **ERROR: illegal use of transformation: A[X=???@DDC,D=0] applied to point
list a[x=@ddc]
 **ERROR: illegal use of transformation: A[X=???@DDF,D=0] applied to point
list a[x=@ddf]
 **ERROR: illegal use of transformation: A[X=???@DDB,D=0] applied to point
list a[x=@ddb]
 **ERROR: illegal use of transformation: A[X=???@DIN,D=0] applied to point
list a[x=@din]
 **ERROR: illegal use of transformation: A[X=???@IIN,D=0] applied to point
list a[x=@iin]
 **ERROR: illegal use of transformation: A[X=???@LOC:3,D=0] applied to point
list a[x=@loc:3]
 **ERROR: illegal use of transformation: A[X=???@WEQ:0,D=0] applied to point
list a[x=@weq]
 **ERROR: illegal use of transformation: A[X=???@CDA:1,D=0] applied to point
list a[x=@cda]
 **ERROR: illegal use of transformation: A[X=???@CDB:1,D=0] applied to point
list a[x=@cdb]
 **ERROR: illegal use of transformation: A[X=???@CIA:1,D=0] applied to point
list a[x=@cia]
 **ERROR: illegal use of transformation: A[X=???@CIB:1,D=0] applied to point
list a[x=@cib]
 **ERROR: illegal use of transformation: A[X=???@EVN:3,D=0] applied to point
list a[x=@evn:3]
 **ERROR: illegal use of transformation: A[X=???@STD,D=0] applied to point
list a[x=@std]
 **ERROR: illegal use of transformation: A[X=???@WGT,D=0] applied to point
list a[x=@wgt]
 **ERROR: illegal use of transformation: A[X=???@SBX:3,D=0] applied to point
list a[x=@sbx]
 **ERROR: illegal use of transformation: A[X=???@FAV:3,D=0] applied to point
list a[x=@fav]
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
           *** NOTE: Coordinates out of order or missing on axis TIME at subscript 15
           *** NOTE: A dummy axis of subscripts will be used
 **ERROR: Unknown error writing data                  +Infinity
list/l=14 time
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
Replacing definition of axis XAX
Replacing definition of axis YAX
Replacing definition of axis XAX
Replacing definition of axis YAX
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
           *** NOTE: True monthly axis has an implicit /EDGES qualifier
 LISTing to file a.nc
 LISTing to file monthA.nc
 LISTing to file monthB.nc
           *** NOTE: Not deleted: MONTHAX
           *** NOTE: Axis is in use by grid GSI1
 LISTing to file monthA.nc
 LISTing to file monthA.nc
           *** NOTE: Appending to NetCDF record axis which has no bounds attribute.
           *** NOTE: This will result in incorrect box sizes on record axis: MONTHAX
           *** NOTE: Write the data initially with the /BOUNDS qualifier
NetCDF: Variable not found (OPeNDAP/netCDF Error code -49)
 MONTHAX_bnds not found. Attempt to append to NetCDF axis having no bounds attribute. Use /NOBOUNDS or rewrite original data with bounds.
LIST/FORMAT=CDF/append/file=monthA.nc/t=1-dec-2018:31-dec-2018/bounds  tvar
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file a.nc
*** Running ferret script: bn_use_agg.jnl
           *** NOTE: Variable "AIRT" excluded from aggregate: Not found in all member datasets
           *** NOTE: Variable "AIRT" excluded from aggregate: Not found in all member datasets
           *** NOTE: Variable "AIRT" excluded from aggregate: Not found in all member datasets
 LISTing to file tmp/f01_e1_tu1.nc
 LISTing to file tmp/f01_e1_tu2.nc
 LISTing to file tmp/f01_e1_tu3.nc
 LISTing to file tmp/f01_e2_tu1.nc
 LISTing to file tmp/f01_e2_tu2.nc
 LISTing to file tmp/f01_e2_tu3.nc
 LISTing to file tmp/f02_e1_tu1.nc
 LISTing to file tmp/f02_e1_tu2.nc
 LISTing to file tmp/f02_e1_tu3.nc
 LISTing to file tmp/f02_e2_tu1.nc
 LISTing to file tmp/f02_e2_tu2.nc
 LISTing to file tmp/f02_e2_tu3.nc
 LISTing to file tmp/f03_e1_tu1.nc
 LISTing to file tmp/f03_e1_tu2.nc
 LISTing to file tmp/f03_e1_tu3.nc
 LISTing to file tmp/f03_e2_tu1.nc
 LISTing to file tmp/f03_e2_tu2.nc
 LISTing to file tmp/f03_e2_tu3.nc
           *** NOTE: /FILES is deprecated.  Use /MEMBERS
           *** NOTE: Skipping variable REALIZATION from set 1, already in the Union dataset.
           *** NOTE: Skipping variable REALIZATION from set 8, already in the Union dataset.
           *** NOTE: /FILES is deprecated.  Use /MEMBERS
*** Running ferret script: bn_ens_promote_global.jnl
           *** NOTE: Variable "AIRT" excluded from aggregate: Not found in all member datasets
*** Running ferret script: bn743_bug_fixes.jnl
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
           *** NOTE: Only one window can be open in batch mode
           *** NOTE: Cannot cancel window when in batch mode
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file 1990-2010.nc
 LISTing to file 2001.07.nc
 LISTing to file 1990.nc
 LISTing to file 2001+07.nc
 **ERROR: unknown data set: 1990
SET DAT/FORM=CDF 1990
 LISTing to file data/1990-2010.nc
 LISTing to file data/2001.07.nc
 LISTing to file data/2001+07.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file manyvars.tsv
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
           *** NOTE: Error in bounds "longitude_bnds" or bounds do not enclose point on axis longitude
           *** NOTE: Substituting coordinate midpoints
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
Replacing definition of axis MY_AXIS
Replacing definition of axis HRLY_AX
Replacing definition of axis MY_AXIS
Replacing definition of axis HRLY_AX
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
Replacing definition of axis TDATA
Replacing definition of axis TDATA
Replacing definition of axis TDATA
*** Running ferret script: bn_data_squared.jnl
*** Running ferret script: bn_overlay_graticules.jnl
*** Running ferret script: bn_mixed_gregorian.jnl
 LISTing to file mixed_or_proleptic.nc
 LISTing to file mixed_or_proleptic.nc
 LISTing to file mixed_or_proleptic.nc
*** Running ferret script: bn_int64.jnl
 LISTing to file a.nc
*** Running ferret script: bn_samplexyz.jnl
*** Running ferret script: bn745_bug_fixes.jnl
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
           *** NOTE: Axis time_dim_1 is of type char or string
           *** NOTE: A dummy axis of subscripts will be used
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 LISTing to file a1.nc
 LISTing to file a2.nc
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
*** Running ferret script: bn_iso8601_time.jnl
 LISTing to file a.nc
           *** NOTE: regarding ./data/clim_axes_julian.nc ...
           *** NOTE: JULIAN climatological axes defined
           *** NOTE: regarding ./data/clim_axes_gregorian.nc ...
           *** NOTE: GREGORIAN climatological axes defined
Replacing definition of axis TAX
           *** NOTE: True monthly axis has an implicit /EDGES qualifier
 **ERROR: illegal limits: "TEMP" does not exist at T=06-SEP-0082 00:00
          Axis extremes are T=14-AUG-1982 11:00:13-JAN-1983 13:00
list/t=82-9-6/k=6/x=-123/y=-3 temp
 **ERROR: illegal limits: "SALT" does not exist at T=1982-01-01 00:00
          Axis extremes are T=1982-08-14 11:00:1983-01-13 13:00
list/t=1982-01-01/k=1/x=-123/y=-3 salt
 **ERROR: command syntax: 1982-15-09 invalid date or not valid in this calendar
list/t=1982-15-09/k=1/x=-123/y=-3 salt
 **ERROR: command syntax: 1982-11-31 invalid date or not valid in this calendar
list/t=1982-11-31/k=1/x=-123/y=-3 salt
 **ERROR: illegal limits: "SALT" does not exist at T=1980-01-15 05:00
          Axis extremes are T=1982-08-14 11:00:1983-01-13 13:00
list/t=15/k=1/x=-123/y=-3 salt
 **ERROR: command syntax: 15-09-1983 invalid date or not valid in this calendar
list/t=15-09-1983/k=1/x=-123/y=-3 salt
 **ERROR: command syntax: 01-15-2010 invalid date or not valid in this calendar
define axis/t=01-15-2010:09-01-2010:1/units=days/t0=2010-01-01 taxis
 **ERROR: command syntax: 09-01-2010 invalid date or not valid in this calendar
define axis/t=01-15-2010:09-01-2010:1/units=days/t0=2010-01-01 taxis
Replacing definition of axis TAXIS
 **ERROR: command syntax: 2018-15-01 invalid date or not valid in this calendar
define axis/t=2018-15-01:2019-01-01:1/units=days taxis
Replacing definition of axis TAXIS
 **ERROR: command syntax: 2018--5-01 invalid date or not valid in this calendar
define axis/t=2018--5-01:2019-01-01:1/units=days taxis
 **ERROR: command syntax: 2010-15-01 invalid date or not valid in this calendar
set axis/t0=2010-15-01 TIME1
 **ERROR: command syntax: invalid date string: 2010-15-01
set axis/t0=2010-15-01 TIME1
*** Running ferret script: bn_agg_given_taxis.jnl
           *** NOTE: Time axis coordinates matched using @XACT
           *** NOTE: Time axis coordinates matched using @BIN
           *** NOTE: Time axis coordinates matched using @ASN
*** Running ferret script: bn_tagg_overlaps.jnl
 LISTing to file data2009.nc
Replacing definition of axis TIME
 LISTing to file data2010.nc
Replacing definition of axis TIME
 LISTing to file data2011.nc
           *** NOTE: Ignored last 1 timesteps of data2009.nc due to overlap with data2010.nc
           *** NOTE: Ignored last 3 timesteps of data2010.nc due to overlap with data2011.nc
           *** NOTE: Time axis coordinates matched using @XACT
           *** NOTE: Ignored last 1 timesteps of data2009.nc due to overlap with data2010.nc
           *** NOTE: Ignored last 3 timesteps of data2010.nc due to overlap with data2011.nc
           *** NOTE: Time axis coordinates matched using @XACT
 **ERROR: improper grid or axis definition: time axis is not monotonic at L=1 of file data2010.nc
DEFINE DATA /AGG /T myagg = data2010.nc, data2009.nc, data2011.nc
 **ERROR: error defining aggregate dataset: Time axes overlap for data2009.nc and data2010.nc
DEFINE DATA /AGG /T /TAXIS=aggtime@XACT myagg = data2010.nc, data2009.nc, data2011.nc
 **ERROR: error defining aggregate dataset: Time axes overlap for data2009.nc and data2010.nc
DEFINE DATA /AGG /T /TAXIS=aggtime@BIN myagg = data2010.nc, data2009.nc, data2011.nc
           *** NOTE: Ignored last 1 timesteps of data2009.nc due to overlap with data2010.nc
 **ERROR: error defining aggregate dataset: Excessive (3) overlaps in time axes for data2010.nc and data2011.nc
DEFINE DATA /AGG /T /TOVERLAP=2 /TAXIS=aggtime@XACT myagg = data2010.nc, data2009.nc, data2011.nc
           *** NOTE: Ignored last 1 timesteps of data2009.nc due to overlap with data2010.nc
 **ERROR: error defining aggregate dataset: Excessive (3) overlaps in time axes for data2010.nc and data2011.nc
DEFINE DATA /AGG /T /TOVERLAP=2 /TAXIS=aggtime@BIN myagg = data2010.nc, data2009.nc, data2011.nc
*** Running ferret script: bn_samplexyzt.jnl
*** Running ferret script: bn_gif.jnl
 **ERROR: dimensions improperly specified: specified data is not a line
           - its a 2D region: "plot/i=1:10/j=1:20/nolabel i+j"
plot/i=1:10/j=1:20/nolabel i+j
 **ERROR: dimensions improperly specified: specified data is not a line
           - its a 2D region: "plot/i=1:10/j=1:20/nolabel i,i+j"
plot/i=1:10/j=1:20/nolabel i,i+j
 **ERROR: dimensions improperly specified: specified data is not a line
           - its a 2D region: "plot/i=1:10/j=1:20/nolabel i+j,i"
plot/i=1:10/j=1:20/nolabel i+j,i
 **ERROR: dimensions improperly specified: differing axes:
          first line is on Y axis
          line 2 is on X axis
plot/i=1:10/j=1:20/nolabel j,i
 **ERROR: dimensions improperly specified: unequal line lengths:
          First expression has 20 points.
          Expression 2 has 10 points:
          "plot/i=1:10/j=1:20/vs/line/nolabel j,i"
plot/i=1:10/j=1:20/vs/line/nolabel j,i
 **ERROR: dimensions improperly specified: must be a 2D region
          contour/i=1:10/j=1:20/nolabel i
contour/i=1:10/j=1:20/nolabel i
 **ERROR: invalid command: can only CONTOUR  single fields
          Use /OVERLAY for multiple variables
contour/i=1:10/j=1:20/nolabel i/j,j/i
 **ERROR: invalid command: VECTOR requires paired components
vector/i=1:10/j=1:20/nolabel i/j
 **ERROR: invalid command: VECTOR requires paired components
vector/i=1:10/j=1:20/nolabel i/j,j/i,i+j
Re-defining viewport LM6
Re-defining viewport UM6
 Using every   2th vector in the X direction
 Using every   2th vector in the Y direction
Re-defining viewport LM6
 Using every   2th vector in the X direction
 Using every   2th vector in the Y direction
 Using every   2th vector in the X direction
 Using every   2th vector in the Y direction
Re-defining viewport UM6
 Using every   2th vector in the X direction
 Using every   2th vector in the Y direction
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
Re-defining viewport UL6
Re-defining viewport UM6
Re-defining viewport UR6
Re-defining viewport LL6
Re-defining viewport LR6
Replacing definition of axis TDAYS
 Using every   4th vector in the X direction
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
Replacing definition of axis TAX
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
Replacing definition of axis XAX
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
Re-defining viewport LL6
Re-defining viewport UL6
Re-defining viewport LM6
Re-defining viewport UM6
Re-defining viewport LR6
Re-defining viewport UR6
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
*** Running ferret script: bn_ps.jnl
 **ERROR: dimensions improperly specified: specified data is not a line
           - its a 2D region: "plot/i=1:10/j=1:20/nolabel i+j"
plot/i=1:10/j=1:20/nolabel i+j
 **ERROR: dimensions improperly specified: specified data is not a line
           - its a 2D region: "plot/i=1:10/j=1:20/nolabel i,i+j"
plot/i=1:10/j=1:20/nolabel i,i+j
 **ERROR: dimensions improperly specified: specified data is not a line
           - its a 2D region: "plot/i=1:10/j=1:20/nolabel i+j,i"
plot/i=1:10/j=1:20/nolabel i+j,i
 **ERROR: dimensions improperly specified: differing axes:
          first line is on Y axis
          line 2 is on X axis
plot/i=1:10/j=1:20/nolabel j,i
 **ERROR: dimensions improperly specified: unequal line lengths:
          First expression has 20 points.
          Expression 2 has 10 points:
          "plot/i=1:10/j=1:20/vs/line/nolabel j,i"
plot/i=1:10/j=1:20/vs/line/nolabel j,i
 **ERROR: dimensions improperly specified: must be a 2D region
          contour/i=1:10/j=1:20/nolabel i
contour/i=1:10/j=1:20/nolabel i
 **ERROR: invalid command: can only CONTOUR  single fields
          Use /OVERLAY for multiple variables
contour/i=1:10/j=1:20/nolabel i/j,j/i
 **ERROR: invalid command: VECTOR requires paired components
vector/i=1:10/j=1:20/nolabel i/j
 **ERROR: invalid command: VECTOR requires paired components
vector/i=1:10/j=1:20/nolabel i/j,j/i,i+j
Re-defining viewport LM6
Re-defining viewport UM6
 **ERROR: invalid command: illegal format type - must be "GIF"
          frame/file=bnplot.ps
frame/file=bnplot.ps
*** Running ferret script: bn_all_ef.jnl
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
 **ERROR: command syntax: unknown region name: @w
set region/@w
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
ooooooooooooooooooooooooooooooooooooooooooo
*** Running ferret script: bn_startupfile.jnl
           *** NOTE: in GIF mode: ignoring SET MODE METAFILE
           *** NOTE: in GIF mode: ignoring SET MODE METAFILE
*** Running ferret script: err700_decimate.jnl
