-
Notifications
You must be signed in to change notification settings - Fork 38
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
[FEATURE REQUEST] Print the names of all files that are being read by extensions #3
Comments
Hi Bob, thanks for opening this. I was planning to achieve feature 1) through directly tapping into |
Hi Haipeng! I think most base emisisons write the name of the file with "HEMCO: Opening ...". I think for some extensions where direct reads happen (e.g. PARANOX look up table, etc) those file names don't get printed. (Also a few places in GC like FAST-JX and UCX input files). I'll try to flag all the instances of HEMCO I/O not thru hcoio_write_std_mod for you. |
Here are the HEMCO extension modules that read files directly, as opposed to hcoio_read_std_mod.F90. These files are mostly look-up tables as opposed to gridded data.
|
Also note: The above extensions do write the file names being opened to the HEMCO.log file, e.g.
We have a minor modification to the GCPy routine core.extract_pathnames_from_log to make the search for path names case-insensitive. |
I think this issue can be closed. As far as I can tell, HEMCO extensions do write all of the file paths to the HEMCO.log file. Also see: geoschem/geos-chem#106. We had to add more file path printout for GEOS-Chem specific routines in 12.6.1. But we did not have to modify any HEMCO routines. |
This commit informs the HEMCO superproject about the following commits that were pushed to the geos-chem-shared-docs repository: 65b2a35 Merge "docs/update_guides_for_gchp" into "main" 7f0cfbb Merge PR #3 (Add doc/tutorial for GEOS-Chem input data on AWS) These are documentation updates for the GEOS-Chem 14.5.0 release. Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
Overview
This is related to geoschem/geos-chem#106 and geoschem/geos-chem-cloud#25. Right now, not all files read by HEMCO (esp. by extensions) are printed out. Having a printout of all files that are being read will facilitate our efforts to:
I will be working on this feature in the GEOS-Chem repo but we will have to also make the equivalent changes in this standalone HEMCO repo.
The text was updated successfully, but these errors were encountered: