run.models


Sun Jul 17 16:56:52 MST 2005

the basic sim progs work -> ttygraph plots:

	basic scripts, different mechanisms:
		run
		one_step
		two_step

	special script prep for ttygraph (variant of "prep"):
		prep_nologx

	run several sims in sequence - no ttygraph output, data only:
		conc.list
		mk_set
		tau.data - not used?

	scratch files for run, *step:
		scr.jump.m
		scr.jump.p
		scr.jump.r
		scr.mix.m
		scr.mix.p
		scr.mix.r


S stuff not ported to R:

	scripts and files for prep for and plots in "S":
		prep_sfiles
		progfile
		runsim
		simcode-old_1
		simcode-old_2
		simcode-old_3
		simcontrol
		simjump
		simmix
		simprod
		simreact



principal port problem was change in awk calls
	nawk -> awk
	awk cli vars: preface with -v and put before prog statement '..'

