Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
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
8 changes: 4 additions & 4 deletions tables_en/1-01-01.csv
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,9 @@ notation,path,domains,tags,name,description
248,\Atmosphere\Dynamics,,,"Transport calculations (e.g., trajectories)",
249,\Atmosphere\Dynamics,,,Turbulence,Kinetic energy density of turbulent motion of the air
250,\Atmosphere\Dynamics,,,Turbulence type (low levels and wake vortex),
252,\Atmosphere\Humidity,,,Integrated water vapour,
253,\Atmosphere\Humidity,,,Mass mixing ratio,
252,\Atmosphere\Humidity,,,Integrated water vapour,"Total amount of water vapour in a vertical column of air per unit area. Integrated water vapour (IWV) is also known as precipitable water vapour (PWV)."
254,\Atmosphere\Humidity,,,Object wetness duration,
255,\Atmosphere\Humidity,,,Water vapour pressure,
255,\Atmosphere\Humidity,,,Water vapour pressure,Partial pressure of water in the atmosphere.
257,\Atmosphere\Lightning,,,Lightning discharge current,Current incurred by the lightning discharge.
258,\Atmosphere\Lightning,,,Lightning discharge polarity,Polarity of the charge effectively lowered to ground during a lightning discharge.
259,\Atmosphere\Lightning,,,Lightning discharge rate,"Number of lightning discharges per unit time in a given region (e.g. world-wide) or for a given storm system (e.g. a thunderstorm cell)."
Expand Down Expand Up @@ -576,7 +575,7 @@ notation,path,domains,tags,name,description
12162,\Atmosphere\Particle phase,,aerosol,Aerosol layer height,Height of vertically localized aerosol layer above sea level
12163,\Atmosphere\Dynamics,,dynamics,Mixed layer height,"Height above the surface to which atmospheric properties (wind speed, etc) or atmospheric constituents (aerosol, gases) are dispersed by turbulent vertical mixing"
12164,\Atmosphere\Gas phase,,\Atmosphere\Gas\O3 (ozone),O3 (ozone),"IUPAC: ozone, PubChem CID: 24823, CAS Number: 10028-15-6, in gas phase"
12165,\Atmosphere\Humidity,,\Atmosphere\Humidity\Water vapour,Water vapour,
12165,\Atmosphere\Humidity,,\Atmosphere\Humidity\Water vapour,Water vapour,Water in the gaseous phase. [International Vocabulary of Meteorology (WMO-No. 182). 1992.]
12166,\Atmosphere\Temperature,,\Atmosphere\Temperature\Temperature,Temperature,
12167,\Atmosphere\Clouds,,\Atmosphere\Clouds\Cloud phase,Cloud phase,"Aggregate state of cloud particles, either water droplets/drops, snowflakes, ice/snow crystals, or mixed."
12168,\Atmosphere,,\Atmosphere,Height of the top of the PBL,Height of the surface above ground separating the planetary boundary layer (PBL) from the free atmosphere.
Expand Down Expand Up @@ -689,3 +688,4 @@ notation,path,domains,tags,name,description
12327,\Atmosphere\Wind,,,"v (v component of horizontal wind vector)","North-south component of the horizontal wind vector, positive value for northward moving or south-to-north wind. This scalar quantity can be used to represent a value at given location and an instantaneous time or average over spatio-temporal extent or values as a function of spatio-temporal coordinates."
12328,\Atmosphere\Lightning,,,Total lightning flash density,"Total number of detected flashes in the corresponding time interval and space unit. Note: The space unit (grid box) should be equal to the horizontal resolution and the accumulation time to the observing cycle."
12329,\Atmosphere\Lightning,,,Lightning flash density cloud-to-ground,"Number of detected cloud-to-ground flashes in the corresponding time interval and space unit. "
iss560,\Atmosphere\Humidity,,,Water vapour amount fraction,"The ratio of the amount of water vapour and the amount of a dry air. Note: Older literature uses the term 'water vapour mixing ratio'."
1 change: 1 addition & 0 deletions tables_en/deprecated.csv
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ table,url,name,status,date
2-01,http://codes.wmo.int/wmdr/ApplicationArea/transport,Terrestrial ecology,retired,FT2025-1
2-01,http://codes.wmo.int/wmdr/ApplicationArea/climateScience,Transportation sector,retired,FT2025-1
2-01,http://codes.wmo.int/wmdr/ApplicationArea/unknown,Climate Science,retired,FT2025-1
1-01-01,https://codes.wmo.int/wmdr/ObservedVariableAtmosphere/253,Mass mixing ratio,retired,FT2025-2
2 changes: 1 addition & 1 deletion wmdr/ObservedVariableAtmosphere/12165.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
<12165> a skos:Concept ;
rdfs:label "Water vapour" ;
skos:notation "12165" ;
dct:description ""@en .
dct:description "Water in the gaseous phase. [International Vocabulary of Meteorology (WMO-No. 182). 1992.]"@en .
2 changes: 1 addition & 1 deletion wmdr/ObservedVariableAtmosphere/252.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
<252> a skos:Concept ;
rdfs:label "Integrated water vapour" ;
skos:notation "252" ;
dct:description ""@en .
dct:description "Total amount of water vapour in a vertical column of air per unit area. Integrated water vapour (IWV) is also known as precipitable water vapour (PWV)."@en .
8 changes: 0 additions & 8 deletions wmdr/ObservedVariableAtmosphere/253.ttl

This file was deleted.

2 changes: 1 addition & 1 deletion wmdr/ObservedVariableAtmosphere/255.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
<255> a skos:Concept ;
rdfs:label "Water vapour pressure" ;
skos:notation "255" ;
dct:description ""@en .
dct:description "Partial pressure of water in the atmosphere."@en .
8 changes: 8 additions & 0 deletions wmdr/ObservedVariableAtmosphere/iss560.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .

<iss560> a skos:Concept ;
rdfs:label "Water vapour amount fraction" ;
skos:notation "iss560" ;
dct:description "The ratio of the amount of water vapour and the amount of a dry air. Note: Older literature uses the term 'water vapour mixing ratio'."@en .