ECC-1816: Correct name for chemIds for Particulate Matter

This commit is contained in:
Robert Osinski 2024-05-15 12:34:50 +00:00
parent b4b9806420
commit 0b40056caf
4 changed files with 15 additions and 15 deletions

View File

@ -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 ;

View File

@ -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 ;

View File

@ -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 ;

View File

@ -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 ;