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
Open sidebar
IPSL
LMD
InTro
RoutingPP
Commits
87085939
Commit
87085939
authored
Oct 20, 2020
by
Anthony
Browse files
Temp. patch in case there are no station in Location
parent
740066ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Locations.py
Locations.py
+1
-1
No files found.
Locations.py
View file @
87085939
...
...
@@ -211,7 +211,7 @@ class Locations :
#
if
part
.
rank
==
0
:
# Create new dimension
monmax
=
np
.
max
(
monnb
)
monmax
=
max
(
np
.
max
(
monnb
)
,
1
)
moncoord
=
(
'htumon'
,)
outnf
.
createDimension
(
moncoord
[
0
],
monmax
)
infocoord
=
(
'locinfo'
,)
...
...
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