You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While running run_pecan.qmd sequentially as a new user, I noticed that the notebook uses the SIPNET model as the demonstration workflow, but does not explicitly mention installing the PEcAn.SIPNET package.
The error (ss) is shown under the Write Model Configuration Files section (Chunk 9: write-configs)
Expected behavior
The notebook should explicitly document that PEcAn.SIPNET is required for the SIPNET demo, for example by:
Including an installation step for PEcAn.SIPNET
Screenshots
Additional Context
When we are installing the PEcAn.all packages at the start (here) it doesn't install the PEcAn.SIPNET package. I think as SIPNET is just used here as an example and is not required for running every other model, it is not a required package.
Correct me if I am wrong.