Naval Postgraduate School, Operational Oceanography and Meteorology. Since inputs from UDAS are continuously used in projects at the Naval

Size: px
Start display at page:

Download "Naval Postgraduate School, Operational Oceanography and Meteorology. Since inputs from UDAS are continuously used in projects at the Naval"

Transcription

1 How Accurate are UDAS True Winds? Charles L Williams, LT USN September 5, 2006 Naval Postgraduate School, Operational Oceanography and Meteorology Abstract Since inputs from UDAS are continuously used in projects at the Naval Postgraduate School, it is important to understand where these values come from. The goal of this project was to determine where UDAS gets the values to calculate true winds and if these values are valid. To due this a comparison of the raw GPS data and UDAS data was completed. A quick comparison of position data confirms that the raw GPS data is comparable to the UDAS data. Once this was completed, a comparison of ship s speed was done. This comparison showed variability that was inversely proportional to ship s speed. The raw GPS data showed significantly more variability with ship s course. Although both course and speed had variability, the ship s speed variability could be manipulated, by using a 60 second running mean, to be comparable to the UDAS data. However, this data was shown to consistently be approximately 0. 5 kts above the UDAS data. This difference was never explained. By applying the same method, the large variability of the raw GPS course data was minimized. Even with this manipulation, the GPS course data continued to be around 20 degrees different from the UDAS course over ground (COG). With further inspection of the raw GPS datastream, heading data was found. This data had low variability and is the correct data to use when converting from relative to true winds. This data was closer to the input used by UDAS, but still around 7 degrees apart. From inspecting all the raw data, the exact source used by UDAS to 1

2 convert to true winds was not determined. It was determined that neither course nor heading matched exactly to the conversion factor. The conversion from relative to true winds requires the ship s heading. Since the GPS Heading, and comparably UDAS Gyro, was off by several degrees, the UDAS input needs to be switched from whatever it is now, to the Heading input available in GPS. Introduction Inputs from UDAS are used in numerous projects at the Naval Postgraduate School (NPS). One of the inputs used is true winds. At the time of this paper, there was no known documentation as to how and where UDAS gets this data. It is known that UDAS measures relative winds from the instruments onboard the R/V Point Sur. Also there are two different Global Positioning System (GPS) instruments that UDAS retrieves position data from. What is not known is how the 1) Course Over Ground (COG), 2) Speed Over Ground (SOG), and 3) true winds are determined. Once this process is understood, the question of How Accurate are UDAS True Winds? can be evaluated. Data collection / Measurements In mid July 2006, the Summer Operational Oceanography and Meteorology Class went onboard the R/V Pont Sur. During the cruise, data was collected in two forms. One of these was UDAS, which automatically retrieved specified inputs every 36 seconds. The output of this data was user friendly and easily ingested into MatLab. The other form was raw GPS data retrieved directly from the Ashtech GPS receiver. Data collection of raw GPS data was less automatic. Once the computer was set up to receive 2

3 the GPS datastream, the data had to be manually started and stopped every 4 to 8 hours. This was done primarily to limit the size of the file, but also to allow immediate visual data inspection. During this process a few of the files were found to have errors. These errors occurred due to the information from the datastream not being saved to the file. Even after these files were thrown out, there was an abundance of data available for analysis. Data Analysis and Difficulties Once back at NPS the process of formatting the data and importing it into MatLab began. During this process it was discovered that the $ s that started each line of the GPS datastream tended to make importation nearly impossible. In hindsight, using a program such as WordPad to remove the $ s could have resolved this issue. Working through the data at the time, it was determined that importing the data into MS Excel was the best option. The problem with using MS Excel is that with the amount of rows of data in each file, MS Excel would only import the first 2.6 hours. With this in mind the fourth file (GPSO4. txt) was determined to be the best file to use. GPS04 was initiated just prior to getting on station and the datastream was subsequently cut-off immediately after leaving another station. Once the correct GPS datastream file was in MS Excel, the rows could be organize by the initial code in the line. The lines of code that were of interest in for this project were $GPGGA, $GPVTG and later $GPHDT (Adamchuk 2004). Global positioning system fixed data input is $GPGGA. This data block included UTC Time, Latitude, and 3

4 Longitude, among other inputs. COG and SOG inputs are retrieved from the $GPVTG block. Late in the project, and with some extra research (Baddeley 2001), it was discovered that the $GPHDT block contains heading information. Once these lines were manually extracted and correctly formatted the data analysis could begin. The file GPS04 was logged as starting near 0240Z and ending around 0655Z on the July 20, This time frame is associated with the UDAS data from the file b mdf. Since the files were of different lengths, the UDAS time had to be cropped to match the raw GPS data. Now that the exact time was known, the two data sets could be compared. The first comparison was that of position. Comparing the two UDAS position datasets and to that of the raw dataset. After analyzing this data, as seen in Figure 1, it was concluded that the raw dataset was acquired from the Ashtech GPS Receiver. Now that it was known which instrument the raw GPS data had come from, analysis of other information could begin. Since the goal of the study is to determine the accuracy of UDAS true winds, the equation to convert to true winds must be known. To convert between relative and true winds, Equation 1, obtained from Bowditch (1958), will be used. This equation is applicable for converting both direction and speed. To determine the accuracy of UDAS true winds, the variables used in the above equation must be evaluated. However, upon initial inspection of the raw GPS data, no heading information was available. The closest available variable was COG and SOG, which could be compared to the raw GPS course, both true and relative, and speed. 4

5 To start the analysis, a simple plot of the raw GPS data and the smoothed UDAS data was completed. This initial plot quickly made a time format complication apparent. As defined by Adamchuk (2004), the raw GPS time data came in the format hhmmss all in one column. When this is plotted there was a gap from seconds and minutes. After researching options in MatLab, it was determined that MatLab would convert to the hhmmss format but not from the format. The solution was to manually calculate the decimal day and convert the column inside of MS Excel. The UDAS data was much easier to work with. Using the decimalday.m file, the UDAS data could automatically be converted to the decimal day format. Now that the time was correctly formatted, it was clearly evident that there were large variabilities in the raw GPS course and speed data. As illustrated in Figure 2, one sees large variabilities that increase inversely to speed. Research done by Garcia (2002) indicates that these variabilities can be decreased by filtering out the wave period from the GPS datastream inputs. Unable to replicate the same process, a focus on establishing how UDAS COG and SOG are calculated was initiated. Of these two variables the speed was examined first because it contained the least variability. It was determined by visual inspection of Figure 2 that the Raw GPS speed measurements had variations around ±1.5 kts at low speeds and ±1 kt at higher speeds. Based on the wind instrument sampling frequency of 1 Hz, both of these variations have a minimal impact on variables that could be analyzed. 5

