Changeset 568 for experiments/frams/foraminifera
- Timestamp:
- 08/07/16 17:02:16 (8 years ago)
- Location:
- experiments/frams/foraminifera/data/scripts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
experiments/frams/foraminifera/data/scripts/foraminifera.expdef
r567 r568 88 88 World.wrldbnd = 1; 89 89 90 movePerStep = getMovePerStep();91 92 90 //ExpProperties.visualize = 1; //uncomment to visualize reticulopodia and indicate nutrients positions 93 91 94 92 //ExpProperties.logging = 1; //uncomment to enable logging simulation parameters to log files 95 93 ExpProperties.logPref = ""; 96 97 species_genes = [];98 94 99 95 //morphology … … 129 125 function onExpInit() 130 126 { 127 species_genes = []; 131 128 foram_uid = 0; 129 movePerStep = getMovePerStep(); 132 130 133 131 Populations[0].clear(); … … 995 993 id:secPerStep 996 994 name:Seconds per simulation step 997 help:Number of seconds of foraminifera time per simulation step 995 help:~ 996 Number of seconds of foraminifera time per simulation step 997 For experiments is equal to 300, for visualization is equal to 50~ 998 998 type:f 1 480 300 999 999 flags: 16 -
experiments/frams/foraminifera/data/scripts/foraminifera.show
r567 r568 20 20 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]}; 21 21 ShowProperties.visualize=1; 22 ExpProperties.secPerStep=50; 22 23 Simulator.init(); 23 24 last_simspeed=0;
Note: See TracChangeset
for help on using the changeset viewer.