Processing your ADCP data using structure function techniques: Difference between revisions
From Atomix
Jmmcmillan (talk | contribs) Cleaned up math and tried to simplify the steps |
Jmmcmillan (talk | contribs) Added figure |
||
| Line 16: | Line 16: | ||
# Use the coefficient <math>a_1</math> (the intercept of the regression) to estimate the noise of the velocity observations and compare to the expected value based on the instrument settings. [MOVE TO QA2 STEPS?] | # Use the coefficient <math>a_1</math> (the intercept of the regression) to estimate the noise of the velocity observations and compare to the expected value based on the instrument settings. [MOVE TO QA2 STEPS?] | ||
PERHAPS WE CAN INCLUDE A FIGURE LIKE THIS TO HELP DEFINE VARIABLES. | |||
[[File:ADCPschematic SF.png]] | |||
Return to [[ADCP structure function flow chart| ADCP Flow Chart front page]] | Return to [[ADCP structure function flow chart| ADCP Flow Chart front page]] | ||
Revision as of 03:00, 11 November 2021
To calculate the dissipation rate at a specific range bin and a specific time ensemble:
- Extract or compute the along-beam bin center separation [] based on the instrument geometry
- Calculate the along-beam velocity fluctuation time-series in each bin, [Failed to parse (syntax error): {\displaystyle v’(n, t)} ] from the along-beam velocity data that has met the QC criteria (i.e. the data in Level 2 of the netcdf file)
- Select the maximum distance () over which to compute the structure function based on conditions of the flow (e.g., expected max overturn). The corresponding number of bins are [], where is the radial separation between bins.
- Calculate the structure function for all possible bin separations using either a bin-centred difference scheme or a forward-difference scheme. Some things to consider are: [SHOULD WE NEED TO INCLUDE THESE HERE?]
- Including for may be inappropriate since the velocity estimates from adjacent bins are not wholly independent, therefore the impact of its inclusion should be evaluated
- Keep a record of the number of instances when the squared velocity difference is evaluated for each bin and separation distance and their distribution because they are potential quality control metrics
- The impact of additional quality criteria can also be tested e.g. valid data requirements for all intermediate separation distances, so for a forward-difference scheme with and , require all data in bins 2 to 7 to meet Level 1 QC requirements for the profile to be included when averaging to calculate
- Perform a regression of against for the appropriate range of bins and r0 separation distances. [THE FOLLOWING ITEMS ARE CONFUSING. SINCE THIS IS BEST PRACTICE, CAN WE JUST RECOMMEND ONE METHOD?]
- If was evaluated using a forward-difference scheme, the regression is done for the combined data from all bins in the selected range, hence the maximum number of values for each separation distance will be the number of bins in the range less 1 for = 1, reducing by 1 for each increment in , with the regression ultimately yielding a single value for the data segment
- If was evaluated using a bin-centred difference scheme, the regression can either be done:
- for each bin individually, with a single for each separation distance, ultimately yielding an for each bin; or
- by combining the data for all of the bins, with each separation distance having a value for each bin, with the regression again ultimately yielding a single value for the data segment
- The regression is typically done as a least-squares fit, either as:
; or as
the former being the canonical method that excludes non-turbulent velocity differences between bins, whereas the latter is a modified method that includes non-turbulent velocity differences between bins due to any oscillatory signal (e.g. surface waves, motion of the ADCP on a mooring).
- Use the coefficient to calculate as
where is an empirical constant, typically taken as 2.0 or 2.1 [LINK TO A CONCEPTS OR FUNDAMENTALS PAGE ABOUT THIS]. - Use the coefficient (the intercept of the regression) to estimate the noise of the velocity observations and compare to the expected value based on the instrument settings. [MOVE TO QA2 STEPS?]
PERHAPS WE CAN INCLUDE A FIGURE LIKE THIS TO HELP DEFINE VARIABLES.
Return to ADCP Flow Chart front page
