Jonathan Kingslake

Results 11 comments of Jonathan Kingslake

same issue here with the cayman theme in this [repo](https://github.com/ldeo-glaciology/ITGC-field-doc)

@BenSouchet your first work around worked. :-) Thank you for your help!

shall I make the edit? Just so I can feel like a contributor. haha :-)

Hi all, As always, thanks for all the work you do with these tools! Any updates on this issue? As noted above, it is stopping progress on https://github.com/pangeo-forge/paleo-pism-feedstock/issues/2

@cisaacstern, thanks for the engagement in this. @talbrecht, you mention that people have been interested in velocities on higher time resolution than the 5kyr we have currently. So, does this...

@talbrecht, I am happy to start the process of making the recipe, but I will wait until we have finalized which dataset we use. I am guessing that you weren't...

OK, I forked the repo and put in the example meta.yaml and recipe.py files to get things started. https://github.com/ldeo-glaciology/staged-recipes/tree/paleo-pism

@talbrecht, how do we tell what parameter values are used for each ensemble member from the netcdfs in the zip file? I started trying to collate them (just to see...

Just a note here to say that I have been looking at ISMIP6 data as another option for a pangeo-forge recipe and it is stored at [ghub](https://vhub.org/groups/ghub), who pointed me...

I was able to load the data using your code: ``` import intake cat = intake.open_catalog("https://raw.githubusercontent.com/pangeo-data/pangeo-datastore/master/intake-catalogs/ocean.yaml") ds_model = cat["SOSE"].to_dask() ds_model.UVEL.isel(time=0,Z=0).plot() ```