// // PURPOSE: Trigger the first three on bloom x nepheloid, and the last seven // on bloom only. // // AUTHORS: 1) ryjo and rob; 22 October 2008 // // Set parameters for the adaptive sampler. // // Omitting a threshold shuts it off. // // There must be ngood samples (that pass the threshold tests) out of // the last nsamples to trigger a gulp. // timelockout = 300.; //Seconds // // Gulpers 0-2 : Bloom x nepheloid: // minfl676_0 = 0.7e-3; //unitless maxfl676_0 = 1.0e-3; //unitless minbb470_0 = .012; //unitless mindepth0 = 2.; //meters ngood0 = 4; nsamples0 = 8; // minfl676_1 = 0.7e-3; //unitless maxfl676_1 = 1.0e-3; //unitless minbb470_1 = .012; mindepth1 = 2.; //meters ngood1 = 4; nsamples1 = 8; // minfl676_2 = 0.7e-3; //unitless maxfl676_2 = 1.0e-3; //unitless minbb470_2 = .012; //unitless mindepth2 = 2.; //meters ngood2 = 4; nsamples2 = 8; // // Gulpers 3-9 : Bloom only: // minfl676_3 = 1.3e-3; //unitless mindepth3 = 2.; //meters ngood3 = 4; nsamples3 = 8; // minfl676_4 = 1.3e-3; //unitless mindepth4 = 2.; //meters ngood4 = 4; nsamples4 = 8; // minfl676_5 = 1.3e-3; //unitless mindepth5 = 2.; //meters ngood5 = 4; nsamples5 = 8; // minfl676_6 = 1.3e-3; //unitless mindepth6 = 2.; //meters ngood6 = 4; nsamples6 = 8; // minfl676_7 = 1.3e-3; //unitless mindepth7 = 2.; //meters ngood7 = 4; nsamples7 = 8; // minfl676_8 = 1.3e-3; //unitless mindepth8 = 2.; //meters ngood8 = 4; nsamples8 = 8; // minfl676_9 = 1.3e-3; //unitless mindepth9 = 2.; //meters ngood9 = 4; nsamples9 = 8; // // The End! //