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.
Markus, the $CP needs to be set by you, where the toolsUI-2.2.14.jar is located. Here is a shell program. replace <yourpathtoo> with your own path. #/bin/csh -f set CP="<yourpathtoo>toolsUI-2.2.14.jar" echo "java -classpath $CP ucar.nc2.ui.ToolsUI" java -Xmx512m -classpath $CP ucar.nc2.ui.ToolsUI also the Grib2Netcdf can replace the ToolsUI by java -Xmx512m -classpath $CP ucar.nc2.iosp.grib.Grib2Netcdf INPUT OUTPUT.NC Don't forget to add the INPUT grib file and OUTPUT.NC names. robb... Ticket Details =================== Ticket ID: NXD-544090 Department: Support netCDF Decoders Priority: Normal Status: Open