DGOV-458: add dust aerosol with additional sizes

This commit is contained in:
Robert Osinski 2024-03-20 09:14:32 +00:00
parent ddea524626
commit 630736fe64
4 changed files with 144 additions and 0 deletions

View File

@ -654,3 +654,39 @@
'aer_total' = {
constituentType = 62000 ;
}
#Dust aerosol (0.9 - 2.5 um)
'aer_dust_09_2p5' = {
scaleFactorOfSecondSize = 7 ;
scaledValueOfFirstSize = 9 ;
scaleFactorOfFirstSize = 7 ;
typeOfSizeInterval = 7 ;
scaledValueOfSecondSize = 25 ;
constituentType = 62001 ;
}
#Dust aerosol (2.5 - 5.0 um)
'aer_dust_2p5_5' = {
scaleFactorOfSecondSize = 6 ;
scaledValueOfFirstSize = 25 ;
scaleFactorOfFirstSize = 7 ;
typeOfSizeInterval = 7 ;
scaledValueOfSecondSize = 5 ;
constituentType = 62001 ;
}
#Dust aerosol (5.0 - 10.0 um)
'aer_dust_5_10' = {
scaleFactorOfSecondSize = 5 ;
scaledValueOfFirstSize = 5 ;
scaleFactorOfFirstSize = 6 ;
typeOfSizeInterval = 7 ;
scaledValueOfSecondSize = 1 ;
constituentType = 62001 ;
}
#Dust aerosol (10.0 - 20.0 um)
'aer_dust_10_20' = {
scaleFactorOfSecondSize = 5 ;
scaledValueOfFirstSize = 1 ;
scaleFactorOfFirstSize = 5 ;
typeOfSizeInterval = 7 ;
scaledValueOfSecondSize = 2 ;
constituentType = 62001 ;
}

View File

@ -654,3 +654,39 @@
'922' = {
constituentType = 62000 ;
}
#Dust aerosol (0.9 - 2.5 um)
'925' = {
scaleFactorOfSecondSize = 7 ;
scaledValueOfFirstSize = 9 ;
scaleFactorOfFirstSize = 7 ;
typeOfSizeInterval = 7 ;
scaledValueOfSecondSize = 25 ;
constituentType = 62001 ;
}
#Dust aerosol (2.5 - 5.0 um)
'926' = {
scaleFactorOfSecondSize = 6 ;
scaledValueOfFirstSize = 25 ;
scaleFactorOfFirstSize = 7 ;
typeOfSizeInterval = 7 ;
scaledValueOfSecondSize = 5 ;
constituentType = 62001 ;
}
#Dust aerosol (5.0 - 10.0 um)
'927' = {
scaleFactorOfSecondSize = 5 ;
scaledValueOfFirstSize = 5 ;
scaleFactorOfFirstSize = 6 ;
typeOfSizeInterval = 7 ;
scaledValueOfSecondSize = 1 ;
constituentType = 62001 ;
}
#Dust aerosol (10.0 - 20.0 um)
'928' = {
scaleFactorOfSecondSize = 5 ;
scaledValueOfFirstSize = 1 ;
scaleFactorOfFirstSize = 5 ;
typeOfSizeInterval = 7 ;
scaledValueOfSecondSize = 2 ;
constituentType = 62001 ;
}

View File

@ -654,3 +654,39 @@
'Total aerosol' = {
constituentType = 62000 ;
}
#Dust aerosol (0.9 - 2.5 um)
'Dust aerosol (0.9 - 2.5 um)' = {
scaleFactorOfSecondSize = 7 ;
scaledValueOfFirstSize = 9 ;
scaleFactorOfFirstSize = 7 ;
typeOfSizeInterval = 7 ;
scaledValueOfSecondSize = 25 ;
constituentType = 62001 ;
}
#Dust aerosol (2.5 - 5.0 um)
'Dust aerosol (2.5 - 5.0 um)' = {
scaleFactorOfSecondSize = 6 ;
scaledValueOfFirstSize = 25 ;
scaleFactorOfFirstSize = 7 ;
typeOfSizeInterval = 7 ;
scaledValueOfSecondSize = 5 ;
constituentType = 62001 ;
}
#Dust aerosol (5.0 - 10.0 um)
'Dust aerosol (5.0 - 10.0 um)' = {
scaleFactorOfSecondSize = 5 ;
scaledValueOfFirstSize = 5 ;
scaleFactorOfFirstSize = 6 ;
typeOfSizeInterval = 7 ;
scaledValueOfSecondSize = 1 ;
constituentType = 62001 ;
}
#Dust aerosol (10.0 - 20.0 um)
'Dust aerosol (10.0 - 20.0 um)' = {
scaleFactorOfSecondSize = 5 ;
scaledValueOfFirstSize = 1 ;
scaleFactorOfFirstSize = 5 ;
typeOfSizeInterval = 7 ;
scaledValueOfSecondSize = 2 ;
constituentType = 62001 ;
}

View File

@ -654,3 +654,39 @@
'aer_total' = {
constituentType = 62000 ;
}
#Dust aerosol (0.9 - 2.5 um)
'aer_dust_09_2p5' = {
scaleFactorOfSecondSize = 7 ;
scaledValueOfFirstSize = 9 ;
scaleFactorOfFirstSize = 7 ;
typeOfSizeInterval = 7 ;
scaledValueOfSecondSize = 25 ;
constituentType = 62001 ;
}
#Dust aerosol (2.5 - 5.0 um)
'aer_dust_2p5_5' = {
scaleFactorOfSecondSize = 6 ;
scaledValueOfFirstSize = 25 ;
scaleFactorOfFirstSize = 7 ;
typeOfSizeInterval = 7 ;
scaledValueOfSecondSize = 5 ;
constituentType = 62001 ;
}
#Dust aerosol (5.0 - 10.0 um)
'aer_dust_5_10' = {
scaleFactorOfSecondSize = 5 ;
scaledValueOfFirstSize = 5 ;
scaleFactorOfFirstSize = 6 ;
typeOfSizeInterval = 7 ;
scaledValueOfSecondSize = 1 ;
constituentType = 62001 ;
}
#Dust aerosol (10.0 - 20.0 um)
'aer_dust_10_20' = {
scaleFactorOfSecondSize = 5 ;
scaledValueOfFirstSize = 1 ;
scaleFactorOfFirstSize = 5 ;
typeOfSizeInterval = 7 ;
scaledValueOfSecondSize = 2 ;
constituentType = 62001 ;
}