[Thread Prev][Thread Next][Index]

[ferret_users] *** NOTE: crptn??: save_uvar_aux_info



Dear Ferret users and developers,

I inadvertently created a script that makes PyFerret run away, printing these lines forever

*** NOTE: crptn??: save_uvar_aux_info
*** NOTE: crptn??: save_uvar_aux_info
. . . . . .

Ctrl-C doesn't work.  All you can do is to kill the process from outside.

Below is a self-contained example that causes the same problem.  As it is, it is a stupid mistake, but my original script is very large and it wasn't easy to spot the cause of the error.

PyFerret v7.63 (optimized)
macOS 11.5.2

Hope this helps.

Ryo
----------
set data coads_climatology

define symbol varname SST

set var/name=v0 ($varname)
let ($varname) = v0
let ($varname)_anom = ($varname) - ($varname)_mean

set var/name=SST0 SST[d=1]
let SST = SST0[d=1]
let SST_mean = SST[l=1:12@AVE]

let tvals = t[gt=SST_anom]
let dates = tax_datestring(tvals, tvals, "day")

list dates[L=1]


[Thread Prev][Thread Next][Index]
Contact Us
Dept of Commerce / NOAA / OAR / PMEL / Ferret

Privacy Policy | Disclaimer | Accessibility Statement