-
Notifications
You must be signed in to change notification settings - Fork 165
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
geos-chem 14.4.0 +APM "Infinity in DO_CLOUD_CONVECTION" #2354
Comments
Thanks for writing @zion0210. I would recommend first compiling again with I think APMCTBC1 is one of the black carbon species. I am not an expert in APM, I would defer to @ganluoasrc (Gan Luo) who is one of the developers. |
APMCTBC1 refers to sulfate coated on BC. In APM, sulfate is formed by SO2 chemistry. No special emission for APM sulfate in HEMCO is needed. The error is caused by the missing of BC and OC emissions in GC14-APM. We used BC and OC diagnostics from HEMCO to generate BC and OC emissions for APM. It seems BIOMASS_BCPO, ANTHROPOGENIC_BCPO ... are no longer available in diagnostics from HEMCO in GC14. So, you got the notices of To fix the error, we need to get BC and OC diagnostics from HEMCO. @yantosca, do you have any suggestions? Does GC14 use new variables to replace BIOMASS_BCPO, ANTHROPOGENIC_BCPO ...? |
Thanks @ganluoasrc. I wonder if those were manual diagnostics in HEMCO, which have since been disabled. Tagging @msulprizio, who may know more. |
@yantosca @ganluoasrc It looks like the BIOMASS_BCPO, etc. fields were previously defined in |
Thanks @msulprizio. We can add those back in wrapped in an |
Thanks @msulprizio and @yantosca. Yes, I agree that we can add those back as that suggested by Bob. The problem of infinity in Q array is associated with BC and OC run without emissions. After adding BC and OC emissions, the associated problem may be solved. |
Your name
zion0210
Your affiliation
ASU
Please provide a clear and concise description of your question or discussion topic.
Hello!
I have a problem with running geos-chem 14.4.0 +APM
I build the code as follows:
I chose fullchem and APM in config dialog windows.
I got 2 problems:
1.
I also studied component of subroutine convection_mod.F and discovered infinity for part of the values of the Q array for the species 253.
Maybe, if APMCTBC1 is SO4, then infinity values appear because the SO4 global emission source not described in HEMCO_Config.rc.
I attached HEMCO_Config.rc(HEMCO_Config.log) and run.log to the message.
What can I do to complete my simulation?
Regards,
zion0210
run.log
HEMCO_Config.log
The text was updated successfully, but these errors were encountered: