overland flow tut: code style, legends in figures, some text clarified #7
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Upper sections
I removed the first paragraph because I thought it would be confusing to have this broader topic under the notebook header. Vital parts of what was in the first paragraph could instead be included in the
Data Science and Cyberinfrastructuresection I proposed.How about using the
ObjectivesandAbout this notebooksections in each of the 3 notebooks? The notebooks are all almost set up this way. I suppose I am suggesting to make them a little more consistent...only in these sections.Summary of changes
markdown cells in general
#code cells in general
In section 2.3 and 9.0,
hs_utilsis mentioned in a markdown cell, but is not clear in a code cell. I believe this refers to the lines in 2.3:For this reason, I changed
hs_utilstohydroshare. Please check if this is appropriate.In 2.3, 'This is the list of folders in your directory for this HydroShare resource' is followed by
os.getcwd(). This is only the current directory. You could donext(os.walk('.'))[1]. Alternatively, you could remove these print statements if it doesn't add much insight.Added a warning about processing time for the overland flow model cell.
Suppressed figure handle output, e.g.
<Figure...>as well as the additional imshow output immediately after the animation by closing the imshow_grid figure.Added note about needing to rerun model with different
OverlandFlowoption of therouting_methodin response to:Removed text that indicated saving images and the animation are related. The animation does not rely on the
savefigcommand orimage_savevariable. The animation module grabs the figure at time steps created byimshow_grid.Manual testing
I did this in a Safari browser in a python 3 HydroShare kernel.
Remaining to do