-
Notifications
You must be signed in to change notification settings - Fork 282
Improve PEcAn.SIPNET documentation and connect to PEcAn book #3705
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
base: develop
Are you sure you want to change the base?
Improve PEcAn.SIPNET documentation and connect to PEcAn book #3705
Conversation
Enhanced README with model description and integration details, updated book pages with proper metadata and current installation instructions, and connected all SIPNET documentation resources. Addresses PecanProject#3703
dlebauer
left a comment
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, thanks for your contributions!
I updated the wording in a few sections.
Have you checked that the documentation builds and renders correctly with make document?
The key remaining task from #3703 is to document the process for creating a model package README. I recommend that step be separated into a subtask of #3703.
book_source/03_topical_pages/93_installation/03_install_OS/06_install_models/install_SIPNET.Rmd
Outdated
Show resolved
Hide resolved
| - Converts PEcAn-standard inputs to SIPNET format | ||
| - Manages SIPNET model configuration and execution | ||
| - Processes SIPNET outputs back to PEcAn standards | ||
| - Enables data assimilation, sensitivity analysis, and ensemble runs |
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.
| - Enables data assimilation, sensitivity analysis, and ensemble runs | |
| - Enables data assimilation, sensitivity analysis, and ensemble runs within the PEcAn modeling framework |
| - Enables data assimilation, sensitivity analysis, and ensemble runs | ||
|
|
||
| **Getting Started:** | ||
| - [Demo 1: Basic PEcAn Run](https://pecanproject.github.io/pecan-documentation/develop/basic-users-guide.html) |
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.
@AritraDey-Dev what is the correct URL for the new Demo 1?
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.
book_source/03_topical_pages/93_installation/03_install_OS/06_install_models/install_SIPNET.Rmd
Outdated
Show resolved
Hide resolved
| ## Learn More | ||
|
|
||
| - **PEcAn Project:** https://pecanproject.github.io | ||
| - **Tutorials:** https://pecanproject.github.io/tutorials.html |
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.
| - **Tutorials:** https://pecanproject.github.io/tutorials.html | |
| - **Tutorials:** https://pecanproject.github.io/tutorials/ |
| - Enables data assimilation, sensitivity analysis, and ensemble runs | ||
|
|
||
| **Getting Started:** | ||
| - [Demo 1: Basic PEcAn Run](https://pecanproject.github.io/pecan-documentation/develop/basic-users-guide.html) |
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.
| - [Demo 1: Basic PEcAn Run](https://pecanproject.github.io/pecan-documentation/develop/basic-users-guide.html) | |
| - [Demo 1: Basic PEcAn Run](https://pecanproject.github.io/pecan-documentation/develop/rendered-demo-notebooks/run_pecan.html) |
This PR addresses #3703 by consolidating and improving SIPNET model documentation across the PEcAn project, completing Task 1 from the issue.
Changes Made
1. Enhanced PEcAn.SIPNET README (
models/sipnet/README.md)2. Updated PEcAn Book SIPNET Page (
book_source/03_topical_pages/05_models/sipnet.Rmd)3. Modernized Installation Instructions (
install_SIPNET.Rmd)4. Updated Project Files
NEWS.md(PEcAn.SIPNET package)CHANGELOG.md(project-wide)Testing
The documentation changes have been reviewed for:
Next Steps
This PR completes Task 1 from #3703. Remaining tasks include:
I'm happy to address any feedback and make additional improvements as needed.