NOAA-SWPC / GSMWAM-IPE

Coupled NEMS app for WAM-IPE
5 stars 11 forks source link

txt write of historical drivers broken #68

Closed akubaryk closed 1 year ago

akubaryk commented 1 year ago

Indirectly reported by Dibyendu Sur via email, there's a typo on lines 269 and 287 of scripts/interpolate_input_parameters/interpolate_input_parameters.py in which -- during a text file write -- an integer (hemispheric power index) receives precision formatting, which is disallowed. While parse_realtime.py in the same directory has the exact same issue, it doesn't affect that script, as the hemispheric power index is stored as a string and not an integer there.