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

debug

parent 794d52a8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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')