-
Notifications
You must be signed in to change notification settings - Fork 62
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
add pism ice-sheet model simulations recipe.py and meta.yaml #175
Conversation
It looks like your
Please correct your |
Thanks for reviewing this. I am a little confused, it says |
Ccing @cisaacstern |
I think I see why this isnt working. The concat dimension is not a coordinate or dimension in the original netcdfs. I think I need to add a preprocessing step which adds |
@jkingslake, good catch re: concat dim name! However the particular blocker on @pangeo-forge-bot's response here looks like it may be an issue with our backend code. I'm patching that now and we'll see if it's fixed momentarily. |
🎉 New recipe runs created for the following recipes at sha
|
☝️ Yep, looks like this is fixed now. 🎉 |
🎉 New recipe runs created for the following recipes at sha
|
thanks @cisaacstern for fixing that! I have now added a preprocessing step the recipe which adds the ensemble number (or id number as I have call it now) as a coordinate and a dimension. Now do I wait for the recipe to run? |
Awesome, @jkingslake. I'll trigger the test run now. |
/run recipe-test recipe_run_id=1040 |
✨ A test of your recipe I'll notify you with a comment on this thread when this test is complete. (This could be a little while...) In the meantime, you can follow the logs for this recipe run at https://pangeo-forge.org/dashboard/recipe-run/1040 |
Pangeo Forge Cloud told me that our test of your recipe To see what error caused the failure, please review the logs at https://pangeo-forge.org/dashboard/recipe-run/1040 If you haven't yet tried pruning and running your recipe locally, I suggest trying that now. Please report back on the results of your local testing in a new comment below, and a Pangeo Forge maintainer will help you with next steps! |
@jkingslake from reviewing the logs linked in the previous comment (scroll down on the linked page to find them), it looks like the issue here is that you use |
🎉 New recipe runs created for the following recipes at sha
|
/run recipe-test recipe_run_id=1041 |
✨ A test of your recipe I'll notify you with a comment on this thread when this test is complete. (This could be a little while...) In the meantime, you can follow the logs for this recipe run at https://pangeo-forge.org/dashboard/recipe-run/1041 |
Woohoo! Success! @jkingslake, can you take a look at the dataset linked in the previous comment, and see if it matches your expectations? Note that the time dimension will be pruned to only two increments for this test run. |
this is great! A quick question: there are a couple of improvements I want to make to the recipe:
1 is more important and easier for me to do quickly than 2. Should we go ahead with this simple version to get it working, or should I do 1, or 1 + 2, above first? In other words, how final is this recipe once we proceed from here? |
|
What is the next stage with this recipe? The pruned version all looks good to me. |
Thanks for checking in @jkingslake! And apologies for momentarily losing track of this. Re: your question of how "final" this is: not at all! That's the beauty of the feedstock repository model: after we have a dedicated repo for this, we can just keep iterating on the recipe via PRs there. With that in mind, the next step is to merge this! Which I'll do now. |
Thanks @cisaacstern! I will get working on the new repo now. |
This adds a simple, first version of a recipe for paleo-pism simulations - simulations of the antarctic ice sheet using a model called PISM, archived here. https://doi.pangaea.de/10.1594/PANGAEA.940149
This first version attempts to simply concatenate along a dimension defined by the ensemble member.
This is discussed here.