Changeset 561 for experiments/frams/foraminifera
- Timestamp:
- 08/04/16 23:32:33 (8 years ago)
- Location:
- experiments/frams/foraminifera/data/scripts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
experiments/frams/foraminifera/data/scripts/foraminifera.expdef
r559 r561 126 126 //addSpecies({"min_repro_energies" : [4,8]}); 127 127 128 //Simulator.print(create_genotype(0.2, 20, "1.0,1.0,0.0", 0.6)); //sample call129 //Simulator.print(create_genotype(0.1, 30, "1.0,0.5,0.0", 0.1)); //sample call128 //Simulator.print(create_genotype(0.2, 30, "1.0,1.0,0.0", 0.6)); //sample call 129 //Simulator.print(create_genotype(0.1, 40, "1.0,0.5,0.0", 0.1)); //sample call 130 130 } 131 131 -
experiments/frams/foraminifera/data/scripts/foraminifera.inc
r560 r561 4 4 const shift=0.7; 5 5 const angle_delta=0.8; 6 const angle_delta_delta=-0.01 5;7 const growing=1.0 5;6 const angle_delta_delta=-0.01; 7 const growing=1.07; //7% growth 8 8 9 9 var str="//0\n";
Note: See TracChangeset
for help on using the changeset viewer.