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

xnemogcm: Presubmission Inquiry #154

Closed
7 of 18 tasks
rcaneill opened this issue Jan 4, 2024 · 2 comments
Closed
7 of 18 tasks

xnemogcm: Presubmission Inquiry #154

rcaneill opened this issue Jan 4, 2024 · 2 comments

Comments

@rcaneill
Copy link

rcaneill commented Jan 4, 2024

Submitting Author: Romain Caneill (@rcaneill)
Package Name: xnemogcm
One-Line Description of Package: Interface to open NEMO global circulation model output dataset with xarray and create a xgcm grid.
Repository Link (if existing): https://github.com/rcaneill/xnemogcm/


Code of Conduct & Commitment to Maintain Package

Description

xnemogcm is an interface to open NEMO ocean global circulation model output dataset and create a xgcm grid. NEMO 3.6, 4.0, and 4.2.0 are tested and supported. It can handle large simulations, is aware of meshgrid files, and makes it easy to handle the netCDF outputs od NEMO.

Community Partnerships

We partner with communities to support peer review with an additional layer of
checks that satisfy community requirements. If your package fits into an
existing community please check below:

Scope

  • Please indicate which category or categories.
    Check out our [package scope page][PackageCategories] to learn more about our
    scope. (If you are unsure of which category you fit, we suggest you make a pre-submission inquiry):

  • Data retrieval

  • Data extraction

  • Data processing/munging

  • Data deposition

  • Data validation and testing

  • Data visualization

  • Workflow automation

  • Citation management and bibliometrics

  • Scientific software wrappers

  • Database interoperability

Domain Specific & Community Partnerships

  • Geospatial

  • Education

  • Pangeo

  • Unsure/Other (explain below)

  • Explain how and why the package falls under these categories (briefly, 1-2 sentences). Please note any areas you are unsure of:

xnemogcm extracts the NEMO output and adds metadata (+ do some other things as change coordinate names, etc), and produces new xarray datasets. It is thus data processing.

I checked the unsure/Other box as a more specific area is physical oceanography.

  • Who is the target audience and what are the scientific applications of this package?

The target audience is anyone working with NEMO outputs and python. The scientific applications are any analyse that one want to do with NEMO outputs.

  • Are there other Python packages that accomplish similar things? If so, how does yours differ?

Yes, xorca. My package differs as 1) it is more recent, updated to work with newer versions of NEMO, and 2) it uses a very different method to sort variables on the proper grid point (center, face, etc) (cf https://xgcm.readthedocs.io/en/latest/grids.html). xorca uses hardcoded variables, while xnemogcm uses attributes (either output directly by NEMO, or they can also be given while calling the processing functions).

@NickleDave
Copy link
Contributor

NickleDave commented Jan 5, 2024

Hi @rcaneill xnemogcm is definitely in scope and I think we already have an editor for you 🙂
Please go ahead and make a full submission, and reference this issue when you do ("as discussed in #154")

@rcaneill
Copy link
Author

rcaneill commented Jan 6, 2024

Great news, I'll open the new issue ASAP :)

@rcaneill rcaneill closed this as completed Jan 6, 2024
@rcaneill rcaneill mentioned this issue Jan 6, 2024
30 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants