You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 14 Next »

For Nortek and RDI ADCP data file products (MAT and netCDF formats)

For Nortek and RDI ADCP daily current plot products (PNG and PDF formats)

For Nortek Signature Series ADCPs only, an additional option is appended to the above:

Ensemble Period:
  • Data not altered (none)

    dataProductDelivery filter
    dpo_ensemblePeriod=0
  • 1 Minute

    dataProductDelivery filter
    dpo_ensemblePeriod=60
  • 10 Minute

    dataProductDelivery filter
    dpo_ensemblePeriod=600
  • 15 Minute

    dataProductDelivery filter
    dpo_ensemblePeriod=900
  • 1 Hour

    dataProductDelivery filter
    dpo_ensemblePeriod=3600

When selecting any of the ensemble periods, this option will cause the search to perform the standard box-car average resampling on the data. 'Boxes' of time are defined based on the ensemble period, e.g. starting every 15 minutes on the 15s, with the time stamp given as the center of the 'box'. Acoustic pings that occur within that box are averaged and the summary statistics are updated. This process is often called 'ping averaging'. The process uses log scale averaging on the intensity data, which involves backing out the logarithmic scale, compute the weighted average, and then compute the logarithmic scale again. Weighted averages are used when raw files bridge an ensemble period and when the data is already an ensemble or ping average.

New files are started when the maximum records per file is exceeded (usually set to make files that will use less than 1 GB of memory when loaded), or when there is a configuration, device or site changes. In the case where there is data from either side of a configuration change within the one ensemble period, two files will be produced with the same ensemble period, with the same time stamps, but different data. Users may use the ensemble statistics on the number of pings or samples per ensemble to filter out ensembles that do not have enough data. (As an aside, we do this by default with clean averaged scalar data - each ensemble period needs to have at least 70% of it's expected data to be reported as good.)

The default value is no averaging, meaning the data is not altered. This option is only available for MAT and NETCDF files.

File-name mode field

Selecting an ensemble period will add 'Ensemble' followed by the ensemble period. For example '-Ensemble600s'.

Velocity Bin-mapping

This option specifies the bin-mapping processing method to be applied. Bin-mapping is also known as 'depth cell mapping' or 'tilt compensation' or even 'map to vertical'. There are two methods, both correct for tilt effects on ADCP velocity data, while the none option leaves the velocity data as is. For details on the two methods, see the section on correction and rotation of velocities (included below). The 'None' option is the default for Nortek ADCPs since the free version of the manufacturer's software does not apply bin-mapping (a core goal of our data products is to replicate the functionality offered by the manufacturer's software). The 'Nearest vertical bin' is the default for RDI ADCPs as winADCP and onboard Earth rotations apply this method. The best method has been shown to be the linear interpolation method (Ott, 1992).

  • None

    dataProductDelivery filter
    dpo_velocityBinmapping=0
  • Nearest vertical bin

    dataProductDelivery filter
    dpo_velocityBinmapping=1
  • Linear interpolation (Ott method)

    dataProductDelivery filter
    dpo_velocityBinmapping=2
File-name mode field

The velocity bin-mapping option will be appended to the filename. For example: '-binMapNone', 'binMapLinearInterp', 'binMapNearest'.

Horizontal / Vertical Current Plot Limits

This option allows the user to select automatic or fixed limits for ADCP daily current plots. The limits are on the colour axis of the daily current plots for either horizontal currents (East u, North v) or vertical currents (Up w) and are symmetric about zero (to support the diverging colour map, maintaining zero as white). The fixed limits have the benefit of being consistent from plot to plot, while the automatic limits can very. The automatic limit does attempt to maintain stable, suitable limits; the limit is selected from the same set of fixed limits that is available to the user by finding the limit that is greater than or equal the 90th percentile of one-side horizontal or vertical current data.

  • Automatic

    dataProductDelivery filter
    dpo_horizontalcurrentplotlimits=0
  • +/- 0.1

    dataProductDelivery filter
    dpo_horizontalcurrentplotlimits=0.1
  • +/- 0.2

    dataProductDelivery filter
    dpo_horizontalcurrentplotlimits=0.2
  • +/- 0.5

    dataProductDelivery filter
    dpo_horizontalcurrentplotlimits=0.5
  • +/- 1.0

    dataProductDelivery filter
    dpo_horizontalcurrentplotlimits=1.0
  • +/- 2.0

    dataProductDelivery filter
    dpo_horizontalcurrentplotlimits=2.0
  • +/- 5.0

    dataProductDelivery filter
    dpo_horizontalcurrentplotlimits=5.0
File-name mode field

Selecting a limit option other than 'Automatic' will append to the file-name a '-Limit', following by the two limits selected, without the decimal point or trailing zeros. If one of the limits is automatic, 'Auto' will appear. Examples: '-Limit0105', '-Limit021', '-Limit05Auto', '-LimitAuto5'.

Nortek Signature Series Plan

This option allows the user to select the specific data acquisition plan; there are two: PLAN and PLAN1. PLAN is generally used for the base frequency (55 kHz), PLAN1 is the alternate (75 kHz). If the device attribute AlternatePlanEnabled is off or if the DataFormat is not 3, this option is ignored. Only appears to Nortek Signature Series ADCPs. When the alternate plan is active, the device will normally operate by alternating between the two frequencies, and the data products will respond by only including the data from the requested plan.

  • Normal PLAN (55 kHz)

    dataProductDelivery filter
    dpo_nortekSignatureSeriesPlan=0
  • Alternate PLAN1 (75 kHz if available)

    dataProductDelivery filter
    dpo_nortekSignatureSeriesPlan=1
File-name mode field

If the option is applied, a '-PLAN0' or a '-PLAN1' will be appended to the file-name.

 

  • No labels