NameError | Python 3.9.10: /uufs/chpc.utah.edu/common/home/u0028395/software/pkg/miniconda3-py39/bin/python Tue Mar 4 01:05:03 2025 |
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
/uufs/chpc.utah.edu/common/home/steenburgh/public_html/hrrrqsfts/hrrrqsfts.cgi in <module> |
132 tracemag = 0.1 |
133 roundoff = 1 |
=> 134 ax1.bar(ind,ds.qpf.values*mult,color='g') |
135 ax1.set_xlim(0,lastfhr-1) |
136 ax1.set_xticks(tickmarks) |
ax1 = <AxesSubplot:>, ax1.bar = <bound method Axes.bar of <AxesSubplot:>>, ind = array([ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 1... 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47]), ds = <xarray.Dataset> Dimensions: (time: 48) Coor... mm slr_units: ratio(qpf/qsf), ds.qpf = <xarray.DataArray 'qpf' (time: 48)> array([0.005...standard_name: unknown, ds.qpf.values = array([0.005, 0.001, 0. , 0. , 0.015, 0. ,....004, 0.033, 0.67 , 0.495], dtype=float32), mult undefined, color undefined |
NameError: name 'mult' is not defined
args =
("name 'mult' is not defined",)
with_traceback =
<built-in method with_traceback of NameError object>