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

Verify and reorganize notebooks #2

Open
5 of 9 tasks
rabernat opened this issue Sep 21, 2020 · 2 comments
Open
5 of 9 tasks

Verify and reorganize notebooks #2

rabernat opened this issue Sep 21, 2020 · 2 comments
Assignees

Comments

@rabernat
Copy link

rabernat commented Sep 21, 2020

This is a good chance to figure out what code is useful in this repo and what is not.

What are the key notebooks needed to recreate the entire project?

Delete everything that is really not useful. Other things that you want to preserve but not use as part of the main project, put in a subfolder or something.

I'd recommend ordering your existing notebooks numerically in the order that they should be run to create the whole project.

  1. Subset data from full model domain to include just the Weddell Gyre
    • 01_create_WG_subset_dataset_ECCO.ipynb -> WG_subset_ECCO dataset
    • 02_create_WG_subset_dataset_SOSE.ipynb -> WG_subset_SOSE dataset
  2. Calculate pointwise heat and salt budget in tendency form (all variables at cell center)
    • 03_calculate_heat_budget_ECCO.ipynb -> heat_budget_WG_ECCO dataset (tendency form)
    • 04_calculate_heat_budget_SOSE.ipynb -> heat_budget_WG_SOSE dataset
    • 05_calculate_salt_budget_ECCO.ipynb -> salt_budget_WG_ECCO dataset
    • 06_calculate_salt_budget_SOSE.ipynb -> salt_budget_WG_SOSE dataset
  3. Calculate Water Mass Transformation budget in sigma2 coordinates
    • 07_sigma_WMT_budget_ECCO.ipynb -> sigma_WMT_ECCO dataset
    • 08_sigma_WMT_budget_SOSE.ipynb -> sigma_WMT_SOSE dataset
  4. Visualize and contemplate results
    • 09_plot_and_compare_WMT.ipynb

Verify that you can run all these notebooks from scratch using "restart kernel and run all cells".

@rabernat
Copy link
Author

How are we doing on this? Anything I can do to help?

@rabernat
Copy link
Author

rabernat commented Oct 8, 2020

Hi @stb2145. Let me know if there's something here you're stuck on. I'd love to try to help.

@rabernat rabernat changed the title Verify you can run your notebooks again Verify and reorganize notebooks Oct 19, 2020
shanicetbailey added a commit that referenced this issue Dec 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants