Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Docker-in-Docker (DinD) capabilities of public runners deactivated.
More info
Open sidebar
IPSL
LMD
InTro
RoutingPP
Commits
e85c014a
Commit
e85c014a
authored
Jan 13, 2021
by
POLCHER Jan
🚴🏾
Browse files
Stupid mistake !!
parent
a3c2a6c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
GraphHydro.py
GraphHydro.py
+1
-1
No files found.
GraphHydro.py
View file @
e85c014a
...
...
@@ -173,7 +173,7 @@ class HydroGraph :
if
part
.
rank
==
0
:
gvar
[
gvar
>=
NCFillValue
]
=
np
.
nan
#
hist
,
bin_edges
=
np
.
histogram
(
gvar
[
~
np
.
isnan
(
gvar
)],
bins
=
nbbins
,
range
=
(
0
,
m
ax
(
10000
,
np
.
nanmax
(
gvar
))))
hist
,
bin_edges
=
np
.
histogram
(
gvar
[
~
np
.
isnan
(
gvar
)],
bins
=
nbbins
,
range
=
(
0
,
m
in
(
10000
,
np
.
nanmax
(
gvar
))))
topobins
=
outnf
.
createVariable
(
"topobins"
,
vtyp
,
(
'nbbnds'
,
'nbbins'
))
topobins
.
title
=
"Topographic index"
topobins
.
units
=
"km"
...
...
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