- To: markus.ristic@xxxxxxxxxxxx
- Subject: [CONDUIT #NXD-544090]: Request
- From: "Unidata netCDF Decoders Support" <support-netcdf-decoders@xxxxxxxxxxxxxxxx>
- Date: Thu, 04 May 2006 12:54:45 -0600
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...