-
Hi There, I'm working with ioda formatted files (version 3 I believe, ncdump of this file is below) where the dimension name "Location" is used rather than "nlocs". However, ioda2nc is looking "nlocs". Perhap ioda2nc does not work ioda version 3 yet and, if that's the case, is there a possible workaround? I tried using nco to rename the "Location" dimension to "nlocs" but the nco utility does not successfully read ioda netcdf. cmd: /usr/local/bin/ioda2nc scatterometer_ascat.nc4 test.nc -config IODA2NCConfig_default Thank you for the assistance. ncdump -h scatterometer_ascat.nc4 netcdf scatterometer_ascat { // global attributes: group: MetaData { group: ObsError { group: ObsValue { group: PreQC { |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello, And thank you for your question. I did a little digging into the C library on the ioda2nc capability and found your assumption is correct; we currently look for the nlocs variable and if it's unavailable, MET errors out. With the new version of IODA output utilizing Location over nlocs, we'll need to update our support. |
Beta Was this translation helpful? Give feedback.
Hello,
And thank you for your question. I did a little digging into the C library on the ioda2nc capability and found your assumption is correct; we currently look for the nlocs variable and if it's unavailable, MET errors out. With the new version of IODA output utilizing Location over nlocs, we'll need to update our support.
I've gone ahead and created this MET issue detailing your discovery and calling for full version 3 IODA output to be supported in the ioda2nc tool.
If there are any other important changes you saw between version 2 and 3 that you want to inform the MET team about, please use that Github issue to let us know so we can provide you with the appropriate support.