Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cdo
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mpim-sw
cdo
Commits
37f0e337
Commit
37f0e337
authored
18 years ago
by
Uwe Schulzweida
Browse files
Options
Downloads
Patches
Plain Diff
No commit message
No commit message
parent
ade0b6b3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README
+2
-5
2 additions, 5 deletions
README
doc/tex/install.tex
+4
-4
4 additions, 4 deletions
doc/tex/install.tex
src/cdo.c
+3
-3
3 additions, 3 deletions
src/cdo.c
with
9 additions
and
12 deletions
README
+
2
−
5
View file @
37f0e337
...
...
@@ -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
This diff is collapsed.
Click to expand it.
doc/tex/install.tex
+
4
−
4
View file @
37f0e337
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
src/cdo.c
+
3
−
3
View file @
37f0e337
...
...
@@ -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
u
we.
s
chulzweida@zmaw.de
\n
"
);
fprintf
(
stderr
,
" Report bugs to
U
we.
S
chulzweida@zmaw.de
\n
"
);
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment