mirror of https://github.com/ecmwf/eccodes.git
ECC-1816: Correct name for chemIds for Particulate Matter
This commit is contained in:
parent
b4b9806420
commit
0b40056caf
|
@ -690,7 +690,7 @@
|
|||
scaledValueOfSecondSize = 2 ;
|
||||
constituentType = 62001 ;
|
||||
}
|
||||
#Particulate matter smaller than 1 um
|
||||
#Particulate matter <= 1 um
|
||||
'PM1' = {
|
||||
scaleFactorOfSecondSize = missing() ;
|
||||
scaledValueOfFirstSize = 1 ;
|
||||
|
@ -699,7 +699,7 @@
|
|||
scaledValueOfSecondSize = missing() ;
|
||||
constituentType = 62026 ;
|
||||
}
|
||||
#Particulate matter smaller than 2.5 um
|
||||
#Particulate matter <= 2.5 um
|
||||
'PM2.5' = {
|
||||
scaleFactorOfSecondSize = missing() ;
|
||||
scaledValueOfFirstSize = 25 ;
|
||||
|
@ -708,7 +708,7 @@
|
|||
scaledValueOfSecondSize = missing() ;
|
||||
constituentType = 62026 ;
|
||||
}
|
||||
#Particulate matter smaller than 10 um
|
||||
#Particulate matter <= 10 um
|
||||
'PM10' = {
|
||||
scaleFactorOfSecondSize = missing() ;
|
||||
scaledValueOfFirstSize = 1 ;
|
||||
|
|
|
@ -690,7 +690,7 @@
|
|||
scaledValueOfSecondSize = 2 ;
|
||||
constituentType = 62001 ;
|
||||
}
|
||||
#Particulate matter smaller than 1 um
|
||||
#Particulate matter <= 1 um
|
||||
'929' = {
|
||||
scaleFactorOfSecondSize = missing() ;
|
||||
scaledValueOfFirstSize = 1 ;
|
||||
|
@ -699,7 +699,7 @@
|
|||
scaledValueOfSecondSize = missing() ;
|
||||
constituentType = 62026 ;
|
||||
}
|
||||
#Particulate matter smaller than 2.5 um
|
||||
#Particulate matter <= 2.5 um
|
||||
'930' = {
|
||||
scaleFactorOfSecondSize = missing() ;
|
||||
scaledValueOfFirstSize = 25 ;
|
||||
|
@ -708,7 +708,7 @@
|
|||
scaledValueOfSecondSize = missing() ;
|
||||
constituentType = 62026 ;
|
||||
}
|
||||
#Particulate matter smaller than 10 um
|
||||
#Particulate matter <= 10 um
|
||||
'931' = {
|
||||
scaleFactorOfSecondSize = missing() ;
|
||||
scaledValueOfFirstSize = 1 ;
|
||||
|
|
|
@ -690,8 +690,8 @@
|
|||
scaledValueOfSecondSize = 2 ;
|
||||
constituentType = 62001 ;
|
||||
}
|
||||
#Particulate matter smaller than 1 um
|
||||
'Particulate matter smaller than 1 um' = {
|
||||
#Particulate matter <= 1 um
|
||||
'Particulate matter <= 1 um' = {
|
||||
scaleFactorOfSecondSize = missing() ;
|
||||
scaledValueOfFirstSize = 1 ;
|
||||
scaleFactorOfFirstSize = 6 ;
|
||||
|
@ -699,8 +699,8 @@
|
|||
scaledValueOfSecondSize = missing() ;
|
||||
constituentType = 62026 ;
|
||||
}
|
||||
#Particulate matter smaller than 2.5 um
|
||||
'Particulate matter smaller than 2.5 um' = {
|
||||
#Particulate matter <= 2.5 um
|
||||
'Particulate matter <= 2.5 um' = {
|
||||
scaleFactorOfSecondSize = missing() ;
|
||||
scaledValueOfFirstSize = 25 ;
|
||||
scaleFactorOfFirstSize = 7 ;
|
||||
|
@ -708,8 +708,8 @@
|
|||
scaledValueOfSecondSize = missing() ;
|
||||
constituentType = 62026 ;
|
||||
}
|
||||
#Particulate matter smaller than 10 um
|
||||
'Particulate matter smaller than 10 um' = {
|
||||
#Particulate matter <= 10 um
|
||||
'Particulate matter <= 10 um' = {
|
||||
scaleFactorOfSecondSize = missing() ;
|
||||
scaledValueOfFirstSize = 1 ;
|
||||
scaleFactorOfFirstSize = 5 ;
|
||||
|
|
|
@ -690,7 +690,7 @@
|
|||
scaledValueOfSecondSize = 2 ;
|
||||
constituentType = 62001 ;
|
||||
}
|
||||
#Particulate matter smaller than 1 um
|
||||
#Particulate matter <= 1 um
|
||||
'aer_pm_1' = {
|
||||
scaleFactorOfSecondSize = missing() ;
|
||||
scaledValueOfFirstSize = 1 ;
|
||||
|
@ -699,7 +699,7 @@
|
|||
scaledValueOfSecondSize = missing() ;
|
||||
constituentType = 62026 ;
|
||||
}
|
||||
#Particulate matter smaller than 2.5 um
|
||||
#Particulate matter <= 2.5 um
|
||||
'aer_pm_2p5' = {
|
||||
scaleFactorOfSecondSize = missing() ;
|
||||
scaledValueOfFirstSize = 25 ;
|
||||
|
@ -708,7 +708,7 @@
|
|||
scaledValueOfSecondSize = missing() ;
|
||||
constituentType = 62026 ;
|
||||
}
|
||||
#Particulate matter smaller than 10 um
|
||||
#Particulate matter <= 10 um
|
||||
'aer_pm_10' = {
|
||||
scaleFactorOfSecondSize = missing() ;
|
||||
scaledValueOfFirstSize = 1 ;
|
||||
|
|
Loading…
Reference in New Issue