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

No commit message

No commit message
parent ade0b6b3
No related branches found
No related tags found
No related merge requests found
......@@ -18,9 +18,7 @@ Operators:
Documentation:
A detailed description of all operators can be found in:
http://www.mpimet.mpg.de/~cdo/cdo.pdf
A detailed description of all operators can be found in: ./doc/cdo.pdf
Online reference manuals: cdo -h <operator>
......@@ -46,5 +44,4 @@ Porting:
Contact:
Send questions, comments and bug reports to schulzweida@dkrz.de
Send questions, comments and bug reports to Uwe.Schulzweida@zmaw.de
......@@ -4,10 +4,10 @@ This section describes how to build \CDO from the sources on a UNIX system.
\CDO is using the GNU configure and build system to compile the source code.
The only requirement is a working ANSI C compiler.
%First go to the \href{http://www.mpimet.mpg.de/~cdo/download.html}{\tt download} page
%({\tt http://www.mpimet.mpg.de/\~\,cdo/download.html}) to get the latest distribution,
First go to the \href{http://www.mpimet.mpg.de/~cdo}{\tt download} page
({\tt http://www.mpimet.mpg.de/\~\,cdo}) to get the latest distribution,
%First go to the \href{http://www.mpimet.mpg.de/cdo/download.html}{\tt download} page
%({\tt http://www.mpimet.mpg.de/\\,cdo/download.html}) to get the latest distribution,
First go to the \href{http://www.mpimet.mpg.de/cdo}{\tt download} page
({\tt http://www.mpimet.mpg.de/cdo}) to get the latest distribution,
if you did not have it already.
To take full advantage of \CDO's features the following additional
......
......@@ -48,7 +48,7 @@
# define VERSION "0.0.1"
#endif
char CDO_Version[] = "Climate Data Operators version "VERSION" available from http://www.mpimet.mpg.de/~cdo";
char CDO_Version[] = "Climate Data Operators version "VERSION" available from http://www.mpimet.mpg.de/cdo";
char *Progname;
......@@ -141,9 +141,9 @@ static void usage(void)
fprintf(stderr, " The path name of the input/output files for the operator.\n");
fprintf(stderr, "\n");
fprintf(stderr, " CDO version %s, Copyright (C) 2003-2006 Uwe Schulzweida\n", VERSION);
fprintf(stderr, " Available from http://www.mpimet.mpg.de/~cdo\n");
fprintf(stderr, " Available from http://www.mpimet.mpg.de/cdo\n");
fprintf(stderr, " This is free software and comes with ABSOLUTELY NO WARRANTY\n");
fprintf(stderr, " Report bugs to uwe.schulzweida@zmaw.de\n");
fprintf(stderr, " Report bugs to Uwe.Schulzweida@zmaw.de\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