Skip to content

Commit

Permalink
Add .zenodo.json to auto-populate DOI fields upon version releases
Browse files Browse the repository at this point in the history
.zenodo.json
- Added this JSON file, which will auto-populate the various fields
  for auto-generation of DOIs at Zenodo for each version release.

CHANGELOG.md
- Updated accordingly

Signed-off-by: Bob Yantosca <[email protected]>
  • Loading branch information
yantosca committed Jan 16, 2025
1 parent b0e03cc commit a751c8a
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 a751c8a

Please sign in to comment.