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.
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.