filename$ = japan0.dat nc% = 6 'Number of categories mpm = 1609 'Resolution of data in meters r = 3 'Size of neighborhood ic% = 0 'Initial condition (0: random, 1: ordered, 2: striped, 3: data, 4: circles) bc% = 0 'Boundary condition (0: periodic, 1: lake, 2: mirror image) pc% = 1 'Probability constraint (0: off, 1: on) crop% = 1 'Crop to original data (0: off, 1: on) sd% = 0 'Save time-series data to file WISTREES.DAT (0: off, 1: on) nts& = 10000 'Save array data to file CA.DAT after this many generations ntmax& =-1 'Maximum number of generations before program termination seed& = 0 'Seed for random number generator (0 uses random seed) sm% = 12 'Graphics mode (0: text, 11: VGA mono, 12: VGA color) rr% = 0 'Replacement rule (0: uncorrelated, 1: correlated, 2: rastered) c = 0 'Seed dispersion parameter (0: uniform, 1: Laplace, etc...) ne% = 0 'Number of filled cells of each type (normally set to zero) psw = 0 'Small world probability (normally set to zero)