NameError
Python 3.9.10: /uufs/chpc.utah.edu/common/home/u0028395/software/pkg/miniconda3-py39/bin/python
Wed May 21 10:31:09 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., 0...standard_name: unknown, ds.qpf.values = array([0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0...0., 0., 0., 0., 0., 0., 0.], 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>