add new flag history_chemdyg_summary for ChemDyg variables - #66
add new flag history_chemdyg_summary for ChemDyg variables#66hsiangheleellnl wants to merge 8 commits into
Conversation
tangq
left a comment
There was a problem hiding this comment.
I suggested some changes and had a couple comments.
|
@tangq I trimmed down O3_2Dxxx variabls and added CO_SRF as a default variable (instead of 3D CO). |
|
@hsiangheleellnl , the hourly surface ozone output is not controlled by the user name list flag. If users don't specify Can you do a short test simulation and run ChemDyg on it to demonstrate the results? Post the simulation documentation page and the ChemDyg link here. If all look good, I will approve the PR. Thanks. |
|
@tangq Yes, if users don't specify Here are the ChemDyg plots with the simplified flags. The webpage and ChemDyg configure script (.cfg) stay the same. Only tendency tables are missing on the webpage. Note that history_chemdyg_summary can not be on with other flags (i.e., history_gaschmbudget_2D, history_gaschmbudget_2D_levels, history_UCIgaschmbudget_2D, and history_UCIgaschmbudget_2D_levels). The model will crash due to adding the same variables. |
OK, we can leave it for now and remember to turn history_chemdyg_summary off when turning on these other flags. A minor question, why the E3SM line not shown on this figure? |
|
Because I only ran a one-year simulation. E3SM results will show up on the CMIP TCO comparison when the E3SM simulation has two-year results or longer. (The function can plot a line but not a single point.) |
|
@wlin7 Wuyin, could you help merge this PR to NGD_v3atm? Thank you! |
@hsiangheleellnl , just to note here what we decided on at the chemistry meeting today: when these diagnostic flags are set by user name list specifications, check if there are inconsistencies. If so, the flags with more diagnostic I/O should be true and Do you assume history_gaschmbudget_2D, history_gaschmbudget_2D_levels, history_UCIgaschmbudget_2D, and history_UCIgaschmbudget_2D_levels have to be ALL true or false simultaneously? |
|
|
…ct/v3atm into hsiangheleellnl/v3atm_chemdyg
Co-authored-by: tangq <tangq@users.noreply.github.com>
In order to reduce E3SM outputs for ChemDyg, I created a new flag "history_chemdyg_summary" to write out necessary variables. The run script needs to change to the followings:
**history_gaschmbudget_num = 2
nhtfrq = 0,0,-1,-24
mfilt = 1,1,240,30
avgflag_pertape = 'A','I','I','A'
fincl1 = 'CO','TROPE_P'
fincl3 = 'O3_SRF'
fincl4 = 'TCO','SCO','T'
tropopause_e90_thrd = 80.0e-9
history_chemdyg_summary = .true.**