Commit 050e3a5b authored by Yan Zhaojun's avatar Yan Zhaojun
Browse files

debug

parent 794d52a8
...@@ -2027,7 +2027,7 @@ class IFSsimulator(): ...@@ -2027,7 +2027,7 @@ class IFSsimulator():
data_time = now.strftime("%Y-%m-%d-%H-%M-%S") 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.source+'_'+data_time+'_Num_'+str(simnumber)+'.log')
self.log.info('STARTING A NEW SIMULATION') self.log.info('STARTING A NEW SIMULATION')
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment