You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is mostly a documentation issue since I'm unsure if any IODA converter writes out the sensorCentralFrequency and radarPulseFrequency variables, but under the current version of IODA they can't be double precision variables. This is because IODA's VarUtils functions lack support for double-precision floating point numbers. This prevents a double-containing IODA file from being read into an ObsSpace.
Fixes:
Option A: Change the docs and make sensorCentralFrequency a plain old float.
This is mostly a documentation issue since I'm unsure if any IODA converter writes out the
sensorCentralFrequency
andradarPulseFrequency
variables, but under the current version of IODA they can't be double precision variables. This is because IODA's VarUtils functions lack support for double-precision floating point numbers. This prevents a double-containing IODA file from being read into an ObsSpace.Fixes:
Option A: Change the docs and make
sensorCentralFrequency
a plain old float.Double
toFloat
.Option B: IODA type system refactor. This would be much harder, though in JCSDA-internal/ioda I left branches from my attempt about two years ago.
The text was updated successfully, but these errors were encountered: