Skip to content

Commit

Permalink
Merge PR #2690 (Add .zenodo.json to auto-populate DOI fields)
Browse files Browse the repository at this point in the history
This merge brings PR # (Add .zenodo.json to auto-populate DOI fields
upon version releases, by @yantosca) into the GEOS-Chem "no-diff-to-benchmark"
development stream.

This PR adds a .zenodo.json file to the GEOS-Chem "science codebase"
repo for automatic DOI generation.

Signed-off-by: Bob Yantosca <[email protected]>
  • Loading branch information
yantosca committed Jan 17, 2025
2 parents b0e03cc + a751c8a commit 255a13d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"access_right": "open",
"creators": [
{
"name": "The International GEOS-Chem User Community"
}
],
"description": "GEOS-Chem (science codebase)",
"keywords": [
"atmospheric-chemistry",
"atmospheric-composition",
"atmospheric-modeling",
"aws",
"climate-modeling",
"cloud-computing",
"geos-chem",
"atmospheric-computing",
"scientific-computing"
],
"license": "mit-license",
"upload_type": "software"
}
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Added
- Added Australian Hg emissions for 2000-2019 from MacFarlane et. al. [2022], plus corresponding mask file
- Added comments in GEOS-Chem Classic `HISTORY.rc` template files advising users not to change the `BoundaryConditions.frequency` setting
- Added `.zenodo.json` for auto-DOI generation upon version releases

### Fixed
- Reverted CH4 livestock emissions to EDGAR v7 to avoid hotspots and to apply seasonality
Expand Down

0 comments on commit 255a13d

Please sign in to comment.