6 When analyzing the UDAS data, it was seen that UDAS takes samples every 36 seconds. If this is done with the raw GPS data the variations are much larger than seen in the UDAS data. From this information, it is deduced that there is some data manipulation of the raw GPS data prior to being input into UDAS. As seen in Figure 3, when a 60 second running mean is applied to the raw GPS data, the deviation decreases significantly. However, it becomes apparent that the GPS speed is always faster than the UDAS speed. Although this difference is noticeable, the difference was less than 0.5 kts. Without knowing exactly how UDAS calculated SOG, it can not be known why this occurs. As there were no other speed related measurements that could be drawn from the GPS datastream, this variance will have to be tolerated and the reason for the error between the two data sets will be left unidentified. The course variations were a larger problem. As visually measured from Figure 2, the range of variance in the raw GPS data was around ±100 degrees at lower speeds and ±20 degrees at higher speeds. From Garcia (2002) some of this variation was likely due to the pitch and roll of the ship induced by wave motion. As stated earlier, duplicating the method used by Garcia (2002) was not possible. With this large of variation, some form of data manipulation would be required. Using the same 60 second running mean applied in the speed analysis, it is shown that UDAS COG mirrors the true course input found in the raw GPS datastream (Figure 4). 6

7 However, it was found that neither UDAS nor GPS course (true or Magnetic) matched the input needed to get UDAS s difference between relative and true winds. Further investigation of the GPS datastream however, revealed a new option. One of the parameters found within the datastream is the ship s heading. The heading data has low variability (Figure 5) and does not seem to be influenced by the waves. The closest variable available from UDAS was the Gyro. Although the UDAS Gyro had similarities to the raw GPS Heading, the two data sets still diverged in a few instances. Now that the low variability of the GPS heading input has been established, the question of whether this input was used in calculating UDAS true winds must be asked. When comparing GPS Heading (or UDAS Gyro), UDAS COG and the difference between UDAS relative and true winds (Figure 6), it was determined that neither UDAS Gyro nor COG are an exact match to what was used to calculate true winds in UDAS. Results / Conclusions Although GPS data always had variability, the heading data s variability was minimal. The speed data s variability, when filtered through a 60 second running mean, was also negligible. However, the course data continued to have significant variability, which was likely added due to wave motion. To do a better analysis of the course data, wave motion must be removed. Garcia (2002) demonstrated a way to do this, but the exact period of the waves would be required to accurately remove this variability. Furthermore, the course input is not the input that should be used when calculating true Wind. From the definition in Bowditch (1958), heading is the input required to transfer 7

8 from relative to true winds. If the true wind data from UDAS is to be used, the conversion from relative to true winds needs to use the available GPS Heading Data. Another option, depending on how it is achieved, would be the UDAS Gyro input. From the calculations of this study, it was determined that the exact match for the input used to convert from relative winds to true winds used in UDAS was not the raw GPS Heading, UDAS Gyro, UDAS COG, raw GPS true course or raw GPS Magnetic course. Given there was no known documentation as to how UDAS calculates true winds, it can only be said that the UDAS Gyro and GPS Heading data were the closest to the input required to get the true winds the were recorded in UDAS. The UDAS Gyro input was also visually comparable to the raw GPS Heading data. Observing the large variations in the raw GPS data and the low variability in UDAS Data, the GPS data was obviously manipulated prior to being input as UDAS data. Recommendations If further research is done, the first step should be to create a manual or some other documentation that describe how and where UDAS gets its inputs. Once this is accomplished, further research into the variabilities of raw GPS course and speed inputs could be done. This research would follow Garcia (2002) and use MatLab s Signal Toolbox. If it is confirmed that UDAS does not use GPS heading, or similarly the UDAS Gyro, than UDAS should be reconfigured to use one of these inputs. How the current study was conducted, a primary course was held for approximately an hour and then the ship would slow to near zero while on station. 8

9 Although this is beneficial for examining high and low speeds, it is not the best method for examining course. Therefore, when collecting data for further studies, it would be beneficial to have the ship complete one or more large circles. This would enable a better analysis of course variability. These circles would also aid in the analysis of wave motion effects on GPS and UDAS data. Acknowledgements I would like to thank the crew of R/V Point Sur for there support and use of their vessel. I would also like to thank Professor Curtis Collins for being there when I had questions. He was willing to listen to the problem and help me work through it. I would especially like to thank Tarry Rago. His assistance throughout the project was crucial. Tarry setup the GPS receiver so that the data could be obtained and continued collecting data after I had left the ship. He also helped to decipher the GPS Data Stream and give vital information about UDAS. Thanks to everyone that helped me. 9

10 Figures: Figure 1: This is an example of a portion of the output from Raw Ashtech GPS Receiver datastream, Ship s Furuno through UDAS and Ashtech GPS Receiver through UDAS. Note the inset portion at the upper right. This is an enlarged area of the indicated portion. Figure 2: Comparison of (a) True and Magnetic course and (b) speed with UDAS (a) COG and (b) SOG over time. 10

11 Figure 3: Comparison between UDAS speed and raw GPS speed with a 60 second running mean applied. Notice that UDAS is always slower than the manipulated GPS data. Figure 4: Comparison of raw GPS, data looked at through a 60 second running mean, for Magnetic and True course to UDAS COG. 11

12 Figure 5: Plot of GPS Heading and UDAS Gyro. This plot illustrates the low variability of the raw GPS Heading input. It also shows a strong similarity to the UDAS Gyro input. Figure 6: Comparison between GPS Heading (or UDAS Gyro), UDAS COG and the difference between UDAS Relative and True winds from both the Port and Starboard wind instruments. Equation: Equation 1: Relative Wind Speed = True Wind Speed + Ship s Speed Relative Wind Direction = True Wind Direction + Ship s Heading 12

13 References: Garcia, Jorge F, LT USN. Use of directly obtained GPS velocity in the computation of winds and currents instead of a velocity derived from GPS position. Winter Naval Postgraduate School OC3570 (Operational Oceanography and Meteorology) paper. Bowditch, Nathaniel. American Practical Navigator: An Epitome of Navigation U. S. Navy Hydrographic Office. Adamchuk, Viacheslav I. Untangling the GPS Data String. July, Precision Agriculture. Baddeley, Glenn. GPS - NMEA sentence information gids. nl/nmea/. 13

RSKtools for Matlab processing RBR data

RSKtools for Matlab processing RBR data Table of Contents Introduction... 1 RSKtools help... 1 Getting set up... 1 Remove atmospheric pressure from measured total pressure... 2 Correct for A2D zero-order hold... 2 Low-pass filtering... 3 Alignment

