From 1d23ded385fb2c6f6b1f1b42378d794258d630f2 Mon Sep 17 00:00:00 2001 From: Christopher Wingard Date: Wed, 24 Aug 2022 10:45:33 -0700 Subject: [PATCH] Correct accidental overwrite of pressure back to pressure_depth --- RELEASE_NOTES.md | 7 ++++++- csv/ParameterDefs.csv | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index b3ecb4f..9c11a82 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,4 +1,9 @@ -# Version 1.4.16 (2022-08-25) +# Version 1.4.17 (2022-08-25) + +- Issue #15445 - Review and correction of preload values by preload working group - pass #1 + * Correct overwrite of pressure by pressure_depth + +# Version 1.4.16 (2022-08-23) - Issue #15445 - Review and correction of preload values by preload working group - pass #1 diff --git a/csv/ParameterDefs.csv b/csv/ParameterDefs.csv index b851bcc..46109d1 100644 --- a/csv/ParameterDefs.csv +++ b/csv/ParameterDefs.csv @@ -2111,7 +2111,7 @@ TO-DO,HPIES,hpies_last_temperature,hpies_last_temperature,PD2602,quantity,,float TO-DO,HPIES,hpies_ies_clock_error,hpies_ies_clock_error,PD2603,quantity,,float32,,Hz,-99999,IES Clock Error,,,,,,,,IES clock crystal error from 32768 Hz,,, TO-DO,HPIES,hpies_rsn_timestamp,hpies_rsn_timestamp,PD2604,quantity,,uint64,,seconds,0,RSN Timestamp,,,,,,,,"RSN network time in elapsed seconds since midnight Jan 1, 1970",,, PCO2A,CORE,dcl_controller_timestamp,dcl_controller_timestamp,PD2605,quantity,,string,,,empty,DCL Controller Timestamp,0,,,,,,,Timestamp from the DCL controller,DCL Controller Timestamp,, -TO-DO,VELPT_J,pressure_depth,pressure_depth,PD2606,quantity,,float32,,dbar,-9999999,CTD Seawater Pressure,3,,,,,sea_water_pressure,,Seawater Pressure refers to the pressure exerted on a sensor in situ by the weight of the column of seawater above it. It is calculated by subtracting one standard atmosphere from the absolute pressure at the sensor to remove the weight of the atmosphere on top of the water column. The pressure reported is the CTD pressure recorded at the time of the sensor reading.,CTD Seawater Pressure,Science Data, +TO-DO,VELPT_J,pressure_depth,pressure,PD2606,quantity,,float32,,dbar,-9999999,CTD Seawater Pressure,3,,,,,sea_water_pressure,,Seawater Pressure refers to the pressure exerted on a sensor in situ by the weight of the column of seawater above it. It is calculated by subtracting one standard atmosphere from the absolute pressure at the sensor to remove the weight of the atmosphere on top of the water column. The pressure reported is the CTD pressure recorded at the time of the sensor reading.,CTD Seawater Pressure,Science Data, TO-DO,VELPT_J,velpt_pressure,velpt_pressure,PD2607,quantity,,float32,,dbar,-9999999,VELPT Pressure,3,,,,,,,Pressure measured by the VELPT-J instrumnet.,,, TO-DO,VELPT_J,velocity_beam1_m_s,velocity_beam1_m_s,PD2608,quantity,,float32,,m s-1,-9999999,Velocity Beam1 or X or East Coordinates,4,,,,,,,velocity beam1 or X or East coordinates (m/s),,, TO-DO,VELPT_J,velocity_beam2_m_s,velocity_beam2_m_s,PD2609,quantity,,float32,,m s-1,-9999999,Velocity Beam2 or Y or North Coordinates,4,,,,,,,velocity beam2 or Y or North coordinates (m/s),,,