CTD corrections applied to delayed-mode data¶

This notebook performs analysis and correction of GPCTD data from the following C-PROOF glider deployment:

** Calvert Island Line:  glider dfo-bb046**
************
* Deployment: dfo-bb046-20200908
* Sensor: CTD_0278

* Processing steps will be saved in: CTD_dfo-bb046-20200908.html
* Processed by AH, IOS Data Products team, Ocean Sciences Division, Fisheries and Oceans Canada
* Processing date: 20241210

1.0 Preamble¶

This document describes conductivity, temperature, and pressure data processing steps applied to delayed mode data collected using Sea-Bird Scientific Glider Payload Conductivity Temperature Depth (GPCTD) sensors mounted on C-PROOF Slocum and SeaExplorer autonomous ocean gliders. This sensor has a nominal sampling rate of 1 Hz and was designed specifically for Slocum gliders. This document covers the application of the sensor alignment correction and the thermal lag correction, as well as removal of questionable conductivity values and salinity profiles.

1.1 Set up the processing¶

The processing steps below are applied to delayed mode data stored in a single netcdf timeseries file created using the Pyglider data processing package (https://github.com/c-proof/pyglider).

The metadata and sensor calibration sheets are available via the deployment page on the C-PROOF website at: https://cproof.uvic.ca/gliderdata/deployments/dfo-bb046/dfo-bb046-20200908/

1.2 Profile Check¶

Check that upcasts and downcasts are being properly identified. Negative values should be associated with upcasts.

Loading: e:/Glider/data//dfo-bb046-20200908_delayed.nc
************
* There are 1929203 data points in total, with 907.0 profiles
* Time period: 2020-09-08 to 2020-09-30
* Depth range: 0 - 992 metres
************
Identifying upcasts and downcasts. The left panel shows pressure vs. time and the right panel shows profile direction vs. time for a small subset of the time series:
No description has been provided for this image

1.3 Delayed-mode data prior to corrections¶

Checking fields (temperature, salinity, conductivity and density) in the delayed-mode data, before any CTD corrections:

No description has been provided for this image

2.0 Corrections applied to delayed mode data for this mission¶

Processing steps:

  1. Identification of anomalous conductivity values
  2. Identification of questionable salinity profiles
  3. Sensor alignment correction
  4. Thermal lag correction

2.1 Identification and removal of anomalous conductivity values¶

We identify and remove any conductivity values that are obviously unphysical, which is typically caused by air bubbles in the conductivity cell. We use a simple criterion applied to the raw conductivity data. The criterion temporarily flags any data points that are more than 5 standard deviations away from the overall time series mean for a given depth bin and profile bin, then recomputes the mean and standard deviation, excluding the temporarily flagged values. Conductivity values that still differ from the mean by more than 3 standard deviations are flagged as 'bad' and set to NaN in the time series. If the difference between the 'bad' values and the mean is less than the accuracy of the sensor, which is 0.0003 S/m for the GPCTD, then those points are not excluded.

This criterion is applied to data binned first by profile index, in increments of 50 profiles, then binned by depth, in increments of 5 m. The use of profile index bins rather than time or temperature bins is designed to allow for the removal of unphysical values in both Hakai Pass and crossing the continental shelf in Queen Charlotte Sound, two mission segments where the distributions of conductivity differ significantly.

Adjustments to this correction are based on examining the data and making a judgment call about which conductivity values are undeniably 'bad'. In this case, we want to exclude the extremely low values occurring at the surface consistent with air bubbles in the cell. Some unphysical values are missed by this correction, and may be caught during the removal of unphysical salinity profiles in further stepsbelow.

Note that for this mission:

************
The mode of the sampling rate for the GPCTD is one sample every 1 seconds.
************
Temperature vs. conductivity (left), depth vs. conductivity (middle), and conductivity vs. profile index (right), with the red dots showing the unphysical values flagged as bad and removed:
No description has been provided for this image
Salinity, temperature, conductivity and density shown, with conductivity outliers removed from the salinity, conductivity and density fields:
No description has been provided for this image

When plotting the fields shown above with the conductivity filter, we can see that the salinity and conductivity fields now have "speckles" showing data removed. This filtering is applied to remove values from the following fields:

  • conductivity
  • salinity (re-calculated)
  • density (re-calculated)

The new field is called conductivityClean. The other fields mentioned were replaced.

2.2 Identifying questionable salinity profiles¶

Here, potentially suspicious salinity profiles are identified in order to prevent them from being used in the thermal lag correction. While these questionable salinity profiles are not included in the following steps, these profiles are not removed from the final corrected salinity product.

Profiles flagged as bad due to questionable salinity values: [  2.  10. 376. 377. 378. 379. 380. 381. 382. 383. 384. 386. 387. 388.
 478. 480. 481. 482. 483. 828.]
Binned salinity plotted as a function of temperature (left) and vs. profile index (right), 
 with the salinity profiles identified as bad due to questionable values and set to NaN shown in red and indicated by the red arrows at the top of the panel on the right:
No description has been provided for this image
Temperature vs. salinity diagram.  Black contours give density in kg/m^3:
No description has been provided for this image

2.3 Sensor alignment correction¶

We now test application of a sensor alignment correction. In the literature this correction is often used to align the temperature and conductivity in time, relative to the pressure. This correction reduces the occurrence of salinity spikes near sharp gradients in T and S, and ensures calculations are made using the same parcel of water for all variables. The misalignment between the sensors is caused by:

  1. The physical separation between sensors causing a transit time delay for water being pumped through the CTD, and,
  2. Different sensor response times

Janzen and Creed (2011) provided constants used for the GPCTD sensor alignment correction "... based on the transit time between the T-C sensors, the temperature response time, and the estimated response time of the conductivity sensor in a 10 ml/s flow." For their Sea-Bird GPCTD alignment corrections, temperature was advanced by +0.5 s relative to pressure, and conductivity was advanced by +0.4 s relative to pressure, with a sampling rate of 1 Hz. In prior processing, offset values for conductivity and temperature were preferentially used from Janzen and Creed, 2011. However, their glider had differing geometry from the SeaExplorers and Slocums used by C-PROOF.

Instead, we directly estimate the sensor alignment correction constant for conductivity relative to temperature, $\tau_C$. We apply a preliminary correction using a linear time interpolation method, based on the one in the Sea-Bird CTD data processing manual and the Sea-Bird CTD-processing toolbox on Github (https://github.com/rejectedbanana/Sea-Bird-Toolbox/blob/master/CTD_PROCESSING/SBE_alignCTDW.m). We determine the correction using only water below the highly variable near-surface layer, which is approximately identified using the T-S diagram below. We choose as an isopycnal cutoff a value above the main thermocline, but which excludes that highly variable surface layer.

To directly estimate the sensor alignment correction constant following the methodology of Ferrari and Rudnick (2000):

  1. Assume conductivity is approximately linearly related to temperature
  2. Calculate the cross-spectrum between the standardized temperature and conductivity timeseries
  3. Calculate the coherence, to determine where the cross-spectrum is valid
  4. Fit the function $2 \pi f \tau_C$ to the phase of the cross-spectrum, where $f$ is frequency and $\tau_C$ is the correction constant we are looking for

These steps are applied to each individual profile, with fresh surface water less dense than a threshold excluded based on the T-S diagram. The cross-spectrum is estimated using Welch's method, with a Hann window of length 128 and 50% overlap. The spectrogram (below) shows only values for which the coherence is at least 75% and exceeds the 95% confidence level. The choice of 75% is arbitrary, and results are not sensitive to this choice within the range 50% to 90%.

Excluding data less dense than: 1023.0
Examining filename: ./dfo-bb046-20200908_conductivityClean.nc
Applying density cutoff
Total number of profiles: 907
Ready to loop over profiles
******
Spectrogram for T and C cross-spectrum magnitude (top), phase (middle), and squared coherence (bottom) as a function 
of frequency and profile index. Only points exceeding the 95% confidence level and with coherence above 75% are shown:
No description has been provided for this image
******
The value of tau_C is -0.11166 with standard error 0.00049.
******
Cross-spectrum phase of temperature and conductivity plotted as small gray points, with the mean plotted as large dots coloured by mean squared-coherence. 
The gray envelope shows the standard error for the mean over all profiles. The red line shows the function fit to points for which the frequency is less than the chosen cutoff:
No description has been provided for this image
Salinity before (top) and after (middle) shifting the conductivity by -0.11165898194206675. The difference is shown on the bottom:
No description has been provided for this image
Temperature vs. salinity diagram (left), where black contours give density in kg/m^3. On the right, the difference between the 
aligned and uncorrected temperature vs. the difference between the aligned and uncorrected salinity is shown:
No description has been provided for this image

We fit the function only to frequencies below 0.3 Hz (above). Above this frequency, we lose coherence and the slope of the cross-spectrum phase changes sign. We see that the resulting value for the time constant $\tau_C$ is well within the required $\pm 0.5$ s of the value specified for Sea-Bird GPCTDs, $\tau_C = -0.1$ s.

Previously, Janzen and Creed (2011) constants would be used instead of our directly estimated value for $\tau_C$, since we have found that the direct estimate is sensitive to the choices of frequency and density cutoff used, with reasonable choices producing constants that can vary by up to $\pm 0.5$ s. However, as we see here, the conductivity and thus salinity changes are very small, leading us to decide not to apply sensor alignment adjustment to this glider mission.

2.4 Thermal lag correction¶

The thermal lag effect is caused by the thermal inertia of the conductivity cell affecting the temperature of the water as it passes through the cell. To determine the thermal lag correction, the temperature inside the conductivity cell is estimated, then salinity is recalculated using the estimated temperature and the measured conductivity. To estimate the temperature, a recursive filter is applied to the temperature field with parameters 𝛼 (the amplitude of the error), and 𝜏 (the time constant for the thermal lag). Two methods for this are mentioned below.

Sea-Bird GPCTDs are pumped with a constant flow rate. As such, we expect the thermal lag to be approximately constant over the full mission, and it is sufficient to find a single value of 𝛼 and 𝜏 for the entire mission. It is ideal to use profile pairs from regions with large temperature gradients, but small conductivity gradients, when comparing up- and down-casts.

Janzen and Creed (2011) determined a cell thermal mass correction for the GPCTD using data from a prototype CTD that sampled twice as rapidly as the GPCTD nominally samples, with a pumped flow rate of 10 ml/s. They found 𝛼 = 0.06 and 𝜏 = 10s. These values are considered when retrieving $\alpha$ and $\tau$ to see how much the results differ.

This mission on the Calvert Line occurred in a highly energetic environment, so near-surface differences between a downcast and the subsequent upcast are likely to be caused by spatiotemporal variability. As such, we exclude segments of each profile in the upper water column for which the density is $<$1023 kg/m$^3$ from the minimization routine.

Considerations for using Janzen and Creed values:¶

Prior processing used Janzen and Creed (2011) values $\alpha$ and $\tau$ for the thermal lag. For each mission, the thermal lag parameters were directly estimated. The steps are outlined below, but can be found in much greater detail here: https://cproof.uvic.ca/gliderdata/deployments/reports/C-PROOF_SBE_CTDProcessingReport_v0.2.pdf

  • It was confirmed that the directly estimated value of $\tau$ was within $\pm$10s of the Janzen and Creed (2011) value of 10s
  • The improvement with the directly estimated, as well as Janzen and Creed, parameters was quantified.
  • The thermal lag correction was applied with the parameters that resulted in the greater improvement, and did not result in an over-correction.
  • If a given sensor had a directly estimated value of $\tau$ that is significantly higher or lower than 10s, investigate further

Note that the thermal lag correction parameters are more likely to vary slightly between individual GPCTD sensors than the alignment correction constants.

With this method, the recursive filter seeks to minimize the root-mean squared difference (RMSD), which is calculated as the square root of the sum of the squared areas between pairs of salinity profiles (binned by temperature), normalized by the number of pairs of profiles. The values of 𝛼 and 𝜏 that minimize the area between pairs of profiles (each dive and subsequent climb along the glider path) were determined using a brute force minimization scheme. This method also uses a subset of the remaining data, consisting of 100 pairs of profiles equally spaced in time, to determine the correction.

While this was employed during previous processing, here we are preferring to directly estimate the parameters using a mission-specific subset of profiles. However, the results are still compared to Janzen and Creed values.

Updated thermal lag correction procedure:¶

Same to the above, this is based on Morison et al's (2011) second method which derives a modified temperature that is the "best guess" for what the temperature is in the conductivity cell based on the temperature observed by the thermistor. The temperature is corrected using lfilter which is just a recursive filter:

$T_T(n) = -b T_T(n-1) + aT(n) - a T(n-1)$

where

$$ a = \frac{4f_n\alpha \tau}{1+4f_n\tau} $$

and $$ b = 1 - \frac{2a}{\alpha}$$

$\tau$ can be thought of as the time constant of the thermal lag (in seconds) and $\alpha$ as its strength. Following Gaurau et al, $f_n$ is the sampling frequency. The cell temperature is then"

$$T_c(n) = T(n) - T_T(n)$$

and can be used to calculate salinity with the measured conductivity and pressure.

2.4.1 Pre-processing steps:¶

We exlude profiles from the correction for which the area between subsequent downcasts is more than one standard deviation from the mission mean. This ensures that no data crossing fronts or intrusions is included in the correction, in line with the key assumption that a downcast and the subsequent upcast be identical.

Furthermore, we impose a cutoff for the area between pairs of profiles that will be included in the subset used to estimate the parameters. Any pair of profiles whose area is more than 3 standard deviations away from the mean will be excluded from the determination of the RMSD. This ensures that a small number of anomalous profiles do not bias the results.

During this step, the suspicious salinity profiles identified earlier are excluded as well.

Loading filename ./dfo-bb046-20200908_conductivityClean.nc
Total number of profiles: 907
RMSD for uncorrected data =  0.4328478705819082
Restricting profiles
Max and min area between downcasts =  4.395744792664791 0.00023975386366415294
List of profiles to exclude: [  4.   5.  37.  38.  59.  60.  92.  93.  98.  99. 106. 107. 181. 182.
 183. 184. 185. 186. 187. 188. 197. 198. 233. 234. 239. 240. 243. 244.
 253. 254. 260. 261. 266. 267. 274. 275. 278. 279. 280. 281. 315. 316.
 351. 352. 353. 354. 361. 362. 367. 368. 373. 374. 415. 416. 427. 428.
 445. 446. 475. 476. 485. 486. 527. 528.]
Red indicates profile pairs that were identified in this process, where the area between 
profile pairs was considered to be too large, and so are not included in the thermal lag correction. 
White bands indicate salinity profiles removed during step 2.2.
No description has been provided for this image

2.4.2 Defining the range to calculate $\alpha$ and $\tau$:¶

From examining the asymmetry in up-down profiles, we manually choose a range to apply the thermal lag correction to. It is ideal to pick areas with high temperature gradients in the water column, but generally low salinity gradients.

Density cutoff: 1023
Uncorrected salinity (top), shown with suspicious profiles and low-density data points removed.
Salinity differences between sequential profiles, showing asymmetry between upcasts and downcasts:
No description has been provided for this image
Zooming in along the glider deployment to visualize up-down asymmetry:
No description has been provided for this image

Ranges that appear to fulfill this requirement include:

  • 110-170
  • 440-480
  • 570-620
  • 630-670
  • 720-765
  • 800-830
Using profile limits [415, 450] for tau and alpha calculation

Comparing the error measurements between estimated alpha & tau and Janzen and Creed values:¶

Below shows the subset of profiles, limited to 200 m depth, without any thermal lag correction, and using literature values (Janzen and Creed 2011). The Janzen and Creed $\alpha$ and $\tau$ values visibly reduce the error in the water column, but better results can be retrieved by calculating our own.

No description has been provided for this image
No description has been provided for this image

Finding alpha and tau values with lowerest error estimates:¶

By scanning over a range of alpha and tau values, error minima can be retrieved. We can see that, below, from scanning for errors, there is a consistent band with lower error. We'll select the cell with lowest error and other minima nearby.

The range of alpha and tau values tested, with log10-transformed errors coloured. The dark blue indicates the alpha and tau with lowest errors:
No description has been provided for this image

Applying determined alpha and tau for futher validation¶

The following plots show the application of these tau and alpha values to the beginning, end, and entire glider mission. The Janzen and Creed error statistics, as well as errors from no correction applied, are shown as well.

Applied to the end of the mission:¶

******
Applying alpha = 0.0475 and tau = 21
*****
No description has been provided for this image
No description has been provided for this image

Applied to the beginning of the mission:¶

No description has been provided for this image
No description has been provided for this image

Middle of the mission¶

No description has been provided for this image
No description has been provided for this image

Finally, applied to the overall mission:¶

No description has been provided for this image
No description has been provided for this image
*****
Saving with alpha = 0.0475 and tau = 21 applied
*****
<xarray.Dataset>
Dimensions:                (time: 1929203)
Coordinates:
  * time                   (time) datetime64[ns] 2020-09-08T13:36:39.63500006...
    latitude               (time) float64 ...
    longitude              (time) float64 ...
    depth                  (time) float64 ...
Data variables: (12/19)
    heading                (time) float64 ...
    pitch                  (time) float64 ...
    roll                   (time) float64 ...
    conductivity           (time) float64 ...
    temperature            (time) float64 ...
    pressure               (time) float64 ...
    ...                     ...
    profile_direction      (time) float64 ...
    salinity               (time) float64 ...
    potential_density      (time) float64 ...
    density                (time) float64 ...
    potential_temperature  (time) float64 ...
    conductivityClean      (time) float64 ...
Attributes: (12/66)
    Conventions:               CF-1.6
    Metadata_Conventions:      CF-1.6, Unidata Dataset Discovery v1.0
    acknowledgement:           Funding from Fisheries and Oceans Canada, Cana...
    cdm_data_type:             Trajectory
    comment:                   Calvert Island deployment
    contributor_name:          James Pegg, Jody Klymak, Tetjana Ross, Hayley ...
    ...                        ...
    summary:                   Glider deployed near Calvert Island BC as part...
    time_coverage_end:         2020-09-30T23:28:25.292000000
    time_coverage_start:       2020-09-08T13:36:39.635000000
    title:                     dfo-bb046-20200908T1336
    transmission_system:       IRIDIUM
    wmo_id:                    4803918
xarray.Dataset
    • time: 1929203
    • time
      (time)
      datetime64[ns]
      2020-09-08T13:36:39.635000064 .....
      source :
      time
      long_name :
      Time
      standard_name :
      time
      axis :
      T
      observation_type :
      measured
      array(['2020-09-08T13:36:39.635000064', '2020-09-08T13:36:40.420999936',
             '2020-09-08T13:36:41.416999936', ..., '2020-09-30T23:28:23.364999936',
             '2020-09-30T23:28:24.292999936', '2020-09-30T23:28:25.292000000'],
            dtype='datetime64[ns]')
    • latitude
      (time)
      float64
      ...
      source :
      NAV_LATITUDE
      long_name :
      latitude
      standard_name :
      latitude
      units :
      degrees_north
      axis :
      Y
      conversion :
      nmea2deg
      comment :
      Estimated between surface fixes
      observation_type :
      measured
      platform :
      platform
      reference :
      WGS84
      valid_max :
      90.0
      valid_min :
      -90.0
      coordinate_reference_frame :
      urn:ogc:crs:EPSG::4326
      accuracy :
      precision :
      resolution :
      ancillary_variables :
      [1929203 values with dtype=float64]
    • longitude
      (time)
      float64
      ...
      source :
      NAV_LONGITUDE
      long_name :
      longitude
      standard_name :
      longitude
      units :
      degrees_east
      axis :
      X
      conversion :
      nmea2deg
      comment :
      Estimated between surface fixes
      observation_type :
      measured
      platform :
      platform
      reference :
      WGS84
      valid_max :
      180.0
      valid_min :
      -180.0
      coordinate_reference_frame :
      urn:ogc:crs:EPSG::4326
      accuracy :
      precision :
      resolution :
      ancillary_variables :
      [1929203 values with dtype=float64]
    • depth
      (time)
      float64
      ...
      source :
      pressure
      long_name :
      glider depth
      standard_name :
      depth
      units :
      m
      comment :
      from science pressure and interpolated
      instrument :
      instrument_ctd
      observation_type :
      calulated
      accuracy :
      1
      precision :
      2
      resolution :
      0.02
      platform :
      platform
      valid_min :
      0
      valid_max :
      2000
      reference_datum :
      surface
      positive :
      down
      [1929203 values with dtype=float64]
    • heading
      (time)
      float64
      ...
      source :
      Heading
      long_name :
      glider heading angle
      standard_name :
      platform_orientation
      units :
      rad
      comment :
      accuracy :
      precision :
      platform :
      platform
      resolution :
      ancillary_variables :
      [1929203 values with dtype=float64]
    • pitch
      (time)
      float64
      ...
      source :
      Pitch
      long_name :
      glider pitch angle
      standard_name :
      platform_pitch_angle
      units :
      rad
      comment :
      accuracy :
      precision :
      platform :
      platform
      resolution :
      ancillary_variables :
      [1929203 values with dtype=float64]
    • roll
      (time)
      float64
      ...
      source :
      Roll
      long_name :
      glider roll angle
      standard_name :
      platform_roll_angle
      units :
      rad
      comment :
      accuracy :
      precision :
      platform :
      platform
      resolution :
      ancillary_variables :
      [1929203 values with dtype=float64]
    • conductivity
      (time)
      float64
      ...
      source :
      GPCTD_CONDUCTIVITY
      long_name :
      water conductivity
      standard_name :
      sea_water_electrical_conductivity
      units :
      S m-1
      instrument :
      instrument_ctd
      valid_min :
      0.
      valid_max :
      10.
      observation_type :
      measured
      accuracy :
      0.0003
      precision :
      0.0001
      resolution :
      0.00002
      comment :
      platform :
      platform
      ancillary_variables :
      [1929203 values with dtype=float64]
    • temperature
      (time)
      float64
      ...
      source :
      GPCTD_TEMPERATURE
      long_name :
      water temperature
      standard_name :
      sea_water_temperature
      units :
      Celsius
      instrument :
      instrument_ctd
      valid_min :
      -5
      valid_max :
      50
      observation_type :
      measured
      accuracy :
      0.002
      precision :
      0.001
      resolution :
      0.0002
      comment :
      platform :
      platform
      ancillary_variables :
      [1929203 values with dtype=float64]
    • pressure
      (time)
      float64
      ...
      source :
      GPCTD_PRESSURE
      long_name :
      water pressure
      standard_name :
      sea_water_pressure
      units :
      dbar
      valid_min :
      0
      valid_max :
      2000
      positive :
      down
      reference_datum :
      sea-surface
      instrument :
      instrument_ctd
      observation_type :
      measured
      accuracy :
      1
      precision :
      2
      resolution :
      0.02
      comment :
      ctd pressure sensor
      platform :
      platform
      ancillary_variables :
      [1929203 values with dtype=float64]
    • chlorophyll
      (time)
      float64
      ...
      source :
      FLBBCD_CHL_SCALED
      long_name :
      chlorophyll
      standard_name :
      concentration_of_chlorophyll_in_sea_water
      units :
      mg m-3
      comment :
      accuracy :
      precision :
      platform :
      platform
      resolution :
      ancillary_variables :
      [1929203 values with dtype=float64]
    • cdom
      (time)
      float64
      ...
      source :
      FLBBCD_CDOM_SCALED
      long_name :
      CDOM
      units :
      ppb
      comment :
      accuracy :
      precision :
      platform :
      platform
      resolution :
      ancillary_variables :
      [1929203 values with dtype=float64]
    • backscatter_700
      (time)
      float64
      ...
      source :
      FLBBCD_BB_700_SCALED
      long_name :
      700 nm wavelength backscatter
      units :
      1
      comment :
      accuracy :
      precision :
      platform :
      platform
      resolution :
      ancillary_variables :
      [1929203 values with dtype=float64]
    • oxygen_concentration
      (time)
      float64
      ...
      source :
      AROD_FT_DO
      long_name :
      oxygen concentration
      standard_name :
      mole_concentration_of_dissolved_molecular_oxygen_in_sea_water
      units :
      umol l-1
      comment :
      accuracy :
      precision :
      platform :
      platform
      resolution :
      ancillary_variables :
      [1929203 values with dtype=float64]
    • temperature_oxygen
      (time)
      float64
      ...
      source :
      AROD_FT_TEMP
      long_name :
      oxygen sensor temperature
      standard_name :
      temperature_of_sensor_for_oxygen_in_sea_water
      units :
      Celsius
      comment :
      accuracy :
      precision :
      platform :
      platform
      resolution :
      ancillary_variables :
      [1929203 values with dtype=float64]
    • distance_over_ground
      (time)
      float64
      ...
      long_name :
      distance over ground flown since mission start
      method :
      get_distance_over_ground
      units :
      km
      sources :
      latitude longitude
      [1929203 values with dtype=float64]
    • profile_index
      (time)
      float64
      ...
      long_name :
      profile index
      units :
      1
      comment :
      N = inside profile N, N + 0.5 = between profiles N and N + 1
      sources :
      time pressure
      method :
      get_profiles_new
      min_dp :
      10.0
      filt_length :
      20
      min_nsamples :
      100
      [1929203 values with dtype=float64]
    • profile_direction
      (time)
      float64
      ...
      long_name :
      glider vertical speed direction
      units :
      1
      comment :
      -1 = ascending, 0 = inflecting or stalled, 1 = descending
      sources :
      time pressure
      method :
      get_profiles_new
      [1929203 values with dtype=float64]
    • salinity
      (time)
      float64
      ...
      long_name :
      water salinity
      standard_name :
      sea_water_practical_salinity
      units :
      1e-3
      comment :
      raw, uncorrected salinity
      sources :
      conductivity temperature pressure
      method :
      get_derived_eos_raw
      observation_type :
      calulated
      instrument :
      instrument_ctd
      valid_max :
      40.0
      valid_min :
      0.0
      accuracy :
      0.01
      precision :
      0.01
      resolution :
      0.001
      platform :
      platform
      ancillary_variables :
      [1929203 values with dtype=float64]
    • potential_density
      (time)
      float64
      ...
      long_name :
      water potential density
      standard_name :
      sea_water_potential_density
      units :
      kg m-3
      comment :
      raw, uncorrected salinity
      sources :
      salinity temperature pressure
      method :
      get_derived_eos_raw
      observation_type :
      calulated
      instrument :
      instrument_ctd
      accuracy :
      0.01
      precision :
      0.01
      resolution :
      0.001
      platform :
      platform
      ancillary_variables :
      [1929203 values with dtype=float64]
    • density
      (time)
      float64
      ...
      long_name :
      Density
      standard_name :
      sea_water_density
      units :
      kg m-3
      comment :
      raw, uncorrected salinity
      observation_type :
      calulated
      sources :
      salinity temperature pressure
      instrument :
      instrument_ctd
      method :
      get_derived_eos_raw
      valid_min :
      1000.0
      valid_max :
      1040.0
      accuracy :
      0.01
      precision :
      0.01
      resolution :
      0.001
      platform :
      platform
      ancillary_variables :
      [1929203 values with dtype=float64]
    • potential_temperature
      (time)
      float64
      ...
      long_name :
      water potential temperature
      standard_name :
      sea_water_potential_temperature
      units :
      Celsius
      comment :
      raw, uncorrected salinity
      sources :
      salinity temperature pressure
      observation_type :
      calulated
      method :
      get_derived_eos_raw
      instrument :
      instrument_ctd
      accuracy :
      0.002
      precision :
      0.001
      resolution :
      0.0001
      platform :
      platform
      ancillary_variables :
      [1929203 values with dtype=float64]
    • conductivityClean
      (time)
      float64
      ...
      [1929203 values with dtype=float64]
    • time
      PandasIndex
      PandasIndex(DatetimeIndex(['2020-09-08 13:36:39.635000064',
                     '2020-09-08 13:36:40.420999936',
                     '2020-09-08 13:36:41.416999936',
                     '2020-09-08 13:36:42.411000064',
                        '2020-09-08 13:36:43.412000',
                     '2020-09-08 13:36:44.416999936',
                     '2020-09-08 13:36:45.411000064',
                        '2020-09-08 13:36:46.416000',
                     '2020-09-08 13:36:49.275000064',
                     '2020-09-08 13:36:50.228999936',
                     ...
                     '2020-09-30 23:28:16.294000128',
                     '2020-09-30 23:28:17.297999872',
                     '2020-09-30 23:28:18.284999936',
                     '2020-09-30 23:28:19.287000064',
                     '2020-09-30 23:28:20.287000064',
                     '2020-09-30 23:28:21.292999936',
                     '2020-09-30 23:28:22.291000064',
                     '2020-09-30 23:28:23.364999936',
                     '2020-09-30 23:28:24.292999936',
                        '2020-09-30 23:28:25.292000'],
                    dtype='datetime64[ns]', name='time', length=1929203, freq=None))
  • Conventions :
    CF-1.6
    Metadata_Conventions :
    CF-1.6, Unidata Dataset Discovery v1.0
    acknowledgement :
    Funding from Fisheries and Oceans Canada, Canadian Foundation for Innovation, BC Knowledge Development Fund
    cdm_data_type :
    Trajectory
    comment :
    Calvert Island deployment
    contributor_name :
    James Pegg, Jody Klymak, Tetjana Ross, Hayley Dosser
    contributor_role :
    Lead Technician, Principal Investigator, Co-PI, Ocean Glider Scientist
    creator_email :
    jklymak@uvic.ca
    creator_name :
    Jody Klymak
    creator_url :
    http://cproof.uvic.ca
    ctd :
    {'make': 'Seabird', 'model': 'GPCTD', 'serial': '0278', 'long_name': 'Seabird GPCTD', 'make_model': 'Seabird GPCTD', 'factory_calibrated': 'Yes', 'calibration_date': '20181102', 'calibration_report': ' ', 'comment': ' '}
    data_mode :
    P
    date_created :
    2023-05-18T21:18:28Z
    date_issued :
    2023-05-18T21:18:28Z
    date_modified :
    deployment_end :
    2020-09-30T23:28:25.292000000
    deployment_id :
    45
    deployment_latitude :
    51.71
    deployment_longitude :
    -128.14
    deployment_name :
    dfo-bb046-20200908
    deployment_start :
    2020-09-08T13:36:39.635000000
    deployment_station :
    deployment_vessel :
    featureType :
    timeseries
    format_version :
    IOOS_Glider_NetCDF_v2.0.nc
    geospatial_lat_max :
    51.72575
    geospatial_lat_min :
    50.985866666666666
    geospatial_lat_units :
    degrees_north
    geospatial_lon_max :
    -128.05066666666667
    geospatial_lon_min :
    -130.40183333333334
    geospatial_lon_units :
    degrees_east
    glider_instrument_name :
    seaexplorer
    glider_model :
    SeaExplorer
    glider_name :
    dfo-bb
    glider_serial :
    046
    glider_wmo :
    4803918
    history :
    CPROOF glider toolbox version: pre-tag
    id :
    dfo-bb046-20200908T1336
    institution :
    C-PROOF
    keywords :
    AUVS, Autonomous Underwater Vehicles, Oceans, Ocean Pressure, Water Pressure, Oceans, Ocean Temperature, Water Temperature, Oceans, Salinity/Density, Conductivity, Oceans, Salinity/Density, Density, Oceans, Salinity/Density, Salinity
    keywords_vocabulary :
    GCMD Science Keywords
    license :
    This data may be redistributed and used without restriction or warranty
    metadata_link :
    https://cproof.uvic.ca
    naming_authority :
    ca.uvic.cproof
    netcdf_version :
    4.0
    network :
    OceanGliders > BOON > Northeast Pacific Ocean > C-PROOF, IOOS
    optics :
    {'make': 'Wetlabs', 'model': 'FLBBCDSLC', 'serial': '4741', 'calibration_date': '20180807'}
    oxygen :
    {'make': 'AROD_FT', 'model': 'Optode4831', 'serial': '0022', 'calibration_date': '20181021'}
    platform_type :
    SeaExplorer Glider
    pressure :
    {'make': 'Micron', 'model': 'Pressure', 'serial': ' '}
    processing_level :
    Level 0 (L0) processed data timeseries; no corrections or data screening
    project :
    Calvert Island Line
    project_url :
    https://hakai.org/location/calvert/
    publisher_email :
    jklymak@uvic.ca
    publisher_name :
    Jody Klymak
    publisher_url :
    http://cproof.uvic.ca
    references :
    cproof toolbox URL
    sea_name :
    Coastal Waters of Southeast Alaska and British Columbia
    source :
    Observational data from a profiling glider.
    standard_name_vocabulary :
    CF Standard Name Table v49
    summary :
    Glider deployed near Calvert Island BC as part of the C-PROOF glider program. Glider is on a repeat sampling line - the Calvert Line - running from near Calvert Island to beyond the shelf break in Queen Charlotte Sound, before returning to deployment location.
    time_coverage_end :
    2020-09-30T23:28:25.292000000
    time_coverage_start :
    2020-09-08T13:36:39.635000000
    title :
    dfo-bb046-20200908T1336
    transmission_system :
    IRIDIUM
    wmo_id :
    4803918
<xarray.Dataset>
Dimensions:                (time: 1929203)
Coordinates:
  * time                   (time) datetime64[ns] 2020-09-08T13:36:39.63500006...
    latitude               (time) float64 ...
    longitude              (time) float64 ...
    depth                  (time) float64 ...
Data variables: (12/22)
    heading                (time) float64 ...
    pitch                  (time) float64 ...
    roll                   (time) float64 ...
    conductivity           (time) float64 nan nan nan nan ... 3.221 3.22 3.22
    temperature            (time) float64 13.12 12.98 13.02 ... 12.79 12.79
    pressure               (time) float64 0.57 0.6 0.79 1.01 ... 0.94 0.91 0.87
    ...                     ...
    density                (time) float64 ...
    potential_temperature  (time) float64 ...
    conductivityClean      (time) float64 ...
    salinity_corrected     (time) float64 nan nan nan nan ... 26.95 26.95 26.95
    temperature_adjusted   (time) float64 12.5 12.39 12.44 ... 12.77 12.77 12.77
    density_adjusted       (time) float64 nan nan nan ... 1.02e+03 1.02e+03
Attributes: (12/66)
    Conventions:               CF-1.6
    Metadata_Conventions:      CF-1.6, Unidata Dataset Discovery v1.0
    acknowledgement:           Funding from Fisheries and Oceans Canada, Cana...
    cdm_data_type:             Trajectory
    comment:                   Calvert Island deployment
    contributor_name:          James Pegg, Jody Klymak, Tetjana Ross, Hayley ...
    ...                        ...
    summary:                   Glider deployed near Calvert Island BC as part...
    time_coverage_end:         2020-09-30T23:28:25.292000000
    time_coverage_start:       2020-09-08T13:36:39.635000000
    title:                     dfo-bb046-20200908T1336
    transmission_system:       IRIDIUM
    wmo_id:                    4803918
xarray.Dataset
    • time: 1929203
    • time
      (time)
      datetime64[ns]
      2020-09-08T13:36:39.635000064 .....
      source :
      time
      long_name :
      Time
      standard_name :
      time
      axis :
      T
      observation_type :
      measured
      array(['2020-09-08T13:36:39.635000064', '2020-09-08T13:36:40.420999936',
             '2020-09-08T13:36:41.416999936', ..., '2020-09-30T23:28:23.364999936',
             '2020-09-30T23:28:24.292999936', '2020-09-30T23:28:25.292000000'],
            dtype='datetime64[ns]')
    • latitude
      (time)
      float64
      ...
      source :
      NAV_LATITUDE
      long_name :
      latitude
      standard_name :
      latitude
      units :
      degrees_north
      axis :
      Y
      conversion :
      nmea2deg
      comment :
      Estimated between surface fixes
      observation_type :
      measured
      platform :
      platform
      reference :
      WGS84
      valid_max :
      90.0
      valid_min :
      -90.0
      coordinate_reference_frame :
      urn:ogc:crs:EPSG::4326
      accuracy :
      precision :
      resolution :
      ancillary_variables :
      [1929203 values with dtype=float64]
    • longitude
      (time)
      float64
      ...
      source :
      NAV_LONGITUDE
      long_name :
      longitude
      standard_name :
      longitude
      units :
      degrees_east
      axis :
      X
      conversion :
      nmea2deg
      comment :
      Estimated between surface fixes
      observation_type :
      measured
      platform :
      platform
      reference :
      WGS84
      valid_max :
      180.0
      valid_min :
      -180.0
      coordinate_reference_frame :
      urn:ogc:crs:EPSG::4326
      accuracy :
      precision :
      resolution :
      ancillary_variables :
      [1929203 values with dtype=float64]
    • depth
      (time)
      float64
      ...
      source :
      pressure
      long_name :
      glider depth
      standard_name :
      depth
      units :
      m
      comment :
      from science pressure and interpolated
      instrument :
      instrument_ctd
      observation_type :
      calulated
      accuracy :
      1
      precision :
      2
      resolution :
      0.02
      platform :
      platform
      valid_min :
      0
      valid_max :
      2000
      reference_datum :
      surface
      positive :
      down
      [1929203 values with dtype=float64]
    • heading
      (time)
      float64
      ...
      source :
      Heading
      long_name :
      glider heading angle
      standard_name :
      platform_orientation
      units :
      rad
      comment :
      accuracy :
      precision :
      platform :
      platform
      resolution :
      ancillary_variables :
      [1929203 values with dtype=float64]
    • pitch
      (time)
      float64
      ...
      source :
      Pitch
      long_name :
      glider pitch angle
      standard_name :
      platform_pitch_angle
      units :
      rad
      comment :
      accuracy :
      precision :
      platform :
      platform
      resolution :
      ancillary_variables :
      [1929203 values with dtype=float64]
    • roll
      (time)
      float64
      ...
      source :
      Roll
      long_name :
      glider roll angle
      standard_name :
      platform_roll_angle
      units :
      rad
      comment :
      accuracy :
      precision :
      platform :
      platform
      resolution :
      ancillary_variables :
      [1929203 values with dtype=float64]
    • conductivity
      (time)
      float64
      nan nan nan nan ... 3.221 3.22 3.22
      array([    nan,     nan,     nan, ..., 3.22087, 3.22029, 3.22017])
    • temperature
      (time)
      float64
      13.12 12.98 13.02 ... 12.79 12.79
      source :
      GPCTD_TEMPERATURE
      long_name :
      water temperature
      standard_name :
      sea_water_temperature
      units :
      Celsius
      instrument :
      instrument_ctd
      valid_min :
      -5
      valid_max :
      50
      observation_type :
      measured
      accuracy :
      0.002
      precision :
      0.001
      resolution :
      0.0002
      comment :
      platform :
      platform
      ancillary_variables :
      array([13.1178, 12.9833, 13.0175, ..., 12.7867, 12.7858, 12.7857])
    • pressure
      (time)
      float64
      0.57 0.6 0.79 ... 0.94 0.91 0.87
      source :
      GPCTD_PRESSURE
      long_name :
      water pressure
      standard_name :
      sea_water_pressure
      units :
      dbar
      valid_min :
      0
      valid_max :
      2000
      positive :
      down
      reference_datum :
      sea-surface
      instrument :
      instrument_ctd
      observation_type :
      measured
      accuracy :
      1
      precision :
      2
      resolution :
      0.02
      comment :
      ctd pressure sensor
      platform :
      platform
      ancillary_variables :
      array([0.57, 0.6 , 0.79, ..., 0.94, 0.91, 0.87])
    • chlorophyll
      (time)
      float64
      ...
      source :
      FLBBCD_CHL_SCALED
      long_name :
      chlorophyll
      standard_name :
      concentration_of_chlorophyll_in_sea_water
      units :
      mg m-3
      comment :
      accuracy :
      precision :
      platform :
      platform
      resolution :
      ancillary_variables :
      [1929203 values with dtype=float64]
    • cdom
      (time)
      float64
      ...
      source :
      FLBBCD_CDOM_SCALED
      long_name :
      CDOM
      units :
      ppb
      comment :
      accuracy :
      precision :
      platform :
      platform
      resolution :
      ancillary_variables :
      [1929203 values with dtype=float64]
    • backscatter_700
      (time)
      float64
      ...
      source :
      FLBBCD_BB_700_SCALED
      long_name :
      700 nm wavelength backscatter
      units :
      1
      comment :
      accuracy :
      precision :
      platform :
      platform
      resolution :
      ancillary_variables :
      [1929203 values with dtype=float64]
    • oxygen_concentration
      (time)
      float64
      ...
      source :
      AROD_FT_DO
      long_name :
      oxygen concentration
      standard_name :
      mole_concentration_of_dissolved_molecular_oxygen_in_sea_water
      units :
      umol l-1
      comment :
      accuracy :
      precision :
      platform :
      platform
      resolution :
      ancillary_variables :
      [1929203 values with dtype=float64]
    • temperature_oxygen
      (time)
      float64
      ...
      source :
      AROD_FT_TEMP
      long_name :
      oxygen sensor temperature
      standard_name :
      temperature_of_sensor_for_oxygen_in_sea_water
      units :
      Celsius
      comment :
      accuracy :
      precision :
      platform :
      platform
      resolution :
      ancillary_variables :
      [1929203 values with dtype=float64]
    • distance_over_ground
      (time)
      float64
      ...
      long_name :
      distance over ground flown since mission start
      method :
      get_distance_over_ground
      units :
      km
      sources :
      latitude longitude
      [1929203 values with dtype=float64]
    • profile_index
      (time)
      float64
      ...
      long_name :
      profile index
      units :
      1
      comment :
      N = inside profile N, N + 0.5 = between profiles N and N + 1
      sources :
      time pressure
      method :
      get_profiles_new
      min_dp :
      10.0
      filt_length :
      20
      min_nsamples :
      100
      [1929203 values with dtype=float64]
    • profile_direction
      (time)
      float64
      ...
      long_name :
      glider vertical speed direction
      units :
      1
      comment :
      -1 = ascending, 0 = inflecting or stalled, 1 = descending
      sources :
      time pressure
      method :
      get_profiles_new
      [1929203 values with dtype=float64]
    • salinity
      (time)
      float64
      ...
      long_name :
      water salinity
      standard_name :
      sea_water_practical_salinity
      units :
      1e-3
      comment :
      raw, uncorrected salinity
      sources :
      conductivity temperature pressure
      method :
      get_derived_eos_raw
      observation_type :
      calulated
      instrument :
      instrument_ctd
      valid_max :
      40.0
      valid_min :
      0.0
      accuracy :
      0.01
      precision :
      0.01
      resolution :
      0.001
      platform :
      platform
      ancillary_variables :
      [1929203 values with dtype=float64]
    • potential_density
      (time)
      float64
      ...
      long_name :
      water potential density
      standard_name :
      sea_water_potential_density
      units :
      kg m-3
      comment :
      raw, uncorrected salinity
      sources :
      salinity temperature pressure
      method :
      get_derived_eos_raw
      observation_type :
      calulated
      instrument :
      instrument_ctd
      accuracy :
      0.01
      precision :
      0.01
      resolution :
      0.001
      platform :
      platform
      ancillary_variables :
      [1929203 values with dtype=float64]
    • density
      (time)
      float64
      ...
      long_name :
      Density
      standard_name :
      sea_water_density
      units :
      kg m-3
      comment :
      raw, uncorrected salinity
      observation_type :
      calulated
      sources :
      salinity temperature pressure
      instrument :
      instrument_ctd
      method :
      get_derived_eos_raw
      valid_min :
      1000.0
      valid_max :
      1040.0
      accuracy :
      0.01
      precision :
      0.01
      resolution :
      0.001
      platform :
      platform
      ancillary_variables :
      [1929203 values with dtype=float64]
    • potential_temperature
      (time)
      float64
      ...
      long_name :
      water potential temperature
      standard_name :
      sea_water_potential_temperature
      units :
      Celsius
      comment :
      raw, uncorrected salinity
      sources :
      salinity temperature pressure
      observation_type :
      calulated
      method :
      get_derived_eos_raw
      instrument :
      instrument_ctd
      accuracy :
      0.002
      precision :
      0.001
      resolution :
      0.0001
      platform :
      platform
      ancillary_variables :
      [1929203 values with dtype=float64]
    • conductivityClean
      (time)
      float64
      ...
      [1929203 values with dtype=float64]
    • salinity_corrected
      (time)
      float64
      nan nan nan ... 26.95 26.95 26.95
      array([        nan,         nan,         nan, ..., 26.95297838,
             26.94797826, 26.94670285])
    • temperature_adjusted
      (time)
      float64
      12.5 12.39 12.44 ... 12.77 12.77
      array([12.50380812, 12.39354475, 12.443377  , ..., 12.77444445,
             12.77394469, 12.77419579])
    • density_adjusted
      (time)
      float64
      nan nan nan ... 1.02e+03 1.02e+03
      array([          nan,           nan,           nan, ..., 1020.21420536,
             1020.21029748, 1020.20908503])
    • time
      PandasIndex
      PandasIndex(DatetimeIndex(['2020-09-08 13:36:39.635000064',
                     '2020-09-08 13:36:40.420999936',
                     '2020-09-08 13:36:41.416999936',
                     '2020-09-08 13:36:42.411000064',
                        '2020-09-08 13:36:43.412000',
                     '2020-09-08 13:36:44.416999936',
                     '2020-09-08 13:36:45.411000064',
                        '2020-09-08 13:36:46.416000',
                     '2020-09-08 13:36:49.275000064',
                     '2020-09-08 13:36:50.228999936',
                     ...
                     '2020-09-30 23:28:16.294000128',
                     '2020-09-30 23:28:17.297999872',
                     '2020-09-30 23:28:18.284999936',
                     '2020-09-30 23:28:19.287000064',
                     '2020-09-30 23:28:20.287000064',
                     '2020-09-30 23:28:21.292999936',
                     '2020-09-30 23:28:22.291000064',
                     '2020-09-30 23:28:23.364999936',
                     '2020-09-30 23:28:24.292999936',
                        '2020-09-30 23:28:25.292000'],
                    dtype='datetime64[ns]', name='time', length=1929203, freq=None))
  • Conventions :
    CF-1.6
    Metadata_Conventions :
    CF-1.6, Unidata Dataset Discovery v1.0
    acknowledgement :
    Funding from Fisheries and Oceans Canada, Canadian Foundation for Innovation, BC Knowledge Development Fund
    cdm_data_type :
    Trajectory
    comment :
    Calvert Island deployment
    contributor_name :
    James Pegg, Jody Klymak, Tetjana Ross, Hayley Dosser
    contributor_role :
    Lead Technician, Principal Investigator, Co-PI, Ocean Glider Scientist
    creator_email :
    jklymak@uvic.ca
    creator_name :
    Jody Klymak
    creator_url :
    http://cproof.uvic.ca
    ctd :
    {'make': 'Seabird', 'model': 'GPCTD', 'serial': '0278', 'long_name': 'Seabird GPCTD', 'make_model': 'Seabird GPCTD', 'factory_calibrated': 'Yes', 'calibration_date': '20181102', 'calibration_report': ' ', 'comment': ' '}
    data_mode :
    P
    date_created :
    2023-05-18T21:18:28Z
    date_issued :
    2023-05-18T21:18:28Z
    date_modified :
    deployment_end :
    2020-09-30T23:28:25.292000000
    deployment_id :
    45
    deployment_latitude :
    51.71
    deployment_longitude :
    -128.14
    deployment_name :
    dfo-bb046-20200908
    deployment_start :
    2020-09-08T13:36:39.635000000
    deployment_station :
    deployment_vessel :
    featureType :
    timeseries
    format_version :
    IOOS_Glider_NetCDF_v2.0.nc
    geospatial_lat_max :
    51.72575
    geospatial_lat_min :
    50.985866666666666
    geospatial_lat_units :
    degrees_north
    geospatial_lon_max :
    -128.05066666666667
    geospatial_lon_min :
    -130.40183333333334
    geospatial_lon_units :
    degrees_east
    glider_instrument_name :
    seaexplorer
    glider_model :
    SeaExplorer
    glider_name :
    dfo-bb
    glider_serial :
    046
    glider_wmo :
    4803918
    history :
    CPROOF glider toolbox version: pre-tag
    id :
    dfo-bb046-20200908T1336
    institution :
    C-PROOF
    keywords :
    AUVS, Autonomous Underwater Vehicles, Oceans, Ocean Pressure, Water Pressure, Oceans, Ocean Temperature, Water Temperature, Oceans, Salinity/Density, Conductivity, Oceans, Salinity/Density, Density, Oceans, Salinity/Density, Salinity
    keywords_vocabulary :
    GCMD Science Keywords
    license :
    This data may be redistributed and used without restriction or warranty
    metadata_link :
    https://cproof.uvic.ca
    naming_authority :
    ca.uvic.cproof
    netcdf_version :
    4.0
    network :
    OceanGliders > BOON > Northeast Pacific Ocean > C-PROOF, IOOS
    optics :
    {'make': 'Wetlabs', 'model': 'FLBBCDSLC', 'serial': '4741', 'calibration_date': '20180807'}
    oxygen :
    {'make': 'AROD_FT', 'model': 'Optode4831', 'serial': '0022', 'calibration_date': '20181021'}
    platform_type :
    SeaExplorer Glider
    pressure :
    {'make': 'Micron', 'model': 'Pressure', 'serial': ' '}
    processing_level :
    Level 0 (L0) processed data timeseries; no corrections or data screening
    project :
    Calvert Island Line
    project_url :
    https://hakai.org/location/calvert/
    publisher_email :
    jklymak@uvic.ca
    publisher_name :
    Jody Klymak
    publisher_url :
    http://cproof.uvic.ca
    references :
    cproof toolbox URL
    sea_name :
    Coastal Waters of Southeast Alaska and British Columbia
    source :
    Observational data from a profiling glider.
    standard_name_vocabulary :
    CF Standard Name Table v49
    summary :
    Glider deployed near Calvert Island BC as part of the C-PROOF glider program. Glider is on a repeat sampling line - the Calvert Line - running from near Calvert Island to beyond the shelf break in Queen Charlotte Sound, before returning to deployment location.
    time_coverage_end :
    2020-09-30T23:28:25.292000000
    time_coverage_start :
    2020-09-08T13:36:39.635000000
    title :
    dfo-bb046-20200908T1336
    transmission_system :
    IRIDIUM
    wmo_id :
    4803918

Before and after plots of the thermal lag correction¶

The following plots show the adjusted salinity, temperature, and density, respectively. The insets, right, correspond to the red box, delineating the profile range used to calculate the alpha and tau values. Further, unadjusted salinity, temperature, and density outliers, identified during the pre-processing steps, which were removed for the tau and alpha calculation to not skew results, are shaded in a lighter colour.

These fields, adjusted and re-calculated using the new alpha and tau values, are saved in the output file as fields salinity, temperature and density. The original delayed-mode, uncorrected fields are saved as salinity0, temperature0 and density0.

Density cutoff: 1023
Salinity before (top) and after adjustment (middle), with salinity difference (bottom).
Profiles and data points that were ignored for thermal lag correction are shaded in the top plot.
The profile range used to determine the thermal lag correction is shown on the right:
No description has been provided for this image
Temperature before (top) and after adjustment (middle), with temperature difference (bottom).
Profiles and data points that were ignored for thermal lag correction are shaded in the top plot.
The profile range used to determine the thermal lag correction is shown on the right:
No description has been provided for this image
Density before (top) and after adjustment (middle), with density difference (bottom).
Profiles and data points that were ignored for thermal lag correction are shaded in the top plot.
The profile range used to determine the thermal lag correction is shown on the right:
No description has been provided for this image

2.4.3 Quantifying improvement¶

To quantify the improvement of the thermal lag correction further, the area of profile pairs was re-calculated and compared to the area between profiles prior to correction. This is calculated from the same quality-controlled data, with suspicious profiles and profile-pairs removed, as during the thermal lag correction, but using evenly spaced profile pairs across the deployment.

When examining the corrected data (shown in orange) relative to the uncorrected data (shown in black), we can see that up-down asymmetry was reduced, as well as a greater reduction compared to using Janzen and Creed constants (shown in red). Overall, we can see a large reduction in the area between profiles when using the calculated alpha and tau values. When looking at evenly spaced profiles across the deployment, some pairs have much larger area (e.g. in the middle of the deployment), whereas others remained quite low. When comparing upcasts and downcasts before and after correction in a T-S plot, we also see that they are much better aligned.

Total number of profiles: 907
Total area mean before correction = 0.421987225438665
Total area mean after correction = 0.2340408018207298
Total area anomaly mean = -0.18794642361793526
Total area anomaly median = -0.15418749990191416
*****
Top: The area between 100 profile pairs when uncorrected (black), using Janzen and Creed alpha 
and tau values (red) and when corrected with alpha = 47.5 and tau = 21, shown by profile index and as a histogram.
Bottom: the area change between profile pairs when corrected with calculated alpha and tau. Shown by profile index (left) and histogram (right):
No description has been provided for this image
Temperature-salinity diagrams for all profiles, showing the difference between downcasts (blue) and uncorrected data (black) on the left, and upcasts (red) and uncorrected data (black) on the right panel:
*****
alpha = 0.0475, tau = 21
No description has been provided for this image
Temperature-salinity diagrams for all profiles, showing the difference between upcasts (red) and downcasts (blue), for the data without the thermal lag correction applied (left panel) and the data with the thermal lag correction applied (right panel):
No description has been provided for this image

3.0 Summary of corrections applied to delayed mode data for this mission¶

Identification of anomalous conductivity values:

  • Anomalous conductivity values at the surface caused by air bubbles in the cell were set to NaN.

Sensor alignment correction:

  • No sensor alignment correction was applied.

Identification of questionable salinity profiles:

  • Numerous salinity profiles were flagged as 'bad' and their values set to NaN for the thermal lag correction. The range of profiles examined was not limited, and these profiles were not removed from the final corrected salinity dataset.

Thermal lag correction:

  • The directly determined values for the thermal lag correction produced an improvement that was larger than the recommended values from Janzen and Creed (2011).
  • The correction overall significantly reduced the root-mean squared difference for the area between between pairs of profiles.
  • The final thermal lag correction was applied using the calculated values of:
alpha = 0.0475 and tau = 21
The corrected temperature and salinity fields shown in a T-S diagram with density contours:
No description has been provided for this image
Out[70]:
'e:/Glider/data//dfo-bb046/dfo-bb046-20200908/dfo-bb046-20200908_grid_adjusted.nc'
The corrected salinity and temperature, shown with filtered conductivity and adjusted density:
No description has been provided for this image

References¶

  1. Ferrari, R., and Rudnick, D. L. Thermohaline variability in the upper ocean, J. Geophys. Res., 105(C7), 16857-16883, 2000.

  2. Garau, B., Ruiz, S., Zhang, W. G., Pascual, A., Heslop, E., Kerfoot, J., & Tintoré, J. Thermal Lag Correction on Slocum CTD Glider Data, J. Atmos. Oceanic Technol., 28(9), 1065-1071, 2011.

  3. Janzen, C. D., and Creed, E. L. Physical oceanographic data from Seaglider trials in stratified coastal waters using a new pumped payload CTD, OCEANS'11 MTS/IEEE KONA, Waikoloa, HI, USA, 1-7, 2011.

  4. Morison, J., Andersen, R., Larson, N., D’Asaro, E., & Boyd, T. The correction for thermal-lag effects in Sea-Bird CTD data, J. Atmos. Oceanic Technol., 11, 1151-1164, 1994.

  5. Sea-Bird Seasoft V2:SBE Data Processing - CTD Data Processing & Plotting Software for Windows, Sea-Bird Scientific, software manual revision 7.26.8, 2017.

  6. Sea-Bird User Manual - GPCTD Glider Payload CTD (optional DO) - Conductivity, Temperature, and Pressure (optional DO) Sensor with RS-232 Interface, Sea-Bird Scientific, manual version 008, 2021.