-
Notifications
You must be signed in to change notification settings - Fork 33
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
Country level scale factor #273
Comments
Hi @Meongdo-Jang, thanks for reaching out. The error is because HEMCO expects a different set of columns than the ones you programmed. I believe you need to put the country level scale factors entry in the scale factors section of
|
Thanks! ----------------------------------------------------------
HEMCO ERROR: Cannot properly read mask coverage: COUNTRY_MASK
--> LOCATION:
-> at UpdateDtaProperties (in module HEMCO/src/Core/hco_config_mod.F90)
HEMCO ERROR: Error encountered in routine "UpdateDtaProperties"
--> LOCATION:
Config_ReadCont (hco_config_mod.F90)
HEMCO ERROR: Error in HEMCO_Config.rc @ line: ### BEGIN SECTION MASKS
--> LOC
ATION: Config_ReadFile (hco_config_mod.F90)
[GC.log](https://github.com/geoschem/HEMCO/files/15050314/GC.log)
[GC.log](https://github.com/geoschem/HEMCO/files/15050315/GC.log)
[scalefactor.txt](https://github.com/geoschem/HEMCO/files/15050317/scalefactor.txt)
[countrymask_0.1x0.1.nc.txt](https://github.com/geoschem/HEMCO/files/15050318/countrymask_0.1x0.1.nc.txt) |
This is an error when reading the configuration file. I searched the HEMCO code for string 'Cannot properly read mask cover' and found that the error is being tripped in here with this check:
It looks like your country mask is not being parsed correctly because it is not in the correct location in
See also the HEMCO ReadTheDocs section on country scale factors. |
Hi @Meongdo-Jang, were you able to get this to work? |
Thank so much for your e-mail!
Until now, I could't solve that.
Meongdo Jang
|
Name and Institution (Required)
Name: Meongdo Jang
Institution: Konkuk Univ.
Confirm you have reviewed the following documentation
Description of your issue or question
I'm trying to set up a run in GEOS-Chem Classic ver. 14.1.1 with country level scale factors.
Now, I have an error in HEMCO as like attached files. How can I solve it?
HEMCO_Config.rc.txt
GC.log
The text was updated successfully, but these errors were encountered: