12345678910111213141516171819202122232425262728293031 |
- /****************************************************************************
- * Test 01: Nearly every parser option.
- *
- * A mostly non-sensical test which simply exercises the parser checking for
- * anomalous behavior. This test should not provoke any errors, provided
- * that counting-5.txt does not exist in its reaction output directory.
- * (This is to test the "no overwrite" output mode for counting.)
- *
- * This variant produces RK custom mode viz output using default binning
- * direction settings, specified using the ITERATION_LIST notation.
- *
- * Author: Jed Wing <[email protected]>
- * Date: 2008-04-04
- ****************************************************************************/
- basename = "01-kitchen_sink_viz_rk1"
- INCLUDE_FILE = "defaults.mdl"
- INCLUDE_FILE = "common.mdl"
- VIZ_DATA_OUTPUT
- {
- MODE = CUSTOM_RK
- MOLECULE_FILE_PREFIX = vizdir & "molecules"
- ITERATION_LIST = [[1 TO 100 STEP 10], [101 TO 1000 STEP 100], [1001 TO 10000 STEP 1000]]
- STATE_VALUES
- {
- s_g_5 = 4
- s_v_3 = 3
- }
- }
|