Subversion Repositories ALCASAR

Rev

Rev 1159 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 1159 Rev 1223
Line 42... Line 42...
42
# Where to install the docs
42
# Where to install the docs
43
$DOCDIR="${HTMLDIR}/doc";
43
$DOCDIR="${HTMLDIR}/doc";
44
 
44
 
45
#
45
#
46
# Var space for NfSen
46
# Var space for NfSen
47
$VARDIR="/var/";
47
$VARDIR="/var";
48
 
48
 
49
# directory for all pid files
49
# directory for all pid files
50
$PIDDIR="$VARDIR/run";
50
$PIDDIR="$VARDIR/run";
51
#
51
#
52
# Filter directory
52
# Filter directory
Line 296... Line 296...
296
#    'tbegin'     => '200707110000',	# Simulation begins at July 11th 2007 00:00
296
#    'tbegin'     => '200707110000',	# Simulation begins at July 11th 2007 00:00
297
#    'tend'       => '200707112355',	# Simulation ends at July 11th 2007 23:55
297
#    'tend'       => '200707112355',	# Simulation ends at July 11th 2007 23:55
298
#    'cycletime'  => '30',				# 30s per 5min slot
298
#    'cycletime'  => '30',				# 30s per 5min slot
299
# );
299
# );
300
 
300
 
301
1;
-