forked from geoschem/HEMCO
-
Notifications
You must be signed in to change notification settings - Fork 0
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
HEMCO 3.8.1 #14
Merged
Merged
HEMCO 3.8.1 #14
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Added updates to coards, error, netCDF Supplemental Guides Signed-off-by: Bob Yantosca <[email protected]>
docs/source/conf.py - Exclude the following files from being included in the documentation - geos-chem-shared-docs/README.md - geos-chem-shared-docs/supplemental-guides/species-guide.rst - geos-chem-shared-docs/supplemental-guides/using-kpp-with-gc.rst docs/sourrce/hco-sa-guide/login-env.rst - Remove reference to the using-kpp-with-gc.rst supplemental guide Signed-off-by: Bob Yantosca <[email protected]>
This commit informs the GCClassic superproject about the following commits pushed to the geos-chem-shared-docs GitHub repository: 4bb2b11 Fix typo in netcdf-guide.rst Signed-off-by: Bob Yantosca <[email protected]>
…b.com:BettyCroft/HEMCO into dev/3.8.0 Signed-off-by: Melissa Sulprizio <[email protected]>
Signed-off-by: Melissa Sulprizio <[email protected]>
src/Core/hco_config_mod.F90 - In routine "BracketCheck", changed the MAXBRACKNEST=5 setting to MAXBRACKNEST=10. This will allow up to 10 nested brackets in the HEMCO_Config.rc file. CHANGELOG.md - Updated accordingly Signed-off-by: Bob Yantosca <[email protected]>
Prevent excessive messages in log file if the volcano climatology is being used.
Signed-off-by: Lizzie Lundgren <[email protected]>
….rc) This merge brings PR geoschem#262 (Allow up to 10 nested brackets in the HEMCO_Config.rc file, by @yantosca) into the HEMCO "no-diff-to-benchmark" development stream. This increases the number of "(((" and ")))" brackets that can be used in the HEMCO_Config.rc file, which can allow for more complex emissions settings. Signed-off-by: Bob Yantosca <[email protected]>
This merge brings PR geoschem#263 (Restrict volcano climatology prints to root thread, by @lizziel) into the HEMCO "no-diff-to-benchmark" development stream. This PR was added for running HEMCO in the GEOS ESM, in order to reduce the amount of printout to the root thread. Signed-off-by: Bob Yantosca <[email protected]>
.gitmodules - Use short names (i.e. only the name of the module and not of the entire path) for submodules CHANGELOG.md - Updated accordingly Signed-off-by: Bob Yantosca <[email protected]>
This merge brings PR geoschem#266 (Now use short submodule names in gitmodules, by @yantosca) the HEMCO "no-diff-to-benchmark" development stream. This update edits the .gitmodules file so as to remove the path from the submodule names. Paths are declared with the "path = /path/to/submod" specification. Signed-off-by: Bob Yantosca <[email protected]>
This merge brings PR 268 (Handle 3D NEI emissions, by @nicholasbalasus) into the HEMCO "no-diff-to-benchmark" development stream. This PR implements a workaround to an issue caused by the merge of HEMCO PR geoschem#235 (Bug fix for vertical regridding). This must be merged simultaneously with GEOS-Chem PR #2213. Signed-off-by: Bob Yantosca <[email protected]>
Signed-off-by: Melissa Sulprizio <[email protected]>
This was referenced Apr 5, 2024
viral211
approved these changes
Apr 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Name and Institution (Required)
Name: Lizzie Lundgren
Institution: Harvard University
Describe the update
This PR updates HEMCO from 3.8.0 to 3.8.1, which is the version used in GEOS-Chem 14.3.1.
For a full list of updates in HEMCO 3.8.1 see the GitHub 3.8.1 Milestone page. See also the Changelog in the source code.
Expected changes
This is a zero diff update.
Reference(s)
None
Related Github Issue(s)
This PR accompanies two other PRs to update GEOS to use GEOS-Chem 14.3: