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.

Location:
experiments/frams/foraminifera/data/scripts
Files:
2 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
  • experiments/frams/foraminifera/data/scripts/foraminifera.show

    r567 r568  
    2020        Params = { "foodperiod" : [43200,25920,10800], "feedtrans" : [0.0005,0.001,0.002],"energy_nut" :[144.54,544.54,944.54], "stress" : [0,1], "visualize" : [0,1]};
    2121        ShowProperties.visualize=1;
     22        ExpProperties.secPerStep=50;
    2223        Simulator.init();
    2324        last_simspeed=0;
Note: See TracChangeset for help on using the changeset viewer.