Skip to content
GitLab
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
ddf825fb
Commit
ddf825fb
authored
Apr 12, 2010
by
Uwe Schulzweida
Browse files
rename module Del29feb to Deltime
parent
ea06b0dd
Changes
5
Hide whitespace changes
Inline
Side-by-side
.gitattributes
View file @
ddf825fb
...
...
@@ -275,7 +275,7 @@ src/Cond.c -text
src/Cond2.c -text
src/Condc.c -text
src/Copy.c -text
src/Del
29feb
.c -text
src/Del
time
.c -text
src/Detrend.c -text
src/Diff.c -text
src/EcaIndices.c -text
...
...
src/Del
29feb
.c
→
src/Del
time
.c
View file @
ddf825fb
...
...
@@ -2,7 +2,7 @@
This file is part of CDO. CDO is a collection of Operators to
manipulate and analyse Climate model Data.
Copyright (C) 2003-200
9
Uwe Schulzweida, Uwe.Schulzweida@zmaw.de
Copyright (C) 2003-20
1
0 Uwe Schulzweida, Uwe.Schulzweida@zmaw.de
See COPYING file for copying and redistribution conditions.
This program is free software; you can redistribute it and/or modify
...
...
@@ -22,9 +22,9 @@
#include
"pstream.h"
void
*
Del
29feb
(
void
*
argument
)
void
*
Del
time
(
void
*
argument
)
{
const
char
func
[]
=
"Del
29feb
"
;
const
char
func
[]
=
"Del
time
"
;
int
streamID1
,
streamID2
;
int
tsID
,
tsID2
,
nrecs
;
int
recID
,
varID
,
levelID
;
...
...
@@ -88,7 +88,6 @@ void *Del29feb(void *argument)
streamDefTimestep
(
streamID2
,
tsID2
++
);
for
(
recID
=
0
;
recID
<
nrecs
;
recID
++
)
{
streamInqRecord
(
streamID1
,
&
varID
,
&
levelID
);
...
...
src/Makefile.am
View file @
ddf825fb
...
...
@@ -20,7 +20,7 @@ cdo_SOURCES = Arith.c \
Condc.c
\
Complextorect.c
\
Copy.c
\
Del
29feb.c
\
Del
time.c
\
Detrend.c
\
Diff.c
\
Echam5ini.c
\
...
...
src/Makefile.in
View file @
ddf825fb
...
...
@@ -70,7 +70,7 @@ am_cdo_OBJECTS = Arith.$(OBJEXT) Arithc.$(OBJEXT) Arithdays.$(OBJEXT) \
Change.
$(OBJEXT)
Change_e5slm.
$(OBJEXT)
Cloudlayer.
$(OBJEXT)
\
Comp.
$(OBJEXT)
Compc.
$(OBJEXT)
Cond.
$(OBJEXT)
Cond2.
$(OBJEXT)
\
Condc.
$(OBJEXT)
Complextorect.
$(OBJEXT)
Copy.
$(OBJEXT)
\
Del
29feb
.
$(OBJEXT)
Detrend.
$(OBJEXT)
Diff.
$(OBJEXT)
\
Del
time
.
$(OBJEXT)
Detrend.
$(OBJEXT)
Diff.
$(OBJEXT)
\
Echam5ini.
$(OBJEXT)
Enlarge.
$(OBJEXT)
Enlargegrid.
$(OBJEXT)
\
Ensstat.
$(OBJEXT)
Eofcoeff.
$(OBJEXT)
Exprf.
$(OBJEXT)
\
Filedes.
$(OBJEXT)
Fillmiss.
$(OBJEXT)
Filter.
$(OBJEXT)
\
...
...
@@ -295,7 +295,7 @@ cdo_SOURCES = Arith.c \
Condc.c
\
Complextorect.c
\
Copy.c
\
Del
29feb.c
\
Del
time.c
\
Detrend.c
\
Diff.c
\
Echam5ini.c
\
...
...
@@ -657,7 +657,7 @@ distclean-compile:
@AMDEP_TRUE@@am__include@
@am__quote@./$(DEPDIR)/Cond2.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@./$(DEPDIR)/Condc.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@./$(DEPDIR)/Copy.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@./$(DEPDIR)/Del
29feb
.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@./$(DEPDIR)/Del
time
.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@./$(DEPDIR)/Detrend.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@./$(DEPDIR)/Diff.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@./$(DEPDIR)/EcaIndices.Po@am__quote@
...
...
src/modules.c
View file @
ddf825fb
...
...
@@ -54,7 +54,7 @@ void *Cond2(void *argument);
void
*
Condc
(
void
*
argument
);
void
*
Complextorect
(
void
*
argument
);
void
*
Copy
(
void
*
argument
);
void
*
Del
29feb
(
void
*
argument
);
void
*
Del
time
(
void
*
argument
);
void
*
Detrend
(
void
*
argument
);
void
*
Diff
(
void
*
argument
);
void
*
Echam5ini
(
void
*
argument
);
...
...
@@ -251,7 +251,7 @@ void *Wct(void *argument);
#define CondcOperators {"ifthenc", "ifnotthenc"}
#define ComplextorectOperators {"complextorect"}
#define CopyOperators {"copy", "selall"}
#define Del
29feb
Operators
{
"del29feb"}
#define Del
time
Operators
{"delday",
"del29feb"}
#define DetrendOperators {"detrend"}
#define DiffOperators {"diff", "diffp", "diffv", "sdiff"}
#define Echam5iniOperators {"import_e5ml", "import_e5res", \
...
...
@@ -484,7 +484,7 @@ static modules_t Modules[] =
{
Condc
,
CondcHelp
,
CondcOperators
,
CDI_REAL
,
1
,
1
},
{
Complextorect
,
NULL
,
ComplextorectOperators
,
CDI_COMP
,
1
,
2
},
{
Copy
,
CopyHelp
,
CopyOperators
,
CDI_REAL
,
-
1
,
1
},
{
Del
29feb
,
NULL
,
Del
29feb
Operators
,
CDI_REAL
,
1
,
1
},
{
Del
time
,
NULL
,
Del
time
Operators
,
CDI_REAL
,
1
,
1
},
{
Detrend
,
DetrendHelp
,
DetrendOperators
,
CDI_REAL
,
1
,
1
},
{
Diff
,
DiffHelp
,
DiffOperators
,
CDI_REAL
,
2
,
0
},
{
Echam5ini
,
NULL
,
Echam5iniOperators
,
CDI_REAL
,
1
,
1
},
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment