From 42ffe5256572f26d90f23a4fe0e2f441be3cec06 Mon Sep 17 00:00:00 2001 From: Shahram Najm Date: Thu, 30 Jun 2016 11:42:25 +0100 Subject: [PATCH] Tool documentation updates --- tools/grib_copy.sh | 2 +- tools/grib_to_netcdf.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/grib_copy.sh b/tools/grib_copy.sh index b3aac6c4a..9ec1ec20c 100755 --- a/tools/grib_copy.sh +++ b/tools/grib_copy.sh @@ -27,12 +27,12 @@ echo "in the name of the output file (This is a good way to split a large GRIB f echo "\verbatim" echo "> grib_copy in.grib 'out_[shortName].grib'" echo "\endverbatim\\n" +echo "Note: we need to quote the name of the output so the shell does not interpret the square brackets" echo "-# To copy fields whose typeOfLevel is either 'surface' or 'meanSea'" echo "\verbatim" echo "> grib_copy -w typeOfLevel=surface/meanSea orig.grib out.grib" echo "\endverbatim\\n" -echo "Note: we need to quote the name of the output so the shell does not interpret the square brackets" echo "-# To copy selected fields and apply sorting (sorted by level in ascending order)" echo "\verbatim" diff --git a/tools/grib_to_netcdf.sh b/tools/grib_to_netcdf.sh index fd26dcbdb..3a5af132f 100755 --- a/tools/grib_to_netcdf.sh +++ b/tools/grib_to_netcdf.sh @@ -13,7 +13,7 @@ echo ">grib_to_netcdf -I type,step -o output.nc input.grib" echo "\\endverbatim" 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 "-# The default behaviour is to use the time of validity." +echo "The default behaviour is to use the time of validity." echo "\\verbatim" echo ">grib_to_netcdf -T -o output.nc input.grib" echo "\\endverbatim"