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
92561c8c
Commit
92561c8c
authored
Oct 31, 2006
by
Uwe Schulzweida
Browse files
selyear: bug fix for years > 9999
parent
08faa0f4
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
92561c8c
...
...
@@ -4,9 +4,10 @@
* New operator: intntime [request: Michael Boettinger]
* New operator: mrotuvb [request: Helmuth Haak]
* New operator: outputvector [request: Helmuth Haak]
* selyear: bug fix for years > 9999 [report: Uwe Mikolajewicz]
* inttime: extention for months and years [request: Holger Goettel]
* outputcenter: support of zonal and meridional fields
* zonavg: bug fix for non gaussian or lonlat grids
* zonavg: bug fix for non gaussian or
non
lonlat grids
* remaplib.sort_add: don't sort if num_links <= 1
* remaplib.remap_bi?: check that src_add is valid
* Remap: use REMAP_NON_GLOBAL only for gridsize > 1
...
...
src/Seltime.c
View file @
92561c8c
...
...
@@ -89,7 +89,7 @@ void *Seltime(void *argument)
moddat
[
SELHOUR
]
=
100
;
moddat
[
SELDAY
]
=
100
;
moddat
[
SELMON
]
=
100
;
moddat
[
SELYEAR
]
=
1
0000
;
moddat
[
SELYEAR
]
=
100000
0000
;
moddat
[
SELSEAS
]
=
100
;
operatorID
=
cdoOperatorID
();
...
...
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