- Timestamp:
- 08/08/16 00:49:30 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
experiments/frams/foraminifera/data/scripts/foraminifera.show
r568 r569 18 18 function onLoad() 19 19 { 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]}; 20 var nutrient_multiple = 200; 21 Params = { "foodperiod" : [28800,14400,7200], "feedtrans" : [0.0005,0.001,0.002],"energy_nut" :[nutrient_multiple*144.54,nutrient_multiple*544.54,nutrient_multiple*944.54], "stress" : [0,1], "visualize" : [0,1]}; 21 22 ShowProperties.visualize=1; 22 23 ExpProperties.secPerStep=50;
Note: See TracChangeset
for help on using the changeset viewer.