-
Notifications
You must be signed in to change notification settings - Fork 24
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
Cleanup PR #1 #153
Cleanup PR #1 #153
Conversation
Note: In addition to the items mentioned in the related issue, I am updating our documentation to use the |
For the The |
In the - adf_root: ../../external_diag_packages/ADF/
+ adf_root: ../../externals/external_diag_packages/ADF/
|
Actually, you want - adf_root: ../../external_diag_packages/ADF/
+ adf_root: ../../externals/external_diag_packages/ADF_output/ (In #141 I changed the location of the ADF output in |
I fixed the ADF path by setting the I'll work on the rof notebooks outside this PR. This is ready for review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great! I'm baffled by the ROF issue, especially because it looks like the notebook actually ran fine despite throwing a bunch of cryptic errors
FYI, it looks like we never added the runoff notebooks to the Jupyter Book... - caption: River Runoff
chapters:
- file: rof/global_discharge_gauge_compare_obs
- file: rof/global_discharge_ocean_compare_obs Where the rest of the chapters are defined |
Ack, thanks for catching that! I remember looking at it so must have updated this in my own version somewhere... I'll follow up on that outside this PR. |
Description of changes:
Address #151 by moving nblibrary out of examples and cleaning up the names of output directories. This PR also updates documentation to point to
key_metrics
example.pre-commit
checks passed (#8 in Adding Notebooks Guide)?