- Timestamp:
- 08/22/16 01:26:47 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
experiments/frams/foraminifera/data/scripts/foraminifera.show
r569 r590 19 19 { 20 20 var nutrient_multiple = 200; 21 Params = { "food period" : [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 Params = { "foodflux" : [0.0000000037815,0.0000000075631,0.000000015126], "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]}; 22 22 ShowProperties.visualize=1; 23 23 ExpProperties.secPerStep=50; … … 63 63 } 64 64 65 function ShowProperties_food period_set()65 function ShowProperties_foodflux_set() 66 66 { 67 setShowParam("food period");67 setShowParam("foodflux"); 68 68 } 69 69 … … 91 91 92 92 property: 93 id:food period94 name:F eeding period93 id:foodflux 94 name:Food flux 95 95 type:d 0 2 1 ~Low~Medium~High 96 96 … … 98 98 id:feedtrans 99 99 name:Energy transfer 100 type:d 0 2 1 ~0.0 5~0.125~0.25100 type:d 0 2 1 ~0.0001~0.001~0.01 101 101 102 102 property: 103 103 id:energy_nut 104 104 name:Nutrient energy 105 type:d 0 2 1 ~ 0.5~1.5~3105 type:d 0 2 1 ~28908~108908~188908 106 106 107 107 property:
Note: See TracChangeset
for help on using the changeset viewer.