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
f1934373
Commit
f1934373
authored
Dec 17, 2010
by
Uwe Schulzweida
Browse files
eof3d: set reference time to 0
parent
38889656
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Eof3d.c
View file @
f1934373
...
...
@@ -172,6 +172,8 @@ void *EOF3d(void * argument)
zaxisDefLongname
(
zaxisID2
,
"Reduced zaxis from EOF3D - only one eigen value per 3D eigen vector"
);
vlistID2
=
vlistCreate
();
taxisDefRdate
(
taxisID2
,
0
);
taxisDefRtime
(
taxisID2
,
0
);
vlistDefTaxis
(
vlistID2
,
taxisID2
);
varID2
=
(
int
*
)
malloc
(
nvars
*
sizeof
(
int
));
...
...
@@ -187,6 +189,8 @@ void *EOF3d(void * argument)
vlistID3
=
vlistDuplicate
(
vlistID1
);
taxisID3
=
taxisDuplicate
(
taxisID1
);
gridID3
=
gridDuplicate
(
gridID1
);
taxisDefRdate
(
taxisID3
,
0
);
taxisDefRtime
(
taxisID3
,
0
);
vlistDefTaxis
(
vlistID3
,
taxisID3
);
...
...
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