Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-sims
csst_ifs_sim
Commits
050e3a5b
Commit
050e3a5b
authored
May 11, 2024
by
Yan Zhaojun
Browse files
debug
parent
794d52a8
Changes
1
Show whitespace changes
Inline
Side-by-side
csst_ifs_sim/csst_ifs_sim.py
View file @
050e3a5b
...
...
@@ -2027,7 +2027,7 @@ class IFSsimulator():
data_time
=
now
.
strftime
(
"%Y-%m-%d-%H-%M-%S"
)
############################################################
self
.
log
=
lg
.
setUpLogger
(
self
.
result_path
+
'/log_file/IFS_'
+
self
.
log
=
lg
(
self
.
result_path
+
'/log_file/IFS_'
+
self
.
source
+
'_'
+
data_time
+
'_Num_'
+
str
(
simnumber
)
+
'.log'
)
self
.
log
.
info
(
'STARTING A NEW SIMULATION'
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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