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

[Doc]: Add a regridding section to xCDAT FAQ #524

Closed
jypeter opened this issue Jul 31, 2023 · 1 comment · Fixed by #535
Closed

[Doc]: Add a regridding section to xCDAT FAQ #524

jypeter opened this issue Jul 31, 2023 · 1 comment · Fixed by #535
Assignees
Labels
type: docs Updates to documentation

Comments

@jypeter
Copy link

jypeter commented Jul 31, 2023

Describe your documentation update

Easy/correct/consistent regridding is very important in our community (especially for multi-model work), and it would not hurt to mention regridding in the FAQ to help users find their way through the regridding related pages of the documentation. Either when users are already exploring the xCDAT site, or when they are using Google to find out how to regrid model data in Python

Regridding could be an entry point to xCDAT for people who don't know xCDAT but are looking for climate (model) data regridding

I suggest adding a Regridding section to the FAQ, with possibly the following sub-sections. A scientist or somebody more familiar with grids can surely some up with something better, but that's the idea

  • Why is it important to be careful when regridding climate model data?
    • there are many different grid types, defined on a sphere (e.g CMIP6 ocean grids), and the builtin numpy regridding should not be used.
    • Some grids may have redundant data (aka halos). Hmm, I always wonder if this is handled correctly in regridding packages...
  • How can I do horizontal regridding with xCDAT?
  • How can I do vertical regridding with xCDAT?
    • Add something about pressure levels and relevant links?
  • How can I do temporal regridding with xCDAT? This is possibly not phrased correctly, but it could be a place to add links to the climatology stuff

Oh, I just thought about something loosely related to this, but also useful. It could be useful to have an answer/example for that : how can I find the model data point closest to a givent (lat, lon) coordinate (e.g. field data)? That's a common question when people try to do some basic model/data comparison, and it could also provide a good entry point for users who don't know xCDAT

@jypeter jypeter added the type: docs Updates to documentation label Jul 31, 2023
@jypeter
Copy link
Author

jypeter commented Jul 31, 2023

When trying to look for a page with graphical model grids examples, I have found the following reference : Grids in Numerical Weather and Climate Models

I was actually looking for a page with some nice grid examples, but I still have not found anything better than this unmaintained gridspec page. The gridded home page lists grids types, but does not give any visual examples (the only thing that beginners need).

Maybe somebody will know a nice link

@jasonb5 jasonb5 self-assigned this Aug 14, 2023
@tomvothecoder tomvothecoder added this to the FY23Q4 (v0.6.0) milestone Sep 27, 2023
@tomvothecoder tomvothecoder moved this from Todo to In Progress in xCDAT Development Sep 27, 2023
@tomvothecoder tomvothecoder moved this from In Progress to In Review in xCDAT Development Sep 27, 2023
@github-project-automation github-project-automation bot moved this from In Review to Done in xCDAT Development Oct 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: docs Updates to documentation
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants