echo"-# Produce a NetCDF file from grib edition 1"
echo"\\verbatim"
echo">grib_to_netcdf -o output.nc input.grib1"
echo"\\endverbatim"
echo"-# If your grib file has analysis and 6-hour forecast, then ignore keys 'type' and 'step'. Thus type=an/fc and step=00/06 will not be considered as netcdf dimensions."
echo"-# Do not use time of validity. If time of validity is used, it means the 1D time coordinate is considered as date+time+step, otherwise 3 different dimensions are created."
echo"-# Set the netcdf dimension 'time' to be unlimited i.e. time can have unlimited length so variables using this dimension can grow along this dimension."
echo"\\verbatim"
echo">grib_to_netcdf -u time -o output.nc input.grib"