diff --git a/.zenodo.json b/.zenodo.json index c631032..e0ac368 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -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" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c1c9ed..57471e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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