-
Notifications
You must be signed in to change notification settings - Fork 817
Thompson AA enhancements: BC aerosol, biomass burning emissions, and … #1616
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -18,6 +18,7 @@ rconfig integer wif_input_opt namelist,domains 1 1 | |
|
|
||
| state real qnwfa_gc i{wif}j dyn_em 1 Z i1 "QNWFA" "water-friendly aerosol num concentration" "# kg-1" | ||
| state real qnifa_gc i{wif}j dyn_em 1 Z i1 "QNIFA" "water-friendly aerosol num concentration" "# kg-1" | ||
| state real qnbca_gc i{wif}j dyn_em 1 Z i1 "QNBCA" "black carbon aerosol num concentration" "# kg-1" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @twjuliano
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @davegill The organic carbon and black carbon biomass burning emissions are 2D fields that are added to the 3D QNWFA and QNBCA scalars, respectively, in mp_thompson. |
||
| state real p_wif_gc i{wif}j dyn_em 1 Z i1 "P_WIF" "Pressure for first guess aerosol fields from metgrid" "Pa" | ||
|
|
||
| state real p_wif_now i{wif}j dyn_em 1 Z - "P_WIF_NOW" "Pressure for Water Ice Friendly Aerosols Now" "Pa" | ||
|
|
@@ -62,15 +63,38 @@ state real i_wif_oct i{wif}j dyn_em 1 Z i1 | |
| state real i_wif_nov i{wif}j dyn_em 1 Z i1 "I_WIF_NOV" "Background Ice Friendly Aerosol option Nov" "# kg-1" | ||
| state real i_wif_dec i{wif}j dyn_em 1 Z i1 "I_WIF_DEC" "Background Ice Friendly Aerosol option Dec" "# kg-1" | ||
|
|
||
| state real b_wif_now i{wif}j dyn_em 1 Z - "B_WIF_NOW" "Background Black Carbon Aerosol option Now" "# kg-1" | ||
| state real b_wif_jan i{wif}j dyn_em 1 Z i1 "B_WIF_JAN" "Background Black Carbon Aerosol option Jan" "# kg-1" | ||
| state real b_wif_feb i{wif}j dyn_em 1 Z i1 "B_WIF_FEB" "Background Black Carbon Aerosol option Feb" "# kg-1" | ||
| state real b_wif_mar i{wif}j dyn_em 1 Z i1 "B_WIF_MAR" "Background Black Carbon Aerosol option Mar" "# kg-1" | ||
| state real b_wif_apr i{wif}j dyn_em 1 Z i1 "B_WIF_APR" "Background Black Carbon Aerosol option Apr" "# kg-1" | ||
| state real b_wif_may i{wif}j dyn_em 1 Z i1 "B_WIF_MAY" "Background Black Carbon Aerosol option May" "# kg-1" | ||
| state real b_wif_jun i{wif}j dyn_em 1 Z i1 "B_WIF_JUN" "Background Black Carbon Aerosol option Jun" "# kg-1" | ||
| state real b_wif_jul i{wif}j dyn_em 1 Z i1 "B_WIF_JUL" "Background Black Carbon Aerosol option Jul" "# kg-1" | ||
| state real b_wif_aug i{wif}j dyn_em 1 Z i1 "B_WIF_AUG" "Background Black Carbon Aerosol option Aug" "# kg-1" | ||
| state real b_wif_sep i{wif}j dyn_em 1 Z i1 "B_WIF_SEP" "Background Black Carbon Aerosol option Sep" "# kg-1" | ||
| state real b_wif_oct i{wif}j dyn_em 1 Z i1 "B_WIF_OCT" "Background Black Carbon Aerosol option Oct" "# kg-1" | ||
| state real b_wif_nov i{wif}j dyn_em 1 Z i1 "B_WIF_NOV" "Background Black Carbon Aerosol option Nov" "# kg-1" | ||
| state real b_wif_dec i{wif}j dyn_em 1 Z i1 "B_WIF_DEC" "Background Black Carbon Aerosol option Dec" "# kg-1" | ||
|
|
||
| package use_wif_input wif_input_opt==1 - state:p_wif_gc,p_wif_now,p_wif_jan,p_wif_feb,p_wif_mar,p_wif_apr,p_wif_may,p_wif_jun,p_wif_jul,p_wif_aug,p_wif_sep,p_wif_oct,p_wif_nov,p_wif_dec,qnwfa_gc,w_wif_now,w_wif_jan,w_wif_feb,w_wif_mar,w_wif_apr,w_wif_may,w_wif_jun,w_wif_jul,w_wif_aug,w_wif_sep,w_wif_oct,w_wif_nov,w_wif_dec,qnifa_gc,i_wif_now,i_wif_jan,i_wif_feb,i_wif_mar,i_wif_apr,i_wif_may,i_wif_jun,i_wif_jul,i_wif_aug,i_wif_sep,i_wif_oct,i_wif_nov,i_wif_dec | ||
|
|
||
| package use_wif_input_bc wif_input_opt==2 - scalar:qnbca;state:qnbca2d,p_wif_gc,p_wif_now,p_wif_jan,p_wif_feb,p_wif_mar,p_wif_apr,p_wif_may,p_wif_jun,p_wif_jul,p_wif_aug,p_wif_sep,p_wif_oct,p_wif_nov,p_wif_dec,qnwfa_gc,w_wif_now,w_wif_jan,w_wif_feb,w_wif_mar,w_wif_apr,w_wif_may,w_wif_jun,w_wif_jul,w_wif_aug,w_wif_sep,w_wif_oct,w_wif_nov,w_wif_dec,qnifa_gc,i_wif_now,i_wif_jan,i_wif_feb,i_wif_mar,i_wif_apr,i_wif_may,i_wif_jun,i_wif_jul,i_wif_aug,i_wif_sep,i_wif_oct,i_wif_nov,i_wif_dec,b_wif_now,b_wif_jan,b_wif_feb,b_wif_mar,b_wif_apr,b_wif_may,b_wif_jun,b_wif_jul,b_wif_aug,b_wif_sep,b_wif_oct,b_wif_nov,b_wif_dec | ||
|
|
||
| package emit_oc_bb aer_fire_emit_opt==1 - state:qnocbb2d | ||
| package emit_ocbc_bb aer_fire_emit_opt==2 - state:qnocbb2d,qnbcbb2d | ||
|
|
||
| state real qnwfa ikjftb scalar 1 - \ | ||
| i0rhusdf=(bdy_interp:dt) "QNWFA" "water-friendly aerosol number con" "# kg(-1)" | ||
| state real qnifa ikjftb scalar 1 - \ | ||
| i0rhusdf=(bdy_interp:dt) "QNIFA" "ice-friendly aerosol number con" "# kg(-1)" | ||
| state real qnbca ikjftb scalar 1 - \ | ||
| i0rhusdf=(bdy_interp:dt) "QNBCA" "black carbon aerosol number con" "# kg(-1)" | ||
|
|
||
| state real dfi_qnwfa ikjftb dfi_scalar 1 - \ | ||
| i0rhusdf=(bdy_interp:dt) "DFI_QNWFA" "DFI water-friendly aerosol number con" "# kg(-1)" | ||
| state real dfi_qnifa ikjftb dfi_scalar 1 - \ | ||
| i0rhusdf=(bdy_interp:dt) "DFI_QNIFA" "DFI ice-friendly aerosol number con" "# kg(-1)" | ||
| state real dfi_qnbca ikjftb dfi_scalar 1 - \ | ||
| i0rhusdf=(bdy_interp:dt) "DFI_QNBCA" "DFI black carbon aerosol number con" "# kg(-1)" | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@twjuliano
Since these are i4 and i1, that means that we need these variables in WPS. Have mods to the WPS tables been provided, and where is this global static data?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@davegill Yes, I have added the mods for METGRID.TBL to the previous WPS PR (wrf-model/WPS#190). The update global static file (GOCART climatology) is available in the Google Drive link posted in this PR as well as the WPS PR (https://drive.google.com/file/d/1BYflyu65kP5giRYbTzKo6y4iSnTfb1Fw/view?usp=sharing).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@twjuliano If you place these fields in stream 17, perhaps you should remove '4' from the group.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@weiwangncar OK, I can do that. I maintained what was there previously just in case...
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@twjuliano When you remove stream 4 from these lines, perhaps you could also line up the columns? This is just for easy viewing and tidiness of the code. That is if they are not lined up already.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@weiwangncar Sure thing, will do.