NCAR / esmlab-regrid

ESMLab Regridding Utilities. ⚠️⚠️ ESMLab-regrid functionality has been moved into <https://github.com/NCAR/geocat-comp>. ⚠️⚠️
https://esmlab-regrid.readthedocs.io
Apache License 2.0
4 stars 5 forks source link

Generate grids #2

Open matt-long opened 5 years ago

matt-long commented 5 years ago

We have support for a regridding workflow, now we need the ability to generate grids files/objects.

Currently the workflow is based on SCRIP, but it doesn't have to be.

matt-long commented 5 years ago

https://github.com/JiaweiZhuang/xESMF/issues/4

matt-long commented 5 years ago

@clyne, @khallock, @rbrownrigg any interest in helping out here?

I think a starting point would be a cleaned-up implementation of the grid generation utilities here: https://github.com/NCAR/ncl/blob/master/ni/src/examples/gsun/ESMF_regridding.ncl

clyne commented 5 years ago

We will definitely discuss and consider this. Thanks, Matt.

On Mar 8, 2019, at 1:17 PM, Matthew Long notifications@github.com wrote:

@clyne, @khallock, @rbrownrigg any interest in helping out here?

I think a starting point would be a cleaned-up implementation of the grid generation utilities here: https://github.com/NCAR/ncl/blob/master/ni/src/examples/gsun/ESMF_regridding.ncl

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

John Clyne National Center for Atmospheric Research 303.497.1236 (w), 303.809.1922 (c) clyne@ucar.edu

jukent commented 5 years ago

@matt-long I am having a hard time locating the curvilinear_to_SCRIP function. I thought you had started one, but maybe I misheard.

matt-long commented 5 years ago

https://github.com/NCAR/ncl/blob/06f54867f64067d5e0815feb5aa747b3ffee4422/ni/src/examples/gsun/ESMF_regridding.ncl#L1572

jukent commented 5 years ago

What is incomplete about the code? I will begin by cleaning it up.

I was expecting it to be in the esmlab_regrid folder.

matt-long commented 5 years ago

The code is in NCL. We want to translate this functionality to Python.