diff --git a/.zenodo.json b/.zenodo.json index c2e68f1..bfa2758 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -42,12 +42,12 @@ "orcid": "0000-0001-7238-0290" }, { - "name": "Jake Steinberg", + "name": "Jacob Steinberg", "affiliation": "Woods Hole Oceanographic Institution", "orcid": "0000-0002-2609-6405" }, { - "name": "Andrew Slaving Ross", + "name": "Andrew Slavin Ross", "affiliation": "New York University", "orcid": "0000-0002-2368-6979" }, diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..ce1023b --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,47 @@ +cff-version: 1.1.0 +message: "If you use this software, please cite it as below." +authors: + - family-names: Loose + given-names: Nora + orcid: https://orcid.org/0000-0002-3684-9634 + - family-names: Abernathey + given-names: Ryan + orcid: https://orcid.org/0000-0001-5999-4917 + - family-names: Grooms + given-names: Ian + orcid: https://orcid.org/0000-0002-4678-7203 + - family-names: Busecke + given-names: Julius + orcid: https://orcid.org/0000-0001-8571-865X + - family-names: Guillaumin + given-names: Arthur + orcid: https://orcid.org/0000-0003-1571-4228 + - family-names: Yankovsky + given-names: Elizabeth + orcid: https://orcid.org/0000-0003-3612-549X + - family-names: Marques + given-names: Gustavo + orcid: https://orcid.org/0000-0001-7238-0290 + - family-names: Steinberg + given-names: Jacob + orcid: https://orcid.org/0000-0002-2609-6405 + - family-names: Ross + given-names: Andrew Slavin + orcid: https://orcid.org/0000-0002-2368-6979 + - family-names: Khatri + given-names: Hemant + orcid: https://orcid.org/0000-0001-6559-9059 + - family-names: Bachman + given-names: Scott + orcid: https://orcid.org/0000-0002-6479-4300 + - family-names: Zanna + given-names: Laure + orcid: https://orcid.org/0000-0002-8472-4828 + - family-names: Martin + given-names: Paige + orcid: https://orcid.org/0000-0003-3538-633X + + +title: GCM-Filters: A Python Package for Diffusion-based Spatial Filtering of Gridded Data +version: v0.2 +date-released: 2022-02-10 diff --git a/paper.md b/paper.md index d38820d..36c63f9 100644 --- a/paper.md +++ b/paper.md @@ -97,7 +97,7 @@ The main `GCM-Filters` class that the user will interface with is the `gcm_filte * Grid types with **vector Laplacians** that can be used for filtering vector fields, for example horizontal velocity $(u,v)$. The currently implemented grid type is compatible with ocean GCM grids that use an Arakawa C-grid convention; examples include MOM6 [@adcroft2019MOM6] and the MITgcm [@mitgcm]. Atmospheric model grids are not yet supported, but could be implemented in `GCM-Filters`. Users are encouraged to contribute more grid types and Laplacians via pull requests. -While we are excited to share `GCM-Filters` at version `0.2`, we plan to continue improving and maintaining the package for the long run and welcome new contributors from the broader community. +While we are excited to share `GCM-Filters` at version `0.2.1`, we plan to continue improving and maintaining the package for the long run and welcome new contributors from the broader community. # Acknowledgements