For Community Fishers Station Profile Animation data products on Conductivity Temperature Depth and Piggyback devices

Plot Density Contour Lines

This data product option controls if density contour lines are drawn on top of the contour portion of a station profile animation. The step size between each contour line is determined by first finding the range of density over 12 and then:

densityRangeOver12 = (maximalDensityValue - minimalDensityValue)/12

  • 0.2 kg/m3 if densityRangeOver12 is less than or equal to 0.2 kg/m3
  • 0.5 kg/m3 if densityRangeOver12 is greater than 0.2 but less than or equal to 0.5 kg/m3
  • 1 kg/m3 if densityRangeOver12 is greater than 0.5 but less than or equal to 1 kg/m3
  • 2 kg/m3 if densityRangeOver12 is greater than 1 kg/m3

Default, do not plot density contour lines - Oceans 3.0 API filter: dpo_plotDensityContour=0
Plot density contour lines - Oceans 3.0 API filter: dpo_plotDensityContour=1

  • No labels