Ignore:
Timestamp:
08/07/16 17:02:16 (8 years ago)
Author:
oriona
Message:

Used secPerStep values added in help, setPerStep in show set to 50.

File:
1 edited

Legend:

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

    r567 r568  
    8888        World.wrldbnd = 1;
    8989
    90         movePerStep = getMovePerStep();
    91 
    9290        //ExpProperties.visualize = 1; //uncomment to visualize reticulopodia and indicate nutrients positions
    9391
    9492        //ExpProperties.logging = 1; //uncomment to enable logging simulation parameters to log files   
    9593        ExpProperties.logPref = "";
    96 
    97         species_genes = [];
    9894
    9995        //morphology
     
    129125function onExpInit()
    130126{
     127        species_genes = [];
    131128        foram_uid = 0;
     129        movePerStep = getMovePerStep();
    132130
    133131        Populations[0].clear();
     
    995993id:secPerStep
    996994name:Seconds per simulation step
    997 help:Number of seconds of foraminifera time per simulation step
     995help:~
     996Number of seconds of foraminifera time per simulation step
     997For experiments is equal to 300, for visualization is equal to 50~
    998998type:f 1 480 300
    999999flags: 16
Note: See TracChangeset for help on using the changeset viewer.