This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
Sorry, didnt notice this before: 0) the namanl dataset seems to be GRIB-1, not GRIB-2 the gbx9 indexes may be corrupted; they should regenerate correctly once you fix, but double check, and delete and let it reindex again if they look too small (close to zero) 1) change <collection spec="/global/nomads/nexus/namanl/201006/**/namanl_218_#yyyyMMdd_HHmm#_000\.grb$" timePartition="1 day" dateFormatMark="#namanl_218_#yyyyMMdd_HHmm" /> to <collection spec="/global/nomads/nexus/namanl/201006/**/namanl_218_\.*_000\.grb$" timePartition="1 day" dateFormatMark="#namanl_218_#yyyyMMdd_HHmm" /> ( I assume you only want stuff ending in "_000.grb" ? analysis only ?? 2) I also see in serverStartup.log that the netccdf4 lib is not getting found: 2013-03-12T16:42:57.025-0400 [ 407][ ] serverStartup: netcdf4 c library not present jna_path='/san5102/netcdf4' libname='netcdf4' Unable to load library 'netcdf4': libnetcdf4.so: cannot open shared object file: No such file or directory 3) change (2 places) : <gribConfig datasetTypes="Best Latest Files" /> to <gribConfig datasetTypes="Best Files" /> we are getting there.... Ticket Details =================== Ticket ID: GHR-456072 Department: Support THREDDS Priority: Critical Status: Open