Skip to content
Snippets Groups Projects
Commit c1ebb780 authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

No commit message

No commit message
parent 0dc59944
No related branches found
Tags cdo-1.9.4
No related merge requests found
......@@ -2,6 +2,7 @@
2006-08-01 Uwe Schulzweida <Uwe.Schulzweida@zmaw.de>
* using CDI library version 1.0.1
* add option -b to set the number of bits for the output precision
* support of 1 to 32 bit GRIB data
* set MIN_STACK_SIZE to 64MB
* seldate: use parameter - for min and max val
......
......@@ -36,7 +36,7 @@ case "${HOSTNAME}" in
./configure --prefix=$HOME/local --exec_prefix=$HOME/local/LINUX \
--with-netcdf=/client \
CPPFLAGS="-DHAVE_LIBSZ -I$HOME/local/LINUX/include" LIBS=$HOME/local/LINUX/lib/libsz.a \
CC=g++ CFLAGS="-g -D_REENTRANT -O2 -Wall "
CC=gcc CFLAGS="-g -D_REENTRANT -O2 -Wall "
;;
regio01)
./configure --prefix=$HOME/local --exec_prefix=$HOME/local/LINUX0 \
......
No preview for this file type
......@@ -32,7 +32,7 @@
\begin{tabular*}{3.95in}{|l|l|} \hline
\makebox[0.85in][l]{{\bf{-a}} } & \makebox[2.76in][l]{Convert from a relative to an absolute time axis} \\ \hline
\makebox[0.85in][l]{{\bf{-b}} $<\!nbits\!>$ } & \makebox[2.76in][l]{Set the number of bits for the output precision} \\
& (4/8 for nc, nc2, srv, ext; 1/2/3 for grb) \\ \hline
& (32/64 for nc, nc2, srv, ext, ieg; 1 - 32 for grb) \\ \hline
\makebox[0.85in][l]{{\bf{-f}} $<\!format\!>$ } & \makebox[2.76in][l]{Output file format (grb, nc, nc2, srv, ext, ieg)} \\ \hline
\makebox[0.85in][l]{{\bf{-g}} $<\!grid\!>$ } & \makebox[2.76in][l]{Grid name or file} \\
& Available grids: t$<$RES$>$grid, r$<$NX$>$x$<$NY$>$ \\ \hline
......
......@@ -24,7 +24,7 @@ The following options are available for all operators:
\hline
\rowcolor[gray]{.9}
\sl $<$format$>$ & \sl $<$nbits$>$ \\
{\tt grb} & {\tt 8/16/24} \\
{\tt grb} & {\tt 1 - 32} \\
{\tt nc, nc2, srv, ext, ieg} & {\tt 32/64} \\
\hline
\end{tabular}
......
......@@ -130,7 +130,7 @@ static void usage(void)
fprintf(stderr, " Options:\n");
fprintf(stderr, " -a Convert from a relative to an absolute time axis\n");
fprintf(stderr, " -b <nbits> Set the number of bits for the output precision\n");
fprintf(stderr, " (32/64 for nc, nc2, srv, ext, ieg; 8/16/24 for grb)\n");
fprintf(stderr, " (32/64 for nc, nc2, srv, ext, ieg; 1 - 32 for grb)\n");
fprintf(stderr, " -f <format> Format of the output file. (grb, nc, nc2, srv, ext or ieg)\n");
fprintf(stderr, " -g <grid> Grid name or file. Available grids: \n");
fprintf(stderr, " t<RES>grid, t<RES>spec, r<NX>x<NY>, g<NX>x<NY>, gme<NI>\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment