//////////////////////////////////////////////////////////////// // // PURPOSE: This contains EstimationModule parameters for Tethys. // // NOTES: All values (except "strings") must be followed by // a unit abbreviation (or one of the unit-like // abbreviations: n/a, bool, enum, count). // //////////////////////////////////////////////////////////////// StratificationFrontDetector.loadAtStartup = 0 bool; StratificationFrontDetector.highWaterMark = 5 count; StratificationFrontDetector.threshold = 0.4 degC; StratificationFrontDetector.verbosity = 0 count; DepAvgTempFrontDetector.loadAtStartup = 0 bool; DepAvgTempFrontDetector.cntThreshold = 1 count; DepAvgTempFrontDetector.tempHoriGradThreshold = 0.1 degC; DepAvgTempFrontDetector.verbosity = 0 count;