More information

Overview. 2 Module 13: Advanced Data Processing

Overview. 2 Module 13: Advanced Data Processing 2 Module 13: Advanced Data Processing Overview This section of the course covers advanced data processing when profiling. We will discuss the removal of the fairly gross effects of ship heave and talk

More information

MANUAL. P C - C E N T E R Version Copyright by Dinand van het Reve CONTENTS

MANUAL. P C - C E N T E R Version Copyright by Dinand van het Reve CONTENTS P C - C E N T E R Version 4.00 Copyright 1995-2004 by Dinand van het Reve CONTENTS 1. Introduction 2. Installing PC-CENTER 3. Licence 4. Using PC-CENTER 5. Description of 'Small Windows' 6. Main Menu Description

More information

ROSE-HULMAN INSTITUTE OF TECHNOLOGY Department of Mechanical Engineering. Mini-project 3 Tennis ball launcher

ROSE-HULMAN INSTITUTE OF TECHNOLOGY Department of Mechanical Engineering. Mini-project 3 Tennis ball launcher Mini-project 3 Tennis ball launcher Mini-Project 3 requires you to use MATLAB to model the trajectory of a tennis ball being shot from a tennis ball launcher to a player. The tennis ball trajectory model

More information

OPERATIONS SEAFARER CERTIFICATION GUIDANCE NOTE SA MARITIME QUALIFICATIONS CODE. Deck: Chart Work

OPERATIONS SEAFARER CERTIFICATION GUIDANCE NOTE SA MARITIME QUALIFICATIONS CODE. Deck: Chart Work Page 1 of 6 Compiled by Approved by Chief Examiner Syllabus Committee: 26 February 2013 OPERATIONS SEAFARER CERTIFICATION GUIDANCE NOTE SA MARITIME QUALIFICATIONS CODE Deck: Chart Work Page 2 of 6 COLUMN

More information

Circuit breaker diagnostic testing. Megger is a registered trademark

Circuit breaker diagnostic testing. Megger is a registered trademark WWW.MEGGER.COM Megger is a registered trademark Title Author Nils Wäcklén Date January 2010 Keywords TM1600, TM1800, CIGRÉ, vibration analysis, dynamic resistance measurement, circuit breaker testing,

More information

A Comparison of the UK Offshore Wind Resource from the Marine Data Exchange. P. Argyle, S. J. Watson CREST, Loughborough University, UK

A Comparison of the UK Offshore Wind Resource from the Marine Data Exchange. P. Argyle, S. J. Watson CREST, Loughborough University, UK A Comparison of the UK Offshore Wind Resource from the Marine Data Exchange P. Argyle, S. J. Watson CREST, Loughborough University, UK Introduction Offshore wind measurements are scarce and expensive,

More information

7 th International Conference on Wind Turbine Noise Rotterdam 2 nd to 5 th May 2017

7 th International Conference on Wind Turbine Noise Rotterdam 2 nd to 5 th May 2017 7 th International Conference on Wind Turbine Noise Rotterdam 2 nd to 5 th May 2017 Sound power level measurements 3.0 ir. L.M. Eilders, Peutz bv: l.eilders@peutz.nl ing. E.H.A. de Beer, Peutz bv: e.debeer@peutz.nl

More information

PSY201: Chapter 5: The Normal Curve and Standard Scores

PSY201: Chapter 5: The Normal Curve and Standard Scores PSY201: Chapter 5: The Normal Curve and Standard Scores Introduction: Normal curve + a very important distribution in behavior sciences + three principal reasons why... - 1. many of the variables measured

More information

Atmospheric Waves James Cayer, Wesley Rondinelli, Kayla Schuster. Abstract

Atmospheric Waves James Cayer, Wesley Rondinelli, Kayla Schuster. Abstract Atmospheric Waves James Cayer, Wesley Rondinelli, Kayla Schuster Abstract It is important for meteorologists to have an understanding of the synoptic scale waves that propagate thorough the atmosphere

More information

Optimal Weather Routing Using Ensemble Weather Forecasts

Optimal Weather Routing Using Ensemble Weather Forecasts Optimal Weather Routing Using Ensemble Weather Forecasts Asher Treby Department of Engineering Science University of Auckland New Zealand Abstract In the United States and the United Kingdom it is commonplace

More information

Chartwork Learn the basics for position fixing using a number of techniques and a simple equation for speed, distance and time.

Chartwork Learn the basics for position fixing using a number of techniques and a simple equation for speed, distance and time. Chartwork Learn the basics for position fixing using a number of techniques and a simple equation for speed, distance and time. Chartwork Chartwork Tools Accurate chart work is the basis for good navigation.

More information

NCSS Statistical Software

NCSS Statistical Software Chapter 256 Introduction This procedure computes summary statistics and common non-parametric, single-sample runs tests for a series of n numeric, binary, or categorical data values. For numeric data,

More information

LAB : Using A Spark Timer

LAB : Using A Spark Timer LAB : Using A Spark Timer Read through the whole lab and answer prelab questions prior to lab day. Name: F1 Introduction A spark timer is used to make accurate time and distance measurements for moving

More information

Temperature, salinity, density, and the oceanic pressure field

Temperature, salinity, density, and the oceanic pressure field Chapter 2 Temperature, salinity, density, and the oceanic pressure field The ratios of the many components which make up the salt in the ocean are remarkably constant, and salinity, the total salt content

More information

Using Markov Chains to Analyze a Volleyball Rally

Using Markov Chains to Analyze a Volleyball Rally 1 Introduction Using Markov Chains to Analyze a Volleyball Rally Spencer Best Carthage College sbest@carthage.edu November 3, 212 Abstract We examine a volleyball rally between two volleyball teams. Using

More information

A REVIEW OF AGE ADJUSTMENT FOR MASTERS SWIMMERS

A REVIEW OF AGE ADJUSTMENT FOR MASTERS SWIMMERS A REVIEW OF ADJUSTMENT FOR MASTERS SWIMMERS Written by Alan Rowson Copyright 2013 Alan Rowson Last Saved on 28-Apr-13 page 1 of 10 INTRODUCTION In late 2011 and early 2012, in conjunction with Anthony

More information

CORESTA RECOMMENDED METHOD N 6

CORESTA RECOMMENDED METHOD N 6 CORESTA RECOMMENDED METHOD N 6 DETERMINATION OF VENTILATION DEFINITIONS AND MEASUREMENT PRINCIPLES (2015 Revision September 2016) 1. SCOPE This CORESTA Recommended Method specifies a method for the determination

More information

