Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More metadata for zenodo #140

Merged
merged 2 commits into from
Feb 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
47 changes: 47 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down