Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
cdo
Commits
82010422
Commit
82010422
authored
Nov 03, 2006
by
Uwe Schulzweida
Browse files
Version 1.0.3 released
parent
231b0bbd
Changes
6
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
82010422
2006-11-
??
Uwe Schulzweida <Uwe.Schulzweida@zmaw.de>
2006-11-
02
Uwe Schulzweida <Uwe.Schulzweida@zmaw.de>
* using CDI library version 1.0.3
* New operator: intntime [request: Michael Boettinger]
...
...
doc/cdo_refcard.pdf
View file @
82010422
No preview for this file type
doc/tex/cdo.tex
View file @
82010422
...
...
@@ -146,7 +146,7 @@
\end{picture}
\begin{flushright}
\large\bf
{
Climate Data Operators
\\
Version 1.0.3
\\
Octo
ber 2006
}
\large\bf
{
Climate Data Operators
\\
Version 1.0.3
\\
Novem
ber 2006
}
\end{flushright}
\vfill
...
...
doc/tex/cdoprog.tex
View file @
82010422
...
...
@@ -10,7 +10,7 @@
\put
(0,0.0)
{
\line
(1,0)
{
3.95
}}
\end{picture}
\begin{flushright}
{
\small
{
Climate Data Operators
\\
Version 1.0.3
\\
Octo
ber 2006
}}
{
\small
{
Climate Data Operators
\\
Version 1.0.3
\\
Novem
ber 2006
}}
\end{flushright}
\vspace*
{
0mm
}
...
...
doc/tex/mod/Enlarge
View file @
82010422
...
...
@@ -40,7 +40,7 @@ enlarged to the grid size of the first dataset:
cdo enlarge,t21grid ifile2 tmpfile
cdo add ifile1 tmpfile ofile
@EndVerbatim
Or shorter
with
pip
es
:
Or shorter
using operator
pip
ing
:
@BeginVerbatim
cdo add ifile1 -enlarge,t21grid ifile2 ofile
@EndVerbatim
...
...
src/job.c
View file @
82010422
...
...
@@ -345,6 +345,7 @@ int my_progress_func(int *stdout_is_tty,
int
ftpget
(
int
flag
,
const
char
*
url
,
const
char
*
path
,
const
char
*
target
,
const
char
*
source
)
{
int
status
=
0
;
#if defined (HAVE_LIBCURL)
CURL
*
curl
;
CURLcode
res
;
...
...
@@ -356,7 +357,6 @@ int ftpget(int flag, const char *url, const char *path, const char *target, cons
char
filename
[
8196
];
char
ftpcommand
[
1024
];
char
errorbuffer
[
CURL_ERROR_SIZE
];
int
status
=
0
;
int
stdout_is_tty
=
0
;
char
prompt
[
1024
];
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment