====================
NOAA/PMEL TMAP
FERRET v7.5 (optimized)
Linux 2.6.32-754.11.1.el6.x86_64 64-bit - 04/25/19
16-Dec-19 00:02
!=== my script to reproduce the bug ===
! Delete the SET MEMORY command and the two output variables become identical.
!
set data tmp-usss0500m-L600.nc ! Contains var "usss" .
set memory/size=300 ! <- Delete this line
let u = usss[d=1]
save/clobber/file=
tmp-u.nc u[m=1:10@AVE]
save/clobber/file=
tmp-usss.nc usss[m=1:10@AVE]
!--- plot to see if they are identical ---
cancel var/all
cancel data/all
set data
tmp-u.ncset data
tmp-usss.ncplot/x=101W/y=4S:4N u[d=1], usss[d=2]