Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Klaus Zimmermann
climix
Commits
09b41204
Commit
09b41204
authored
Feb 12, 2021
by
Lars Bärring
Committed by
Klaus Zimmermann
Jul 28, 2021
Browse files
fix for different tas cell_methods
parent
217f6420
Changes
1
Hide whitespace changes
Inline
Side-by-side
climix/datahandling.py
View file @
09b41204
...
...
@@ -17,6 +17,8 @@ MISSVAL = 1.0e20
def
ignore_cb
(
cube
,
field
,
filename
):
cube
.
attributes
.
pop
(
'creation_date'
,
None
)
cube
.
attributes
.
pop
(
'tracking_id'
,
None
)
cube
.
cell_methods
=
[
iris
.
coords
.
CellMethod
(
'mean'
,
coords
=
'time'
)]
def
prepare_input_data
(
datafiles
):
...
...
Write
Preview
Markdown
is supported
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