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
Clément Haëck
submeso-color
Commits
0ac6518c
Commit
0ac6518c
authored
Sep 24, 2021
by
Clément Haëck
Browse files
Fix inversion_times filename
parent
5feb2496
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Compute/find_HF_inversion.py
Compute/find_HF_inversion.py
+1
-1
No files found.
Compute/find_HF_inversion.py
View file @
0ac6518c
...
...
@@ -127,7 +127,7 @@ for idx in hf.idx.values:
ofile
=
path
.
join
(
lib
.
root_data
,
args
[
'region'
],
'HF'
,
args
[
'grid_file'
]
+
'_inversion_times_{d}.txt'
.
format
(
args
[
'grid_file'
]
+
'_inversion_times_{
:
d}.txt'
.
format
(
args
[
'year'
]))
with
open
(
ofile
,
'w'
)
as
f
:
for
t
in
inv_times
:
...
...
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