Changeset 561


Ignore:
Timestamp:
08/04/16 23:32:33 (8 years ago)
Author:
Maciej Komosinski
Message:

7% chamber growth instead of 5%; tighter spiral in morphology

Location:
experiments/frams/foraminifera/data/scripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • experiments/frams/foraminifera/data/scripts/foraminifera.expdef

    r559 r561  
    126126        //addSpecies({"min_repro_energies" : [4,8]});
    127127       
    128         //Simulator.print(create_genotype(0.2, 20, "1.0,1.0,0.0", 0.6)); //sample call
    129         //Simulator.print(create_genotype(0.1, 30, "1.0,0.5,0.0", 0.1)); //sample call
     128        //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
    130130}
    131131
  • experiments/frams/foraminifera/data/scripts/foraminifera.inc

    r560 r561  
    44        const shift=0.7;
    55        const angle_delta=0.8;
    6         const angle_delta_delta=-0.015;
    7         const growing=1.05;
     6        const angle_delta_delta=-0.01;
     7        const growing=1.07; //7% growth
    88       
    99        var str="//0\n";
Note: See TracChangeset for help on using the changeset viewer.