NCAR / WVD-MCSupdate

Addition of NCAR MCS, rewrite to software infrastructure, and expansion of features for WVD operations.
2 stars 1 forks source link

Float inputs from config file read as ints #128

Closed BradSchoenrock closed 6 years ago

BradSchoenrock commented 6 years ago

I noticed in the NetCDF writer that when we are reading in values from the config file they are getting read as strings and then cast into integers instead of floats. Where appropriate we need to check that values are being read in as the correct types.

The change to fix this is to use the fract/exp string to number converter instead of the string to number converter.

BradSchoenrock commented 6 years ago

This bug is fixed in NetCDF writer, but needs to be checked elsewhere as well.