Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

corrections in wetlabs and oxygen units #25

Merged
merged 3 commits into from
Dec 21, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions variables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ netcdf_variables:
source: FLBBPC_PC_SCALED
long_name: phycocyanin
standard_name: concentration_of_phycocyanin_in_sea_water
units: ppb
units: mg m-3
coordinates: time depth latitude longitude
instrument: instrument_flourometer
valid_min: "0."
Expand All @@ -206,7 +206,7 @@ netcdf_variables:
source: FLBBPC_BB_700_SCALED
long_name: 700 nm wavelength backscatter
standard_name: 700_nm_wavelength_backscatter_in_sea_water
units: m-1
units: m-1/sr-1
callumrollo marked this conversation as resolved.
Show resolved Hide resolved
coordinates: time depth latitude longitude
instrument: instrument_scatterometer
valid_min: "0."
Expand Down Expand Up @@ -246,7 +246,7 @@ netcdf_variables:
source: FLBBCD_CDOM_SCALED
long_name: colored dissolved organic matter
standard_name: concentration_of_colored_dissolved_organic_matter_in_sea_water
units: ppb
units: mg m-3
coordinates: time depth latitude longitude
instrument: instrument_flourometer
valid_min: "0."
Expand All @@ -266,7 +266,7 @@ netcdf_variables:
source: FLBBCD_BB_700_SCALED
long_name: 700 nm wavelength backscatter
standard_name: 700_nm_wavelength_backscatter_in_sea_water
units: m-1
units: m-1/sr-1
callumrollo marked this conversation as resolved.
Show resolved Hide resolved
coordinates: time depth latitude longitude
instrument: instrument_scatterometer
valid_min: "0."
Expand All @@ -287,7 +287,7 @@ netcdf_variables:
source: AROD_FT_DO
long_name: oxygen concentration
standard_name: mole_concentration_of_dissolved_molecular_oxygen_in_sea_water
units: umol l-1
units: mmol m-3
coordinates: time depth latitude longitude
correct_oxygen: "True"
reference_salinity: "0"
Expand Down Expand Up @@ -315,7 +315,7 @@ netcdf_variables:
source: LEGATO_CODA_DO
long_name: oxygen concentration
standard_name: mole_concentration_of_dissolved_molecular_oxygen_in_sea_water
units: umol l-1
units: mmol m-3
coordinates: time depth latitude longitude
instrument: instrument_optode
valid_min: "0."
Expand Down Expand Up @@ -411,7 +411,7 @@ netcdf_variables:
units: datetime
coordinates: time depth latitude longitude
datetime_format: "%m%d%y %H:%M:%S"

ad2cp_pressure:
source: AD2CP_PRESSURE
long_name: glider pressure from AD2CP
Expand Down