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/Zlicingw.cfg

    r1081 r1089  
    5454        // simulation in our case starts always at 00:00:00. Default simulation 
    5555        // length is 24 hours (24:00:00). 
    56         stop_time = "00:15:00"; 
     56        stop_time = "00:05:00"; 
     57         
     58        // Simulation length in number of cycles (one cycle = 90 s) 
     59        // If present, overwrites stop_time. Ensures corrent termination of simulation 
     60        // Example: 1 hour = 40 cycles, 6 hours = 240 cycles, 24 hours = 960  
     61        stop_cycle=5; 
    5762         
    5863};