01-kitchen_sink_viz_rk1.mdl 1.0 KB

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