Open viral211 opened 1 year ago
Thanks @viral211, we'll take a look. Also tagging @msulprizio @Jourdan-He @SaptSinha @jimmielin
This issue has been automatically marked as stale because it has not had recent activity. If there are no updates within 7 days it will be closed. You can add the "never stale" tag to prevent the Stale bot from closing this issue.
Sorry for the late reply @viral211. We fixed this issue in 14.1.0 (in the benchmark review stages now). See https://github.com/geoschem/geos-chem/issues/1321 and the fix at https://github.com/geoschem/geos-chem/pull/1595.
I am running HEMCO with GEOS-Chem classic version 14.0 and am using offline emissions for dust, sea salt, etc. I noticed that the emissions are not updated at the right frequency. For example, the offline dust emission settings in the default FullChem HEMCO_Config.rc file are as follows:
The dust emissions emissions should be updated daily, but instead they are read in just once at the beginning of the simulation. This applies to sea salt aerosols, soil NOx and biogenic VOC emissions also. I can get this to work correctly when I change the cycle flag from 'EF' to 'C', which was the flag used in previous model versions. I think the problem might be here: https://github.com/geoschem/HEMCO/blob/344429fbe2ac9b4f1262aa03a95bf3cad5dd02e0/src/Core/hcoio_read_std_mod.F90#L256-L277