ValueError
Python 3.9.10: /uufs/chpc.utah.edu/common/home/u0028395/software/pkg/miniconda3-py39/bin/python
Sat Jul 19 16:57:17 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>
     64     plat = 40.5763
     65 else:
=>   66     plat = float(plat)
     67 units = form.getvalue('units')
     68 if units == None:
plat = 'scnr_engine_sink_tracer_e4d541b816e17d2ffda647c5...c6ec1ec911829c159a23f935ea2d8bc3"\'`--)()\\"&%1\'-;\x00', builtin float = <class 'float'>

ValueError: could not convert string to float: 'scnr_engine_sink_tracer_e4d541b816e17d2ffda647c5e7ab2403_c6ec1ec911829c159a23f935ea2d8bc3"\'`--)()\\"&%1\'-;\x00'
      args = ('could not convert string to float: \'scnr_engine_...911829c159a23f935ea2d8bc3"\\\'`--)()\\\\"&%1\\\'-;\\x00\'',)
      with_traceback = <built-in method with_traceback of ValueError object>