Skip to content

Commit

Permalink
Added dust aerosol chemIds
Browse files Browse the repository at this point in the history
  • Loading branch information
rdosinski committed May 1, 2024
1 parent 5b20d05 commit 2b476ce
Show file tree
Hide file tree
Showing 4 changed files with 144 additions and 0 deletions.
36 changes: 36 additions & 0 deletions definitions/grib2/chemFormula.def
Original file line number Diff line number Diff line change
Expand Up @@ -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 ;
}
36 changes: 36 additions & 0 deletions definitions/grib2/chemId.def
Original file line number Diff line number Diff line change
Expand Up @@ -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 ;
}
36 changes: 36 additions & 0 deletions definitions/grib2/chemName.def
Original file line number Diff line number Diff line change
Expand Up @@ -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 ;
}
36 changes: 36 additions & 0 deletions definitions/grib2/chemShortName.def
Original file line number Diff line number Diff line change
Expand Up @@ -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 ;
}

0 comments on commit 2b476ce

Please sign in to comment.