-
Notifications
You must be signed in to change notification settings - Fork 171
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.3.0. Cannot get pointer to HEMCO field CH4_OIL. #2202
Comments
Hi @zion0210. We have been able to run the carbon simulation with GEOS-Chem 14.3.0 without issue. Can you confirm that you are using the correct versions of the GEOS-Chem (14.3.0) and HEMCO (3.8.0) submodules? Can you also confirm that you have created a new run directory after updating to 14.3.0 and are not using a run directory from a previous version? If that all looks fine, please upload your log file(s) here so we can have a closer look. |
Hello, @msulprizio! I used the GEOS-Chem (14.3.0) and the HEMCO (3.8.0). Today, I was clone code of the GEOS-Chem agane.
After, I created run directory.
In this process I choose:
After, I made the code build.
Then, I made dryrun.
However, I had problem this native Restarts/GEOSChem.Restart.20190101_0000z.nc4.
For this reason, I used full chemistry restart file.
I attached config file and run log to this message. Best regards, |
Thanks for providing the log file @zion0210. This error: HEMCO ERROR: Error in HCOIO_DATAREAD called from HEMCO ReadList_Fill: SPC_CH2I2
--> LOCATION: ReadList_Fill (HCO_ReadList_Mod.F90) indicates that the executable was not built with |
Hello I rebuilt the code:
I using native Restarts/GEOSChem.Restart.20190101_0000z.nc4 and GC reads all arrays which are necessary for start of the modeling. However, I got the error again.
Best, |
Hello! I tried different configurations for GC 14.3.0.
I made the calculations for CO2 I needed only with the option 1. Have you fixed the bug with the "CO2 only" option in the new version of GC (v14.3.1)? Best, |
This has not been fixed in 14.3.1. I am working on a fix now and will provide an update here. |
This is now resolved in the There were a few missing logical brackets in HEMCO_Config.rc that caused issues when CH4 data was turned off. You can either switch to this development branch or use the corrected HEMCO_Config.rc.carbon file. |
Name and Institution (Required)
Name: zion0210
Institution: ASU
Confirm you have reviewed the following documentation
Description of your issue or question
Hello, GEOS-Chem developers and users!
I ran different cases of the GEOS-Chem 14.3.0.
Also, I set the horizontal grid with 4.0x5.0 deg resolution and the Z grid with 47 dimensions.
CO2 - everything good,
CH4 - everything good,
Aerosols - everything good,
Carbon - the following error:
GEOS-Chem ERROR: Cannot get pointer to HEMCO field CH4_OIL -> at Emiss_Carbon_Gases (in module GeosCore/carbon_gases_mod.F90)
Previously, this bug has been noted in discussion #2008 for v14.2.1.
Will I need to use an older version of the GEOS-Chem for carbon case?
Or can you suggest another solution to my problem?
Best regards,
zion0210
The text was updated successfully, but these errors were encountered: