ldeo-glaciology/pangeo-MAR

start building a pangeo-forge recipe

Closed this issue · 1 comments

We want to start work on making a pangeo-forge recipe for the MAR data (regional climate model data over the greenland ice sheet) that will be in the google bucket after #5 is addressed.

The entire dataset is one simulation and will be stored as a series of netcdfs files, each corresponding to a year of the simulation. More details here: pangeo-forge/staged-recipes#204

To make progress on the recipe, I suggest starting with the rough notes I made in recipe_example/recipe_notes.ipynb when I was building the paleo-pism recipe. Then adapt them to load the MAR data from the bucket.

We will use the same Recipe Class (XarrayZarrRecipe) as the palso-pism recipe and so you can follow a similar approach.

Be sure to test the recipe locally (i.e. in your pangeo notebook environment).

The documentation is very helpful (https://pangeo-forge.readthedocs.io/en/latest/pangeo_forge_recipes/recipe_user_guide/recipes.html) and I will dig out the link to a video tutorial.

@raf-antwerpen successfully wrote a recipe and got the pruned recipe working here: https://github.com/pangeo-forge/mar_greenland-feedstock

Discussed here pangeo-forge/staged-recipes#204.

Closing this issue.