Skip to content

Class: MeasuredCO2Fields

Fields applied to all measured CO2 variable types (discrete and continuous)

URI: oae:MeasuredCO2Fields

classDiagram class MeasuredCO2Fields click MeasuredCO2Fields href "../MeasuredCO2Fields" MeasuredCO2Fields <|-- DiscreteCO2Variable click DiscreteCO2Variable href "../DiscreteCO2Variable" MeasuredCO2Fields : appropriate_use_quality MeasuredCO2Fields --> "0..1" AppropriateUseQuality : appropriate_use_quality click AppropriateUseQuality href "../AppropriateUseQuality" MeasuredCO2Fields : co2_reported_temperature MeasuredCO2Fields : temperature_correction_method MeasuredCO2Fields : water_vapor_correction_method

Slots

Name Cardinality and Range Description Inheritance
appropriate_use_quality 0..1
AppropriateUseQuality
Climate quality is defined as measurements of quality sufficient to assess lo... direct
co2_reported_temperature 1
String
In Celsius direct
water_vapor_correction_method 0..1
String
How the water vapor pressure inside the equilibrator was determined direct
temperature_correction_method 0..1
String
How the temperature effect was corrected direct

Mixin Usage

mixed into description
DiscreteCO2Variable CO2 discrete (bottle) measured variable (pCO2/fCO2)

Identifier and Mapping Information

Schema Source

  • from schema: OAEDataManagementProtocol

Mappings

Mapping Type Mapped Value
self oae:MeasuredCO2Fields
native oae:MeasuredCO2Fields

LinkML Source

Direct

name: MeasuredCO2Fields
description: Fields applied to all measured CO2 variable types (discrete and continuous)
from_schema: OAEDataManagementProtocol
mixin: true
slots:
- appropriate_use_quality
attributes:
  co2_reported_temperature:
    name: co2_reported_temperature
    description: In Celsius. The input could be a constant temperature value, or something
      like, in-situ temperature, temperature of analysis, etc.
    title: Temperature at which CO2 was reported
    from_schema: Variable
    rank: 1000
    domain_of:
    - MeasuredCO2Fields
    range: string
    required: true
  water_vapor_correction_method:
    name: water_vapor_correction_method
    description: How the water vapor pressure inside the equilibrator was determined.
    title: Water vapor correction method
    from_schema: Variable
    rank: 1000
    domain_of:
    - MeasuredCO2Fields
    range: string
  temperature_correction_method:
    name: temperature_correction_method
    description: How the temperature effect was corrected.
    title: Temperature correction method
    from_schema: Variable
    domain_of:
    - DiscretePHVariable
    - MeasuredCO2Fields
    range: string

Induced

name: MeasuredCO2Fields
description: Fields applied to all measured CO2 variable types (discrete and continuous)
from_schema: OAEDataManagementProtocol
mixin: true
attributes:
  co2_reported_temperature:
    name: co2_reported_temperature
    description: In Celsius. The input could be a constant temperature value, or something
      like, in-situ temperature, temperature of analysis, etc.
    title: Temperature at which CO2 was reported
    from_schema: Variable
    rank: 1000
    alias: co2_reported_temperature
    owner: MeasuredCO2Fields
    domain_of:
    - MeasuredCO2Fields
    range: string
    required: true
  water_vapor_correction_method:
    name: water_vapor_correction_method
    description: How the water vapor pressure inside the equilibrator was determined.
    title: Water vapor correction method
    from_schema: Variable
    rank: 1000
    alias: water_vapor_correction_method
    owner: MeasuredCO2Fields
    domain_of:
    - MeasuredCO2Fields
    range: string
  temperature_correction_method:
    name: temperature_correction_method
    description: How the temperature effect was corrected.
    title: Temperature correction method
    from_schema: Variable
    alias: temperature_correction_method
    owner: MeasuredCO2Fields
    domain_of:
    - DiscretePHVariable
    - MeasuredCO2Fields
    range: string
  appropriate_use_quality:
    name: appropriate_use_quality
    description: 'Climate quality is defined as measurements of quality sufficient
      to assess long term trends with a defined level of confidence. Weather quality
      is defined as measurements of quality sufficient to identify relative spatial
      patterns and short term variation.

      For more details, refer to Newton J.A., Feely R. A., Jewett E. B., Williamson
      P. & Mathis J., 2015. Global Ocean Acidification Observing Network: Requirements
      and Governance Plan. Second Edition, GOA-ON, http://www.goa-on.org/docs/GOA-ON_plan_print.pdf.'
    title: Weather or climate quality
    from_schema: OAEDataManagementProtocol
    rank: 1000
    alias: appropriate_use_quality
    owner: MeasuredCO2Fields
    domain_of:
    - MeasuredTAFields
    - MeasuredDICFields
    - MeasuredPHFields
    - MeasuredCO2Fields
    range: AppropriateUseQuality