show: name:Reproduction of benthic foraminifera info:~ There are two species of Foraminiera: longitudal and coiled. The first chamber of the longitudal species has orange marks. Haploid and diploid generations alternate in both species. All chambers of the haploid generation have the same size. In the diploid generation, subsequent chambers are bigger than their predecessors. Nutrients are shown as tall vertical bars. Foraminifers move towards nearest nutrients and this way they can accumulate enough energy to reproduce. More information at www.framsticks.com/foraminifera ~ expdef:foraminifera code:~ global Params; function onLoad() { Simulator.init(); GLDisplay.desiredsimspeed = 50; GLDisplay.minfps = 10; TrackingCam.cam_h = 15; //more side view Params = { "feedrate" : [0.05,0.1,0.2], "feedtrans" : [0.01,0.05,0.1],"energy_nut" :[0.5,1.5,3.0], "stress" : [0,1]}; } function setShowParam(param_id) { ExpParams.[param_id] = Params[param_id][ShowParams.[param_id]]; } function ShowParams_feedrate_set() { setShowParam("feedrate"); } function ShowParams_feedtrans_set() { setShowParam("feedtrans"); } function ShowParams_energy_nut_set() { setShowParam("energy_nut"); } function ShowParams_stress_set() { setShowParam("stress"); } ~ prop: id:feedrate name:Feeding rate type:d 0 2 1 ~Low~Medium~High prop: id:feedtrans name:Energy transfer type:d 0 2 1 ~0.01~0.05~0.1 prop: id:energy_nut name:Nutrient energy type:d 0 2 1 ~0.5~1.5~3 prop: id:stress name:Stress type:d 0 1 1