Show
Ignore:
Timestamp:
06/11/10 23:31:59 (14 years ago)
Author:
ondrak
Message:

Added option to set simulation length in number of cycles

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • applications/doprava/Zlicin.cfg

    r1075 r1089  
    6767        stop_time = "00:05:00"; 
    6868         
     69        // Simulation length in number of cycles (one cycle = 90 s) 
     70        // If present, overwrites stop_time. Ensures corrent termination of simulation 
     71        // Example: 1 hour = 40 cycles, 6 hours = 240 cycles, 24 hours = 960  
     72        stop_cycle=240; 
     73         
    6974}; 
    7075