Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Holger Niemann
IR_data_access
Commits
e5ccaa95
Commit
e5ccaa95
authored
May 03, 2019
by
Holger Niemann
Browse files
small fix in downloadversionIRdata with the request list
parent
261b46fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
downloadversionIRdata.py
View file @
e5ccaa95
...
...
@@ -2643,7 +2643,7 @@ def download_heatflux_by_times(port,tstart,tend,time_window=0,threads=1,testmode
if
verbose
>
0
:
print
(
now
,
"download_heatflux_by_times: heat flux data is not available"
)
if
request
:
f
=
open
(
heatflux_requestlist_path
+
str
(
now
.
year
)
+
str
(
now
.
month
-
1
)
+
"_q_requests.txt"
,
'a'
)
f
=
open
(
heatflux_requestlist_path
+
str
(
now
.
year
)
+
str
(
now
.
month
)
+
"_q_requests.txt"
,
'a'
)
try
:
programid
=
AKF_2
.
get_program_id
(
tstart
)
except
Exception
as
E
:
...
...
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