Module 9. Advanced Data Processing

Module 9. Advanced Data Processing Module 9 Advanced Data Processing 2 Module 9: Advanced Data processing Overview Advanced Data Processing or Why Doesn t My Data Look Like the Examples in Class? Sensor alignment, matching measurements

More information

SCIENTIFIC COMMITTEE SEVENTH REGULAR SESSION August 2011 Pohnpei, Federated States of Micronesia

SCIENTIFIC COMMITTEE SEVENTH REGULAR SESSION August 2011 Pohnpei, Federated States of Micronesia SCIENTIFIC COMMITTEE SEVENTH REGULAR SESSION 9-17 August 2011 Pohnpei, Federated States of Micronesia CPUE of skipjack for the Japanese offshore pole and line using GPS and catch data WCPFC-SC7-2011/SA-WP-09

More information

Cover Page for Lab Report Group Portion. Head Losses in Pipes

Cover Page for Lab Report Group Portion. Head Losses in Pipes Cover Page for Lab Report Group Portion Head Losses in Pipes Prepared by Professor J. M. Cimbala, Penn State University Latest revision: 02 February 2012 Name 1: Name 2: Name 3: [Name 4: ] Date: Section

More information

Equation 1: F spring = kx. Where F is the force of the spring, k is the spring constant and x is the displacement of the spring. Equation 2: F = mg

Equation 1: F spring = kx. Where F is the force of the spring, k is the spring constant and x is the displacement of the spring. Equation 2: F = mg 1 Introduction Relationship between Spring Constant and Length of Bungee Cord In this experiment, we aimed to model the behavior of the bungee cord that will be used in the Bungee Challenge. Specifically,

More information

Deploying the TCM-1 Tilt Current Meter in an Inverted (Hanging) Orientation By: Nick Lowell, Founder & President

Deploying the TCM-1 Tilt Current Meter in an Inverted (Hanging) Orientation By: Nick Lowell, Founder & President Lowell Instruments Application Note #TCMA Deploying the TCM-1 Tilt Current Meter in an Inverted (Hanging) Orientation By: Nick Lowell, Founder & President 1 Introduction The TCM-1 Tilt Current Meter (TCM)

More information

Evaluation and further development of car following models in microscopic traffic simulation

Evaluation and further development of car following models in microscopic traffic simulation Urban Transport XII: Urban Transport and the Environment in the 21st Century 287 Evaluation and further development of car following models in microscopic traffic simulation P. Hidas School of Civil and

More information

Evaluating the Influence of R3 Treatments on Fishing License Sales in Pennsylvania

Evaluating the Influence of R3 Treatments on Fishing License Sales in Pennsylvania Evaluating the Influence of R3 Treatments on Fishing License Sales in Pennsylvania Prepared for the: Pennsylvania Fish and Boat Commission Produced by: PO Box 6435 Fernandina Beach, FL 32035 Tel (904)

More information

GNX 20/21. Owner s Manual

GNX 20/21. Owner s Manual GNX 20/21 Owner s Manual Table of Contents Introduction...1 Device Overview... 1 Using the Race Timer... 1 Profiles... 1 Selecting a Profile... 1 Restoring Profiles to their Default Settings... 1 Instrument

More information

Walking with coffee: when and why coffee spills

Walking with coffee: when and why coffee spills Walking with coffee: when and why coffee spills Hans C. Mayer and Rouslan Krechetnikov Department of Mechanical Engineering University of California at Santa Barbara February 20-24, 2012 Page 1/25 Motivation

More information

Actual Size. WX Series Ultrasonic WeatherStation Instruments

Actual Size. WX Series Ultrasonic WeatherStation Instruments fpo www.busse-yachtshop.de info@busse-yachtshop.de Actual Size WX Series Ultrasonic WeatherStation Instruments AIRMAR s best-in-class, all-in-one solution for real-time, site-specific weather information

More information

Fail Operational Controls for an Independent Metering Valve

Fail Operational Controls for an Independent Metering Valve Group 14 - System Intergration and Safety Paper 14-3 465 Fail Operational Controls for an Independent Metering Valve Michael Rannow Eaton Corporation, 7945 Wallace Rd., Eden Prairie, MN, 55347, email:

More information

iregatta User Manual

iregatta User Manual iregatta User Manual iregatta User Manual This manual may not always be up to date with the latest version of iregatta available in Apples App Store, as minor additions or bug fixes may be published without

More information

PUV Wave Directional Spectra How PUV Wave Analysis Works

