Skip to content

Commit

Permalink
Merge pull request #22 from geoschem/feature/zenodo-json-file
Browse files Browse the repository at this point in the history
Update the .zenodo.json file for auto-DOI generation upon release
  • Loading branch information
lizziel authored Jul 11, 2024
2 parents 03313bb + ce658fe commit d154331
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 31 deletions.
54 changes: 23 additions & 31 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,31 @@
{
"access_right": "open",
"creators": [
  {
"affiliation": "Harvard University",
"name": "Elizabeth W. Lundgren"
{
"name": "Elizabeth Lundgren",
"affiliation": "Harvard University"
},
{
"affiliation": "University of California Irvine",
"name": "Michael J. Prather"
},
{
"affiliation": "Harvard University",
"name": "Daniel J. Jacob"
}
],
"contributors": [
{
"affiliation": "Harvard University",
"name": "Haipeng Lin"
},
  {
"affiliation": "National Center for Atmospheric Research",
"name": "Kyle Shores"
}
{
"name": "Michael Prather",
"affiliation": "University of California, Irvine"
},
{
"name": "Daniel Jacob",
"affiliation": "Harvard University"
}
],
"description": "Cloud-J multi-scattering radiative transfer model for solar radiation",
"description": "Cloud-J: A multi-scattering eight-stream radiative transfer model for solar radiation.",
"keywords": [
"atmospheric-chemistry",
"atmospheric-composition",
"atmospheric-modeling",
"photolysis",
"radiative-transfer",
"atmospheric-computing",
"scientific-computing"
"radiative-transfer",
"clouds",
"geos-chem",
"atmospheric-chemistry",
"atmospheric-modeling",
"photolysis",
"atmospheric-composition",
"aerosols",
"earth-system-modeling"
],
"license": "gpl-3.0-license",
"upload_type": "software"
"upload_type": "software",
"license": "GPL-3.0"
}
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ This file documents all notable changes to the Cloud-J repository since the init
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [7.7.2] - TBD
### Added
- `.zenodo.json` file for auto-creation of DOI upon issuing a new release

### Changed
- Changed hard-coding LWEPAR in cldj_cmn_mod to be passed from parent model unless using standalone

Expand Down

0 comments on commit d154331

Please sign in to comment.