PUV Wave Directional Spectra How PUV Wave Analysis Works PUV Wave Directional Spectra How PUV Wave Analysis Works Introduction The PUV method works by comparing velocity and pressure time series. Figure 1 shows that pressure and velocity (in the direction of

More information

Beamex. Calibration White Paper. Weighing scale calibration - How to calibrate weighing instruments

Beamex. Calibration White Paper.  Weighing scale calibration - How to calibrate weighing instruments Beamex Calibration White Paper info@beamex.com Weighing scale calibration - How to calibrate weighing instruments Weighing scale calibration - How to calibrate weighing instruments Weighing scales, weighing

More information

Cover Page for Lab Report Group Portion. Pump Performance

Cover Page for Lab Report Group Portion. Pump Performance Cover Page for Lab Report Group Portion Pump Performance Prepared by Professor J. M. Cimbala, Penn State University Latest revision: 02 March 2012 Name 1: Name 2: Name 3: [Name 4: ] Date: Section number:

More information

DEPARTMENT OF THE NAVY DIVISION NEWPORT OFFICE OF COUNSEL PHONE: FAX: DSN:

DEPARTMENT OF THE NAVY DIVISION NEWPORT OFFICE OF COUNSEL PHONE: FAX: DSN: IMAVSBA WARFARE CENTERS NEWPORT DEPARTMENT OF THE NAVY NAVAL UNDERSEA WARFARE CENTER DIVISION NEWPORT OFFICE OF COUNSEL PHONE: 401 832-3653 FAX: 401 832-4432 DSN: 432-3653 Attorney Docket No. 85031 Date:

More information

Lat. & Long. Review. Angular distance N or S of equator Equator = 0º Must indicate N or S North pole = 90º N

Lat. & Long. Review. Angular distance N or S of equator Equator = 0º Must indicate N or S North pole = 90º N Navigation Part 2 1 Lesson Objectives Understand how a ships compass works and how it is used for navigation Measure distances on nautical charts Plot a course on a nautical chart Correct course headings

More information

BERNOULLI EFFECTS ON PRESSURE.ACTIVATED W ATER LEVEL GAUGES

BERNOULLI EFFECTS ON PRESSURE.ACTIVATED W ATER LEVEL GAUGES International Hydrographic R eview, Monaco, LV (2), July 1978. BERNOULLI EFFECTS ON PRESSURE.ACTIVATED W ATER LEVEL GAUGES by Langley R. MUIR Ocean and Aquatic Sciences, Central Region, Burlington, Ontario,

More information

NALSA REGULATIONS FOR RECORD ATTEMPTS

NALSA REGULATIONS FOR RECORD ATTEMPTS NALSA REGULATIONS FOR RECORD ATTEMPTS Revision 3 July 2010 Overview: These regulations have been updated for top speed attempts for landyachts, iceboats and other hard surface, wind powered craft including

More information

3D Turbulence at the Offshore Wind Farm Egmond aan Zee J.W. Wagenaar P.J. Eecen

3D Turbulence at the Offshore Wind Farm Egmond aan Zee J.W. Wagenaar P.J. Eecen 3D Turbulence at the Offshore Wind Farm Egmond aan Zee J.W. Wagenaar P.J. Eecen OWEZ_R_121_3Dturbulence_20101008 ECN-E--10-075 OCTOBER 2010 Abstract NoordzeeWind carries out an extensive measurement and

More information

SOP-003 GYRO CALIBRATION AND VERIFICATION PROCEDURE

SOP-003 GYRO CALIBRATION AND VERIFICATION PROCEDURE Rev No. Issue Description Prepared Reviewed Approved Date 5 Re-issued for use RGM SS RB 17 Aug 15 4 Changes made to procedure AFI JAL JAL 12 Sep 11 3 Re-issued for use RGM RAM MAJ 19 May 11 2 Re-issued

More information

ZIPWAKE DYNAMIC TRIM CONTROL SYSTEM OUTLINE OF OPERATING PRINCIPLES BEHIND THE AUTOMATIC MOTION CONTROL FEATURES

ZIPWAKE DYNAMIC TRIM CONTROL SYSTEM OUTLINE OF OPERATING PRINCIPLES BEHIND THE AUTOMATIC MOTION CONTROL FEATURES ZIPWAKE DYNAMIC TRIM CONTROL SYSTEM OUTLINE OF OPERATING PRINCIPLES BEHIND THE AUTOMATIC MOTION CONTROL FEATURES TABLE OF CONTENTS 1 INTRODUCTION 3 2 SYSTEM COMPONENTS 3 3 PITCH AND ROLL ANGLES 4 4 AUTOMATIC

More information

Compass Use. Objective To turn accurately onto and maintain compass headings, compensating for known errors in the magnetic compass.

Compass Use. Objective To turn accurately onto and maintain compass headings, compensating for known errors in the magnetic compass. Instrument Flying Compass Use The magnetic compass is the primary navigation aid for most light aeroplanes. It is the only instrument in most light aeroplanes that indicates the correct heading. The directional

More information

Validation of Measurements from a ZephIR Lidar

Validation of Measurements from a ZephIR Lidar Validation of Measurements from a ZephIR Lidar Peter Argyle, Simon Watson CREST, Loughborough University, Loughborough, United Kingdom p.argyle@lboro.ac.uk INTRODUCTION Wind farm construction projects

More information

EXPERIMENT 10: MAGNETIC FIELDS

EXPERIMENT 10: MAGNETIC FIELDS LAB SECTION: NAME: EXPERIMENT 10: MAGNETIC FIELDS Introduction: In this lab, you will use compasses to investigate the magnetic field of a bar magnet and the magnetic field of a long straight current.

More information

Autopilot setup. VRF (Virtual Rudder Feedback) calibration. Software setup NSS evo2 Installation Manual

Autopilot setup. VRF (Virtual Rudder Feedback) calibration. Software setup NSS evo2 Installation Manual Autopilot setup Verifying the autopilot connection When an AC12N, AC42N, or SG05 is connected to the NSS evo2 system, the NSS evo2 will automatically detect the autopilot and an Autopilot menu icon will

More information

Increased streamer depth for dual-sensor acquisition Challenges and solutions Marina Lesnes*, Anthony Day, Martin Widmaier, PGS

Increased streamer depth for dual-sensor acquisition Challenges and solutions Marina Lesnes*, Anthony Day, Martin Widmaier, PGS Increased streamer depth for dual-sensor acquisition Challenges and solutions Marina Lesnes*, Anthony Day, Martin Widmaier, PGS Summary The towing depth applicable to dual-sensor streamer acquisition has

More information

Sontek RiverSurveyor Test Plan Prepared by David S. Mueller, OSW February 20, 2004

Sontek RiverSurveyor Test Plan Prepared by David S. Mueller, OSW February 20, 2004 Sontek RiverSurveyor Test Plan Prepared by David S. Mueller, OSW February 20, 2004 INTRODUCTION Sontek/YSI has introduced new firmware and software for their RiverSurveyor product line. Firmware changes

More information

Exercise 2-2. Second-Order Interacting Processes EXERCISE OBJECTIVE DISCUSSION OUTLINE. The actual setup DISCUSSION

Exercise 2-2. Second-Order Interacting Processes EXERCISE OBJECTIVE DISCUSSION OUTLINE. The actual setup DISCUSSION Exercise 2-2 Second-Order Interacting Processes EXERCISE OBJECTIVE Familiarize yourself with second-order interacting processes and experiment with the finer points of controller tuning to gain a deeper

More information

SCIENCE OF TSUNAMI HAZARDS

SCIENCE OF TSUNAMI HAZARDS SCIENCE OF TSUNAMI HAZARDS ISSN 8755-6839 Journal of Tsunami Society International Volume 31 Number 2 2012 SEA LEVEL SIGNALS CORRECTION FOR THE 2011 TOHOKU TSUNAMI A. Annunziato 1 1 Joint Research Centre,

More information

Wave-Current Interaction in Coastal Inlets and River Mouths

Wave-Current Interaction in Coastal Inlets and River Mouths DISTRIBUTION STATEMENT A. Approved for public release; distribution is unlimited. Wave-Current Interaction in Coastal Inlets and River Mouths Tim T. Janssen Department of Geosciences, San Francisco State

More information

Project 1 Those amazing Red Sox!

Project 1 Those amazing Red Sox! MASSACHVSETTS INSTITVTE OF TECHNOLOGY Department of Electrical Engineering and Computer Science 6.001 Structure and Interpretation of Computer Programs Spring Semester, 2005 Project 1 Those amazing Red

More information

PIG MOTION AND DYNAMICS IN COMPLEX GAS NETWORKS. Dr Aidan O Donoghue, Pipeline Research Limited, Glasgow

PIG MOTION AND DYNAMICS IN COMPLEX GAS NETWORKS. Dr Aidan O Donoghue, Pipeline Research Limited, Glasgow PIG MOTION AND DYNAMICS IN COMPLEX GAS NETWORKS Dr Aidan O Donoghue, Pipeline Research Limited, Glasgow A model to examine pigging and inspection of gas networks with multiple pipelines, connections and

More information

Gerald D. Anderson. Education Technical Specialist

Gerald D. Anderson. Education Technical Specialist Gerald D. Anderson Education Technical Specialist The factors which influence selection of equipment for a liquid level control loop interact significantly. Analyses of these factors and their interactions

More information

[MYLAPS INTEGRATION]

[MYLAPS INTEGRATION] 2018 The Race Director MyLaps Integration Manual [MYLAPS INTEGRATION] This document explains how to manage the results data between your MyLaps readers and Race Director using manual file transfers. Contents

More information

Design of a Microcontroller-Based Pitch Angle Controller for a Wind Powered Generator

Design of a Microcontroller-Based Pitch Angle Controller for a Wind Powered Generator Journal of Engineering and Science Research 1 (2): 133-138, e-issn RMP Publications, DOI: Design of a Microcontroller-Based Pitch Angle Controller for a Wind Powered Generator Glenn V. Magwili, Michael

More information

UNIT Coastal Navigation 1 (Intermediate 1)

UNIT Coastal Navigation 1 (Intermediate 1) National Unit Specification: general information NUMBER DC63 10 COURSE SUMMARY This unit is designed to enable candidates to understand the basic elements of coastal navigation and to plan a coastal passage

More information

GNX 20/21. Owner s Manual

GNX 20/21. Owner s Manual GNX 20/21 Owner s Manual March 2016 190-01659-00_0C All rights reserved. Under the copyright laws, this manual may not be copied, in whole or in part, without the written consent of Garmin. Garmin reserves

More information

DQM Annual Hopper QA Checks

DQM Annual Hopper QA Checks DQM Annual Hopper QA Checks The following document is intended to be a guide for conducting annual Dredge Quality Management quality assurance checks on hopper dredges. The procedures should provide general

More information

Flight Dynamics II (Stability) Prof. Nandan Kumar Sinha Department of Aerospace Engineering Indian Institute of Technology, Madras

Flight Dynamics II (Stability) Prof. Nandan Kumar Sinha Department of Aerospace Engineering Indian Institute of Technology, Madras Flight Dynamics II (Stability) Prof. Nandan Kumar Sinha Department of Aerospace Engineering Indian Institute of Technology, Madras Module No. # 13 Introduction to Aircraft Control Systems Lecture No. #

More information

Calculation of Trail Usage from Counter Data

Calculation of Trail Usage from Counter Data 1. Introduction 1 Calculation of Trail Usage from Counter Data 1/17/17 Stephen Martin, Ph.D. Automatic counters are used on trails to measure how many people are using the trail. A fundamental question

More information

Gas Gathering System Modeling The Pipeline Pressure Loss Match

Gas Gathering System Modeling The Pipeline Pressure Loss Match PETROLEUM SOCIETY CANADIAN INSTITUTE OF MINING, METALLURGY & PETROLEUM PAPER 2005-230 Gas Gathering System Modeling The Pipeline Pressure Loss Match R.G. MCNEIL, P.ENG. Fekete Associates Inc. D.R. LILLICO,

More information

POWER Quantifying Correction Curve Uncertainty Through Empirical Methods

POWER Quantifying Correction Curve Uncertainty Through Empirical Methods Proceedings of the ASME 2014 Power Conference POWER2014 July 28-31, 2014, Baltimore, Maryland, USA POWER2014-32187 Quantifying Correction Curve Uncertainty Through Empirical Methods ABSTRACT Christopher

More information

AUTOMATIC DREDGING PROFILE AND CONTOUR CONTROL

AUTOMATIC DREDGING PROFILE AND CONTOUR CONTROL AUTOMATIC DREDGING PROFILE AND CONTOUR CONTROL Jay Wise 1 ABSTRACT Phillips and Jordan, a leading excavating and disaster recovery contractor, was faced with the challenge to manage a civil contract involving

More information

ESTABLISHING MORE TRUTH IN TRUE WINDS

ESTABLISHING MORE TRUTH IN TRUE WINDS ESTABLISHING MORE TRUTH IN TRUE WINDS Shawn R. Smith, Mark A. Bourassa and Ryan J. Sharp, Center for Ocean- Atmospheric Prediction Studies (COAPS)* ABSTRACT 1. INTRODUCTION Techniques are presented for

More information

THE FUNDAMENTALS OF THE AIR SAMPLER CALIBRATION-VERIFICATION PROCESS

THE FUNDAMENTALS OF THE AIR SAMPLER CALIBRATION-VERIFICATION PROCESS THE FUNDAMENTALS OF THE AIR SAMPLER CALIBRATION-VERIFICATION PROCESS Frank M. Gavila F&J SPECIALTY PRODUCTS, INC. 404 Cypress Road Ocala, Florida, USA 3447 fandj@fjspecialty.com INTRODUCTION The calibration

More information

GNSS Technology for the Determination of Real-Time Tidal Information

GNSS Technology for the Determination of Real-Time Tidal Information GNSS Technology for the Determination of Real-Time Tidal Information Benjamin Kidder C-Nav Positioning Solutions European region Outline of Topics Covered Introduction to Tides Past and Present Methods

More information

Currents measurements in the coast of Montevideo, Uruguay

Currents measurements in the coast of Montevideo, Uruguay Currents measurements in the coast of Montevideo, Uruguay M. Fossati, D. Bellón, E. Lorenzo & I. Piedra-Cueva Fluid Mechanics and Environmental Engineering Institute (IMFIA), School of Engineering, Research

More information

Examples of Carter Corrected DBDB-V Applied to Acoustic Propagation Modeling

Examples of Carter Corrected DBDB-V Applied to Acoustic Propagation Modeling Naval Research Laboratory Stennis Space Center, MS 39529-5004 NRL/MR/7182--08-9100 Examples of Carter Corrected DBDB-V Applied to Acoustic Propagation Modeling J. Paquin Fabre Acoustic Simulation, Measurements,

More information

PART 5 - OPTIONS CONTENTS 5.1 SYSTEM EXPANSION 5-3

PART 5 - OPTIONS CONTENTS 5.1 SYSTEM EXPANSION 5-3 PART 5 - OPTIONS CONTENTS Para Page 5.1 SYSTEM EXPANSION 5-3 5.2 SENSORS 5-3 5.2.1 Trim Angle Sensor 5-3 5.2.2 Mast Rotation Sensor 5-3 5.2.3 Heel Angle Sensor 5-3 5.2.4 Barometric Pressure Sensor 5-3

More information

CHM Basics of Gases (r14) Charles Taylor 1/9

CHM Basics of Gases (r14) Charles Taylor 1/9 CHM 110 - Basics of Gases (r14)- 2014 Charles Taylor 1/9 Introduction The gas phase is noticeably different from the other two phases of matter. Here are some of the more obvious differences. Gases are

More information

OPERATIONAL AMV PRODUCTS DERIVED WITH METEOSAT-6 RAPID SCAN DATA. Arthur de Smet. EUMETSAT, Am Kavalleriesand 31, D Darmstadt, Germany ABSTRACT

OPERATIONAL AMV PRODUCTS DERIVED WITH METEOSAT-6 RAPID SCAN DATA. Arthur de Smet. EUMETSAT, Am Kavalleriesand 31, D Darmstadt, Germany ABSTRACT OPERATIONAL AMV PRODUCTS DERIVED WITH METEOSAT-6 RAPID SCAN DATA Arthur de Smet EUMETSAT, Am Kavalleriesand 31, D-64295 Darmstadt, Germany ABSTRACT EUMETSAT started its Rapid Scanning Service on September

More information

CHANGE OF THE BRIGHTNESS TEMPERATURE IN THE MICROWAVE REGION DUE TO THE RELATIVE WIND DIRECTION

CHANGE OF THE BRIGHTNESS TEMPERATURE IN THE MICROWAVE REGION DUE TO THE RELATIVE WIND DIRECTION JP4.12 CHANGE OF THE BRIGHTNESS TEMPERATURE IN THE MICROWAVE REGION DUE TO THE RELATIVE WIND DIRECTION Masanori Konda* Department of Geophysics, Graduate School of Science, Kyoto University, Japan Akira

More information

Analysis of Variance. Copyright 2014 Pearson Education, Inc.

Analysis of Variance. Copyright 2014 Pearson Education, Inc. Analysis of Variance 12-1 Learning Outcomes Outcome 1. Understand the basic logic of analysis of variance. Outcome 2. Perform a hypothesis test for a single-factor design using analysis of variance manually

More information

DP Ice Model Test of Arctic Drillship

DP Ice Model Test of Arctic Drillship Author s Name Name of the Paper Session DYNAMIC POSITIONING CONFERENCE October 11-12, 211 ICE TESTING SESSION DP Ice Model Test of Arctic Drillship Torbjørn Hals Kongsberg Maritime, Kongsberg, Norway Fredrik

More information

Acoustical Modeling of Reciprocating Compressors With Stepless Valve Unloaders

Acoustical Modeling of Reciprocating Compressors With Stepless Valve Unloaders Acoustical Modeling of Reciprocating Compressors With Stepless Valve Unloaders Kelly Eberle, P.Eng. Principal Engineer keberle@betamachinery.com Brian C. Howes, M.Sc., P.Eng. Chief Engineer bhowes@betamachinery.com

More information

Electronic Volume Correctors

Electronic Volume Correctors Electronic Volume Correctors Ben Manson Landis+Gyr October 14, 2016 PUBLIC Agenda Customer Types and suitable equipment Volume corrector standards / regulations Basics of volume correction Gauge v Absolute

More information

Experimental Results of Motion Responses of High Speed Marine Crafts. Magnús Þór Jónsson

Experimental Results of Motion Responses of High Speed Marine Crafts. Magnús Þór Jónsson Experimental Results of Motion Responses of High Speed Marine Crafts Magnús Þór Jónsson March 2016 Content 1. Introduction... 3 2. Evaluation criteria... 5 3. Instrumentation and measurements... 6 4. Results...

More information

Tutorial for the. Total Vertical Uncertainty Analysis Tool in NaviModel3

Tutorial for the. Total Vertical Uncertainty Analysis Tool in NaviModel3 Tutorial for the Total Vertical Uncertainty Analysis Tool in NaviModel3 May, 2011 1. Introduction The Total Vertical Uncertainty Analysis Tool in NaviModel3 has been designed to facilitate a determination

More information

A Computational Assessment of Gas Jets in a Bubbly Co-Flow 1

A Computational Assessment of Gas Jets in a Bubbly Co-Flow 1 A Computational Assessment of Gas Jets in a Bubbly Co-Flow 1 Melissa Fronzeo*, 1 Michael Kinzel 1 The Pennsylvania State University, University Park, PA, USA Abstract In this effort, Computational Fluid

More information

OIL & GAS. 20th APPLICATION REPORT. SOLUTIONS for FLUID MOVEMENT, MEASUREMENT & CONTAINMENT. Q&A: OPEC Responds to SHALE BOOM

OIL & GAS. 20th APPLICATION REPORT. SOLUTIONS for FLUID MOVEMENT, MEASUREMENT & CONTAINMENT. Q&A: OPEC Responds to SHALE BOOM Process VARIABILITY & Equipment RELIABILITY Are PROCESS SAFETY & CYBERSECURITY Related? Q&A: OPEC Responds to SHALE BOOM 20th 1995-2015 SOLUTIONS for FLUID MOVEMENT, MEASUREMENT & CONTAINMENT special section

More information

Wind Flow Validation Summary

Wind Flow Validation Summary IBHS Research Center Validation of Wind Capabilities The Insurance Institute for Business & Home Safety (IBHS) Research Center full-scale test facility provides opportunities to simulate natural wind conditions

More information

Aalborg Universitet. Published in: Proceedings of Offshore Wind 2007 Conference & Exhibition. Publication date: 2007

Aalborg Universitet. Published in: Proceedings of Offshore Wind 2007 Conference & Exhibition. Publication date: 2007 Aalborg Universitet Design Loads on Platforms on Offshore wind Turbine Foundations with Respect to Vertical Wave Run-up Damsgaard, Mathilde L.; Gravesen, Helge; Andersen, Thomas Lykke Published in: Proceedings

More information

Drilling Efficiency Utilizing Coriolis Flow Technology

Drilling Efficiency Utilizing Coriolis Flow Technology Session 12: Drilling Efficiency Utilizing Coriolis Flow Technology Clement Cabanayan Emerson Process Management Abstract Continuous, accurate and reliable measurement of drilling fluid volumes and densities

More information

Lecture Outline Chapter 14. Physics, 4 th Edition James S. Walker. Copyright 2010 Pearson Education, Inc.

Lecture Outline Chapter 14. Physics, 4 th Edition James S. Walker. Copyright 2010 Pearson Education, Inc. Lecture Outline Chapter 14 Physics, 4 th Edition James S. Walker Chapter 14 Waves and Sound Units of Chapter 14 Types of Waves Waves on a String Harmonic Wave Functions Sound Waves Sound Intensity The

More information

TR Electronic Pressure Regulator. User s Manual

TR Electronic Pressure Regulator. User s Manual TR Electronic Pressure Regulator Page 2 of 13 Table of Contents Warnings, Cautions & Notices... 3 Factory Default Setting... 4 Quick Start Procedure... 5 Configuration Tab... 8 Setup Tab... 9 Internal

More information

LINEAR TRANSFORMATION APPLIED TO THE CALIBRATION OF ANALYTES IN VARIOUS MATRICES USING A TOTAL HYDROCARBON (THC) ANALYZER

LINEAR TRANSFORMATION APPLIED TO THE CALIBRATION OF ANALYTES IN VARIOUS MATRICES USING A TOTAL HYDROCARBON (THC) ANALYZER LINEAR TRANSFORMATION APPLIED TO THE CALIBRATION OF ANALYTES IN VARIOUS MATRICES USING A TOTAL HYDROCARBON (THC) ANALYZER Michael T Tang, Ph.D. Grace Feng Greg Merideth Rui Huang Matheson Gas Applied Lab

More information

Simulation of Wind Variation for the WPI Kite-Powered Water Pump

Simulation of Wind Variation for the WPI Kite-Powered Water Pump DJO-1401 Simulation of Wind Variation for the WPI Kite-Powered Water Pump A Major Qualifying Project Report Submitted to the Faculty of the WORCESTER POLYTECHNIC INSTITUTE in Partial Fulfillment of the

More information

Report for Experiment #11 Testing Newton s Second Law On the Moon

Report for Experiment #11 Testing Newton s Second Law On the Moon Report for Experiment #11 Testing Newton s Second Law On the Moon Neil Armstrong Lab partner: Buzz Aldrin TA: Michael Collins July 20th, 1969 Abstract In this experiment, we tested Newton s second law

More information

AIS data analysis for vessel behavior during strong currents and during encounters in the Botlek area in the Port of Rotterdam

AIS data analysis for vessel behavior during strong currents and during encounters in the Botlek area in the Port of Rotterdam International Workshop on Next Generation Nautical Traffic Models 2013, Delft, The Netherlands AIS data analysis for vessel behavior during strong currents and during encounters in the Botlek area in the

More information

APPROACH RUN VELOCITIES OF FEMALE POLE VAULTERS

APPROACH RUN VELOCITIES OF FEMALE POLE VAULTERS APPROACH RUN VELOCITIES OF FEMALE POLE VAULTERS Peter M. McGinnis, Physical Education Department, SUNY College at Cortland, Cortland, New York INTRODUCTION Running speed is an important determinant of

More information

General Accreditation Guidance. User checks and maintenance of laboratory balances

General Accreditation Guidance. User checks and maintenance of laboratory balances General Accreditation Guidance User checks and maintenance of laboratory balances January 2018 Copyright National Association of Testing Authorities, Australia 2010 All intellectual property rights in

More information

Boyle s law Verifying the relation between air pressure and volume measuring air pressure in a closed container.

Boyle s law Verifying the relation between air pressure and volume measuring air pressure in a closed container. Objective The purpose of this activity is to analyze the relationship between the pressure and volume of a confined gas at constant temperature, create a hypothesis and proceed to test it using the Labdisc

More information

The below identified patent application is available for licensing. Requests for information should be addressed to:

The below identified patent application is available for licensing. Requests for information should be addressed to: DEPARTMENT OF THE NAVY OFFICE OF COUNSEL NAVAL UNDERSEA WARFARE CENTER DIVISION 1176 HOWELL STREET NEWPORT Rl 02841-1708 IN REPLY REFER TO Attorney Docket No. 300170 20 March 2018 The below identified

More information

TIME-ON-TIME SCORING

TIME-ON-TIME SCORING TIME-ON-TIME SCORING An alternative for PHRF Time-on-time scoring is not new. It has been widely used nationally and internationally as a valid method to score handicap yacht racing. The most well known

More information

Real Time Surveying GPS and HYDRO Software for Tide and Swell Compensation

Real Time Surveying GPS and HYDRO Software for Tide and Swell Compensation Real Time Surveying GPS and HYDRO Software for Tide and Swell Compensation by Mr Michael Walker, B.Surv. (Otago) HYDRO Division Trimble Navigation New Zealand Ltd. Abstract This paper focuses on the use

More information

Mitos Fluika Pressure and Vacuum Pumps Datasheet

Mitos Fluika Pressure and Vacuum Pumps Datasheet Unit 1, Anglian Business Park, Orchard Road, Royston, Hertfordshire, SG8 5TW, UK T: +44 (0)1763 242491 F: +44 (0)1763 246125 E: sales@dolomite-microfluidics.com W: www.dolomite-microfluidics.com Dolomite

More information

REACTOR 40 MECHANICAL Configuration Guide

REACTOR 40 MECHANICAL Configuration Guide REACTOR 40 MECHANICAL Configuration Guide Important Safety Information WARNING See the Important Safety and Product Information guide in the product box for product warnings and other important information.

More information

Annex 7: Request on management areas for sandeel in the North Sea

Annex 7: Request on management areas for sandeel in the North Sea 922 ICES HAWG REPORT 2018 Annex 7: Request on management areas for sandeel in the North Sea Request code (client): 1707_sandeel_NS Background: During the sandeel benchmark in 2016 the management areas

More information

In ocean evaluation of low frequency active sonar systems

In ocean evaluation of low frequency active sonar systems Acoustics 8 Paris In ocean evaluation of low frequency active sonar systems K.T. Hjelmervik and G.H. Sandsmark FFI, Postboks 5, 39 Horten, Norway kth@ffi.no 2839 Acoustics 8 Paris Sonar performance measurements

More information

SHOT ON GOAL. Name: Football scoring a goal and trigonometry Ian Edwards Luther College Teachers Teaching with Technology

SHOT ON GOAL. Name: Football scoring a goal and trigonometry Ian Edwards Luther College Teachers Teaching with Technology SHOT ON GOAL Name: Football scoring a goal and trigonometry 2006 Ian Edwards Luther College Teachers Teaching with Technology Shot on Goal Trigonometry page 2 THE TASKS You are an assistant coach with

More information

One of the most important gauges on the panel is

One of the most important gauges on the panel is stick & rudder flight advisor Is Your Airspeed Indicator Honest? An accuracy how-to H.C. SKIP SMITH One of the most important gauges on the panel is the airspeed indicator. This is particularly true if

More information